Home
last modified time | relevance | path

Searched refs:clock_ref (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/usb/
H A Dendpoint.c829 ep->clock_ref = clock_ref_find(chip, fp->clock); in snd_usb_endpoint_open()
830 if (!ep->clock_ref) { in snd_usb_endpoint_open()
834 ep->clock_ref->opened++; in snd_usb_endpoint_open()
966 if (ep->clock_ref) { in snd_usb_endpoint_close()
967 if (!--ep->clock_ref->opened) in snd_usb_endpoint_close()
968 ep->clock_ref->rate = 0; in snd_usb_endpoint_close()
975 ep->clock_ref = NULL; in snd_usb_endpoint_close()
987 if (ep->clock_ref) in snd_usb_endpoint_suspend()
988 ep->clock_ref->rate = 0; in snd_usb_endpoint_suspend()
1322 struct snd_usb_clock_ref *clock = ep->clock_ref; in update_clock_ref_rate()
[all …]
H A Dcard.h66 struct snd_usb_clock_ref *clock_ref; member
/openbmc/u-boot/include/
H A Dlynxkdi.h18 uint32_t clock_ref; /* Time reference */ member