Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/
H A Dendpoint.c262 struct snd_usb_endpoint *sync_sink; in retire_inbound_urb() local
269 sync_sink = READ_ONCE(ep->sync_sink); in retire_inbound_urb()
270 if (sync_sink) in retire_inbound_urb()
271 snd_usb_handle_sync_urb(sync_sink, ep, urb); in retire_inbound_urb()
1008 ep->sync_sink = NULL; in wait_clear_urbs()
1559 WRITE_ONCE(ep->sync_source->sync_sink, ep); in snd_usb_endpoint_start()
1683 WRITE_ONCE(ep->sync_source->sync_sink, NULL); in snd_usb_endpoint_stop()
H A Dcard.h87 struct snd_usb_endpoint *sync_sink; member