Searched refs:clock_ref (Results 1 – 2 of 2) sorted by relevance
829 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()969 if (ep->clock_ref) { in snd_usb_endpoint_close()970 if (!--ep->clock_ref->opened) in snd_usb_endpoint_close()971 ep->clock_ref->rate = 0; in snd_usb_endpoint_close()978 ep->clock_ref = NULL; in snd_usb_endpoint_close()990 if (ep->clock_ref) in snd_usb_endpoint_suspend()991 ep->clock_ref->rate = 0; in snd_usb_endpoint_suspend()1325 struct snd_usb_clock_ref *clock = ep->clock_ref; in update_clock_ref_rate()[all …]
66 struct snd_usb_clock_ref *clock_ref; member