Home
last modified time | relevance | path

Searched refs:sync_slave (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/firewire/
Damdtp.h161 struct amdtp_stream *sync_slave; member
269 master->sync_slave = slave; in amdtp_stream_set_sync()
273 master->sync_slave = NULL; in amdtp_stream_set_sync()
276 slave->sync_slave = NULL; in amdtp_stream_set_sync()
Damdtp.c91 s->sync_slave = NULL; in amdtp_stream_init()
824 if (s->sync_slave && s->sync_slave->callbacked) { in in_stream_callback()
826 handle_out_packet(s->sync_slave, syt); in in_stream_callback()
838 if (s->sync_slave) { in in_stream_callback()
839 s->sync_slave->packet_index = -1; in in_stream_callback()
840 amdtp_stream_pcm_abort(s->sync_slave); in in_stream_callback()
846 if (s->sync_slave && s->sync_slave->callbacked) in in_stream_callback()
847 fw_iso_context_queue_flush(s->sync_slave->context); in in_stream_callback()
/linux-4.1.27/sound/usb/
Dcard.h65 struct snd_usb_endpoint *sync_slave; member
Dendpoint.c179 if (ep->sync_slave) in retire_inbound_urb()
180 snd_usb_handle_sync_urb(ep->sync_slave, ep, urb); in retire_inbound_urb()
968 ep->sync_slave = NULL; in snd_usb_endpoint_stop()
Dpcm.c262 ep->sync_slave = subs->data_endpoint; in start_endpoints()