Searched refs:amdtp_stream_running (Results 1 – 16 of 16) sorted by relevance
63 if (amdtp_stream_running(s)) in amdtp_am824_set_parameters()73 if (WARN_ON(amdtp_stream_running(s)) || in amdtp_am824_set_parameters()
129 WARN_ON(amdtp_stream_running(s)); in amdtp_stream_destroy()1522 if (s != d->irq_target && amdtp_stream_running(s)) in process_ctxs_in_domain()1531 if (amdtp_stream_running(d->irq_target)) in process_ctxs_in_domain()1535 if (amdtp_stream_running(s)) in process_ctxs_in_domain()1660 if (WARN_ON(amdtp_stream_running(s) || in amdtp_stream_start()1852 if (irq_target && amdtp_stream_running(irq_target)) { in amdtp_domain_stream_pcm_pointer()1876 if (irq_target && amdtp_stream_running(irq_target)) in amdtp_domain_stream_pcm_ack()1906 if (!amdtp_stream_running(s)) { in amdtp_stream_stop()
239 static inline bool amdtp_stream_running(struct amdtp_stream *s) in amdtp_stream_running() function
117 if ((err >= 0) && used && !amdtp_stream_running(s)) { in check_connection_used_by_others()267 if (!amdtp_stream_running(&efw->rx_stream)) { in snd_efw_stream_start_duplex()
140 if ((err >= 0) && used && !amdtp_stream_running(stream)) { in check_connection_used_by_others()346 if (!amdtp_stream_running(&oxfw->rx_stream)) { in snd_oxfw_stream_start_duplex()358 !amdtp_stream_running(&oxfw->tx_stream)) { in snd_oxfw_stream_start_duplex()
21 if (amdtp_stream_running(s)) in amdtp_ff_set_parameters()
185 if (!amdtp_stream_running(&ff->rx_stream)) { in snd_ff_stream_start_duplex()
23 if (amdtp_stream_running(s)) in amdtp_tscm_set_parameters()
457 if (!amdtp_stream_running(&tscm->rx_stream)) { in snd_tscm_stream_start_duplex()
179 if (amdtp_stream_running(&bebob->rx_stream) || in avc_maudio_set_special_clk()180 amdtp_stream_running(&bebob->tx_stream)) in avc_maudio_set_special_clk()
389 if ((err >= 0) && used && !amdtp_stream_running(s)) { in check_connection_used_by_others()608 if (!amdtp_stream_running(&bebob->rx_stream)) { in snd_bebob_stream_start_duplex()
426 !amdtp_stream_running(&dice->tx_stream[i])) in snd_dice_stream_start_duplex()429 !amdtp_stream_running(&dice->rx_stream[i])) in snd_dice_stream_start_duplex()
119 if (amdtp_stream_running(s)) in amdtp_dot_set_parameters()
361 if (!amdtp_stream_running(&dg00x->rx_stream)) { in snd_dg00x_stream_start_duplex()
251 if (!amdtp_stream_running(&motu->rx_stream)) { in snd_motu_stream_start_duplex()
57 if (amdtp_stream_running(s)) in amdtp_motu_set_parameters()
Completed in 27 milliseconds