Searched refs:tx_active (Results 1 – 2 of 2) sorted by relevance
159 bool tx_active; in xtfpga_pcm_push_tx() local163 tx_active = tx_substream && snd_pcm_running(tx_substream); in xtfpga_pcm_push_tx()164 if (tx_active) { in xtfpga_pcm_push_tx()173 return tx_active; in xtfpga_pcm_push_tx()185 bool tx_active = xtfpga_pcm_push_tx(i2s); in xtfpga_pcm_refill_fifo() local189 if (tx_active) in xtfpga_pcm_refill_fifo()193 if (!tx_active || in xtfpga_pcm_refill_fifo()
137 static inline bool tx_active(struct i2s_dai *i2s) in tx_active() function165 return tx_active(other); in other_tx_active()171 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active()210 return tx_active(i2s) || rx_active(i2s); in this_active()