Home
last modified time | relevance | path

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

/sound/usb/
A Dendpoint.c232 if (ep->sync_source) in snd_usb_endpoint_next_packet_size()
897 data_ep->sync_source = sync_ep; in snd_usb_endpoint_set_sync()
1196 if (ep->sync_source && !ep->implicit_fb_sync) in data_ep_set_params()
1198 1U << ep->sync_source->syncinterval); in data_ep_set_params()
1228 if (ep->sync_source) in data_ep_set_params()
1577 if (ep->sync_source) in snd_usb_endpoint_start()
1578 WRITE_ONCE(ep->sync_source->sync_sink, ep); in snd_usb_endpoint_start()
1701 if (ep->sync_source) in snd_usb_endpoint_stop()
1702 WRITE_ONCE(ep->sync_source->sync_sink, NULL); in snd_usb_endpoint_stop()
A Dcard.h87 struct snd_usb_endpoint *sync_source; member

Completed in 10 milliseconds