Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dendpoint.c260 struct snd_usb_endpoint *sync_sink; in retire_inbound_urb()
267 sync_sink = READ_ONCE(ep->sync_sink); in retire_inbound_urb()
268 if (sync_sink) in retire_inbound_urb()
269 snd_usb_handle_sync_urb(sync_sink, ep, urb); in retire_inbound_urb()
1014 ep->sync_sink = NULL; in wait_clear_urbs()
1566 WRITE_ONCE(ep->sync_source->sync_sink, ep); in snd_usb_endpoint_start()
1690 WRITE_ONCE(ep->sync_source->sync_sink, NULL); in snd_usb_endpoint_stop()
259 struct snd_usb_endpoint *sync_sink; retire_inbound_urb() local
H A Dcard.h88 struct snd_usb_endpoint *sync_sink; member