Home
last modified time | relevance | path

Searched refs:amdtp_streaming_error (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff-stream.c175 if (amdtp_streaming_error(&ff->tx_stream) || in snd_ff_stream_start_duplex()
176 amdtp_streaming_error(&ff->rx_stream)) { in snd_ff_stream_start_duplex()
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-stream.c175 if (amdtp_streaming_error(&ff->tx_stream) || in snd_ff_stream_start_duplex()
176 amdtp_streaming_error(&ff->rx_stream)) { in snd_ff_stream_start_duplex()
/kernel/linux/linux-5.10/sound/firewire/digi00x/
H A Ddigi00x-stream.c343 if (amdtp_streaming_error(&dg00x->tx_stream) || in snd_dg00x_stream_start_duplex()
344 amdtp_streaming_error(&dg00x->rx_stream)) { in snd_dg00x_stream_start_duplex()
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu-stream.c223 if (amdtp_streaming_error(&motu->rx_stream) || in snd_motu_stream_start_duplex()
224 amdtp_streaming_error(&motu->tx_stream)) { in snd_motu_stream_start_duplex()
/kernel/linux/linux-5.10/sound/firewire/fireworks/
H A Dfireworks_stream.c255 if (amdtp_streaming_error(&efw->rx_stream) || in snd_efw_stream_start_duplex()
256 amdtp_streaming_error(&efw->tx_stream)) { in snd_efw_stream_start_duplex()
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A Ddigi00x-stream.c343 if (amdtp_streaming_error(&dg00x->tx_stream) || in snd_dg00x_stream_start_duplex()
344 amdtp_streaming_error(&dg00x->rx_stream)) { in snd_dg00x_stream_start_duplex()
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_stream.c256 if (amdtp_streaming_error(&efw->rx_stream) || in snd_efw_stream_start_duplex()
257 amdtp_streaming_error(&efw->tx_stream)) { in snd_efw_stream_start_duplex()
/kernel/linux/linux-5.10/sound/firewire/
H A Damdtp-stream.h220 * amdtp_streaming_error - check for streaming error
226 static inline bool amdtp_streaming_error(struct amdtp_stream *s) in amdtp_streaming_error() function
H A Damdtp-stream.c977 if (amdtp_streaming_error(irq_target)) in irq_target_callback()
983 if (amdtp_streaming_error(s)) in irq_target_callback()
/kernel/linux/linux-6.6/sound/firewire/
H A Damdtp-stream.h245 * amdtp_streaming_error - check for streaming error
251 static inline bool amdtp_streaming_error(struct amdtp_stream *s) in amdtp_streaming_error() function
H A Damdtp-stream.c1273 if (amdtp_streaming_error(s)) in process_rx_packets_intermediately()
1288 if (amdtp_streaming_error(s)) in process_rx_packets_intermediately()
1405 if (amdtp_streaming_error(s)) in process_tx_packets_intermediately()
1417 if (amdtp_streaming_error(s)) in process_tx_packets_intermediately()
1525 if (amdtp_streaming_error(s)) in process_ctxs_in_domain()
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A Dtascam-stream.c439 if (amdtp_streaming_error(&tscm->rx_stream) || in snd_tscm_stream_start_duplex()
440 amdtp_streaming_error(&tscm->tx_stream)) { in snd_tscm_stream_start_duplex()
/kernel/linux/linux-6.6/sound/firewire/motu/
H A Dmotu-stream.c235 if (amdtp_streaming_error(&motu->rx_stream) || in snd_motu_stream_start_duplex()
236 amdtp_streaming_error(&motu->tx_stream)) { in snd_motu_stream_start_duplex()
/kernel/linux/linux-6.6/sound/firewire/tascam/
H A Dtascam-stream.c441 if (amdtp_streaming_error(&tscm->rx_stream) || in snd_tscm_stream_start_duplex()
442 amdtp_streaming_error(&tscm->tx_stream)) { in snd_tscm_stream_start_duplex()
/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_stream.c619 if (amdtp_streaming_error(&bebob->rx_stream) || in snd_bebob_stream_start_duplex()
620 amdtp_streaming_error(&bebob->tx_stream)) { in snd_bebob_stream_start_duplex()
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-stream.c331 if (amdtp_streaming_error(&oxfw->rx_stream) || in snd_oxfw_stream_start_duplex()
332 amdtp_streaming_error(&oxfw->tx_stream)) { in snd_oxfw_stream_start_duplex()
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-stream.c413 if (amdtp_streaming_error(&dice->tx_stream[i]) || in snd_dice_stream_start_duplex()
414 amdtp_streaming_error(&dice->rx_stream[i])) { in snd_dice_stream_start_duplex()
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_stream.c602 if (amdtp_streaming_error(&bebob->rx_stream) || in snd_bebob_stream_start_duplex()
603 amdtp_streaming_error(&bebob->tx_stream)) { in snd_bebob_stream_start_duplex()
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-stream.c400 if (amdtp_streaming_error(&dice->tx_stream[i]) || in snd_dice_stream_start_duplex()
401 amdtp_streaming_error(&dice->rx_stream[i])) { in snd_dice_stream_start_duplex()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-stream.c337 if (amdtp_streaming_error(&oxfw->rx_stream) || in snd_oxfw_stream_start_duplex()
338 amdtp_streaming_error(&oxfw->tx_stream)) { in snd_oxfw_stream_start_duplex()

Completed in 18 milliseconds