Home
last modified time | relevance | path

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

/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_stream.c151 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()
/linux-4.1.27/sound/firewire/bebob/
Dbebob_stream.c352 if ((err >= 0) && used && !amdtp_stream_running(s)) { in check_connection_used_by_others()
558 !amdtp_stream_running(master) && !amdtp_stream_running(slave)) in snd_bebob_stream_start_duplex()
577 if (!amdtp_stream_running(master)) { in snd_bebob_stream_start_duplex()
637 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()
/linux-4.1.27/sound/firewire/
Damdtp.c103 WARN_ON(amdtp_stream_running(s)); in amdtp_stream_destroy()
205 if (WARN_ON(amdtp_stream_running(s)) | in amdtp_stream_set_parameters()
914 if (WARN_ON(amdtp_stream_running(s) || in amdtp_stream_start()
1002 if (s->pointer_flush && amdtp_stream_running(s)) in amdtp_stream_pcm_pointer()
1033 if (!amdtp_stream_running(s)) { in amdtp_stream_stop()
Damdtp.h196 static inline bool amdtp_stream_running(struct amdtp_stream *s) in amdtp_stream_running() function
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-stream.c195 if ((err >= 0) && used && !amdtp_stream_running(stream)) { in check_connection_used_by_others()
309 if (opposite && !amdtp_stream_running(opposite) && in snd_oxfw_stream_start_simplex()
321 if (!amdtp_stream_running(stream)) { in snd_oxfw_stream_start_simplex()
/linux-4.1.27/sound/firewire/dice/
Ddice-stream.c226 if (!amdtp_stream_running(master)) { in snd_dice_stream_start_duplex()