Searched refs:sync_source (Results 1 – 2 of 2) sorted by relevance
223 if (ep->sync_source) in snd_usb_endpoint_next_packet_size()841 data_ep->sync_source = sync_ep; in snd_usb_endpoint_set_sync()1120 if (ep->sync_source && !ep->implicit_fb_sync) in data_ep_set_params()1122 1U << ep->sync_source->syncinterval); in data_ep_set_params()1166 if (ep->sync_source) in data_ep_set_params()1455 if (ep->sync_source) in snd_usb_endpoint_start()1456 WRITE_ONCE(ep->sync_source->sync_sink, ep); in snd_usb_endpoint_start()1574 if (ep->sync_source) in snd_usb_endpoint_stop()1575 WRITE_ONCE(ep->sync_source->sync_sink, NULL); in snd_usb_endpoint_stop()
86 struct snd_usb_endpoint *sync_source; member