Home
last modified time | relevance | path

Searched refs:amdtp_streaming_error (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/sound/firewire/fireface/
Dff-stream.c165 if (amdtp_streaming_error(&ff->tx_stream) || in snd_ff_stream_start_duplex()
166 amdtp_streaming_error(&ff->rx_stream)) { in snd_ff_stream_start_duplex()
/Linux-v5.4/sound/firewire/fireworks/
Dfireworks_stream.c245 if (amdtp_streaming_error(&efw->rx_stream) || in snd_efw_stream_start_duplex()
246 amdtp_streaming_error(&efw->tx_stream)) { in snd_efw_stream_start_duplex()
/Linux-v5.4/sound/firewire/digi00x/
Ddigi00x-stream.c331 if (amdtp_streaming_error(&dg00x->tx_stream) || in snd_dg00x_stream_start_duplex()
332 amdtp_streaming_error(&dg00x->rx_stream)) { in snd_dg00x_stream_start_duplex()
/Linux-v5.4/sound/firewire/motu/
Dmotu-stream.c213 if (amdtp_streaming_error(&motu->rx_stream) || in snd_motu_stream_start_duplex()
214 amdtp_streaming_error(&motu->tx_stream)) { in snd_motu_stream_start_duplex()
/Linux-v5.4/sound/firewire/
Damdtp-stream.h222 static inline bool amdtp_streaming_error(struct amdtp_stream *s) in amdtp_streaming_error() function
/Linux-v5.4/sound/firewire/tascam/
Dtascam-stream.c429 if (amdtp_streaming_error(&tscm->rx_stream) || in snd_tscm_stream_start_duplex()
430 amdtp_streaming_error(&tscm->tx_stream)) { in snd_tscm_stream_start_duplex()
/Linux-v5.4/sound/firewire/dice/
Ddice-stream.c409 if (amdtp_streaming_error(&dice->tx_stream[i]) || in snd_dice_stream_start_duplex()
410 amdtp_streaming_error(&dice->rx_stream[i])) { in snd_dice_stream_start_duplex()
/Linux-v5.4/sound/firewire/oxfw/
Doxfw-stream.c320 if (amdtp_streaming_error(&oxfw->rx_stream) || in snd_oxfw_stream_start_duplex()
321 amdtp_streaming_error(&oxfw->tx_stream)) { in snd_oxfw_stream_start_duplex()
/Linux-v5.4/sound/firewire/bebob/
Dbebob_stream.c623 if (amdtp_streaming_error(&bebob->rx_stream) || in snd_bebob_stream_start_duplex()
624 amdtp_streaming_error(&bebob->tx_stream)) { in snd_bebob_stream_start_duplex()