Home
last modified time | relevance | path

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

/sound/firewire/
Damdtp-stream.h140 struct amdtp_stream *sync_slave; member
233 master->sync_slave = slave; in amdtp_stream_set_sync()
237 master->sync_slave = NULL; in amdtp_stream_set_sync()
240 slave->sync_slave = NULL; in amdtp_stream_set_sync()
Damdtp-stream.c90 s->sync_slave = NULL; in amdtp_stream_init()
620 if (s->sync_slave && s->sync_slave->callbacked) { in in_stream_callback()
621 if (handle_out_packet(s->sync_slave, in in_stream_callback()
634 if (s->sync_slave) { in in_stream_callback()
635 s->sync_slave->packet_index = -1; in in_stream_callback()
636 amdtp_stream_pcm_abort(s->sync_slave); in in_stream_callback()
642 if (s->sync_slave && s->sync_slave->callbacked) in in_stream_callback()
643 fw_iso_context_queue_flush(s->sync_slave->context); in in_stream_callback()
/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()
548 ep->sync_slave = NULL; in wait_clear_urbs()
Dpcm.c262 ep->sync_slave = subs->data_endpoint; in start_endpoints()