Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/samsung/
H A Di2s.c188 static inline bool other_rx_active(struct i2s_dai *i2s) in other_rx_active() function
198 return rx_active(i2s) || other_rx_active(i2s); in any_rx_active()
204 return other_rx_active(i2s) || other_tx_active(i2s); in other_active()
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Di2s.c196 static inline bool other_rx_active(struct i2s_dai *i2s) in other_rx_active() function
206 return rx_active(i2s) || other_rx_active(i2s); in any_rx_active()
212 return other_rx_active(i2s) || other_tx_active(i2s); in other_active()

Completed in 4 milliseconds