Home
last modified time | relevance | path

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

/Linux-v6.6/sound/usb/
Dendpoint.c821 ep->clock_ref = clock_ref_find(chip, fp->clock); in snd_usb_endpoint_open()
822 if (!ep->clock_ref) { in snd_usb_endpoint_open()
826 ep->clock_ref->opened++; in snd_usb_endpoint_open()
958 if (ep->clock_ref) { in snd_usb_endpoint_close()
959 if (!--ep->clock_ref->opened) in snd_usb_endpoint_close()
960 ep->clock_ref->rate = 0; in snd_usb_endpoint_close()
967 ep->clock_ref = NULL; in snd_usb_endpoint_close()
979 if (ep->clock_ref) in snd_usb_endpoint_suspend()
980 ep->clock_ref->rate = 0; in snd_usb_endpoint_suspend()
1314 struct snd_usb_clock_ref *clock = ep->clock_ref; in update_clock_ref_rate()
[all …]
Dcard.h66 struct snd_usb_clock_ref *clock_ref; member