Searched refs:i2s_dai (Results 1 – 1 of 1) sorted by relevance
61 struct i2s_dai { struct80 struct i2s_dai *pri_dai; argument82 struct i2s_dai *sec_dai; argument111 static inline bool is_secondary(struct i2s_dai *i2s) in is_secondary() argument117 static inline bool is_slave(struct i2s_dai *i2s) in is_slave()124 static inline bool tx_active(struct i2s_dai *i2s) in tx_active()142 static inline struct i2s_dai *get_other_dai(struct i2s_dai *i2s) in get_other_dai()148 static inline bool other_tx_active(struct i2s_dai *i2s) in other_tx_active()150 struct i2s_dai *other = get_other_dai(i2s); in other_tx_active()156 static inline bool any_tx_active(struct i2s_dai *i2s) in any_tx_active()[all …]