Searched refs:tx_active (Results 1 – 2 of 2) sorted by relevance
162 bool tx_active; in xtfpga_pcm_push_tx() local166 tx_active = tx_substream && snd_pcm_running(tx_substream); in xtfpga_pcm_push_tx()167 if (tx_active) { in xtfpga_pcm_push_tx()176 return tx_active; in xtfpga_pcm_push_tx()188 bool tx_active = xtfpga_pcm_push_tx(i2s); in xtfpga_pcm_refill_fifo() local192 if (tx_active) in xtfpga_pcm_refill_fifo()196 if (!tx_active || in xtfpga_pcm_refill_fifo()
124 static inline bool tx_active(struct i2s_dai *i2s) in tx_active() function152 return tx_active(other); in other_tx_active()158 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active()197 return tx_active(i2s) || rx_active(i2s); in this_active()