Home
last modified time | relevance | path

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

/linux/sound/firewire/
H A Damdtp-stream.c1169 if (s == d->irq_target) { in process_rx_packets()
1293 if (s == d->irq_target) in process_rx_packets_intermediately()
1629 if (s == d->irq_target) in amdtp_stream_first_callback()
1851 struct amdtp_stream *irq_target = d->irq_target; in amdtp_domain_stream_pcm_pointer() local
1854 if (irq_target && amdtp_stream_running(irq_target)) { in amdtp_domain_stream_pcm_pointer()
1874 struct amdtp_stream *irq_target = d->irq_target; in amdtp_domain_stream_pcm_ack() local
1878 if (irq_target && amdtp_stream_running(irq_target)) in amdtp_domain_stream_pcm_ack()
2082 d->irq_target = s; in amdtp_domain_start()
2127 if (d->irq_target) in amdtp_domain_stop()
2133 if (s != d->irq_target) in amdtp_domain_stop()
[all …]
H A Damdtp-stream.h312 struct amdtp_stream *irq_target; member