Home
last modified time | relevance | path

Searched refs:amdtp_stream_running (Results 1 – 7 of 7) sorted by relevance

/sound/firewire/fireworks/
Dfireworks_stream.c146 if ((err >= 0) && used && !amdtp_stream_running(s)) { in check_connection_used_by_others()
261 if (!amdtp_stream_running(master)) { in snd_efw_stream_start_duplex()
278 if (atomic_read(slave_substreams) > 0 && !amdtp_stream_running(slave)) { in snd_efw_stream_start_duplex()
/sound/firewire/bebob/
Dbebob_stream.c352 if ((err >= 0) && used && !amdtp_stream_running(s)) { in check_connection_used_by_others()
567 !amdtp_stream_running(master) && !amdtp_stream_running(slave)) in snd_bebob_stream_start_duplex()
586 if (!amdtp_stream_running(master)) { in snd_bebob_stream_start_duplex()
646 if (atomic_read(slave_substreams) > 0 && !amdtp_stream_running(slave)) { in snd_bebob_stream_start_duplex()
Dbebob_maudio.c176 if (amdtp_stream_running(&bebob->rx_stream) || in avc_maudio_set_special_clk()
177 amdtp_stream_running(&bebob->tx_stream)) in avc_maudio_set_special_clk()
/sound/firewire/
Damdtp.c93 WARN_ON(amdtp_stream_running(s)); in amdtp_stream_destroy()
196 if (WARN_ON(amdtp_stream_running(s)) | in amdtp_stream_set_parameters()
862 if (WARN_ON(amdtp_stream_running(s) || in amdtp_stream_start()
950 if (s->pointer_flush && amdtp_stream_running(s)) in amdtp_stream_pcm_pointer()
981 if (!amdtp_stream_running(s)) { in amdtp_stream_stop()
Damdtp.h177 static inline bool amdtp_stream_running(struct amdtp_stream *s) in amdtp_stream_running() function
Dspeakers.c184 if (amdtp_stream_running(&fwspk->stream)) { in fwspk_stop_stream()
249 if (!amdtp_stream_running(&fwspk->stream)) { in fwspk_prepare()
Ddice.c448 if (amdtp_stream_running(&dice->stream)) in dice_stream_start_packets()
504 if (amdtp_stream_running(&dice->stream)) { in dice_stream_stop_packets()