Searched refs:sync_sink (Results 1 – 2 of 2) sorted by relevance
253 struct snd_usb_endpoint *sync_sink; in retire_inbound_urb() local260 sync_sink = READ_ONCE(ep->sync_sink); in retire_inbound_urb()261 if (sync_sink) in retire_inbound_urb()262 snd_usb_handle_sync_urb(sync_sink, ep, urb); in retire_inbound_urb()950 ep->sync_sink = NULL; in wait_clear_urbs()1456 WRITE_ONCE(ep->sync_source->sync_sink, ep); in snd_usb_endpoint_start()1575 WRITE_ONCE(ep->sync_source->sync_sink, NULL); in snd_usb_endpoint_stop()
87 struct snd_usb_endpoint *sync_sink; member