Home
last modified time | relevance | path

Searched refs:other_tx_active (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/samsung/
H A Di2s.c161 static inline bool other_tx_active(struct i2s_dai *i2s) in other_tx_active() function
171 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active()
204 return other_rx_active(i2s) || other_tx_active(i2s); in other_active()
424 if (other_tx_active(i2s)) { in i2s_txctrl()
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Di2s.c169 static inline bool other_tx_active(struct i2s_dai *i2s) in other_tx_active() function
179 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active()
212 return other_rx_active(i2s) || other_tx_active(i2s); in other_active()
432 if (other_tx_active(i2s)) { in i2s_txctrl()

Completed in 4 milliseconds