Searched refs:i2s_dai (Results 1 – 1 of 1) sorted by relevance
57 struct i2s_dai { struct76 struct i2s_dai *pri_dai; argument78 struct i2s_dai *sec_dai; argument108 static inline bool is_secondary(struct i2s_dai *i2s) in is_secondary() argument114 static inline bool is_slave(struct i2s_dai *i2s) in is_slave()121 static inline bool tx_active(struct i2s_dai *i2s) in tx_active()139 static inline struct i2s_dai *get_other_dai(struct i2s_dai *i2s) in get_other_dai()145 static inline bool other_tx_active(struct i2s_dai *i2s) in other_tx_active()147 struct i2s_dai *other = get_other_dai(i2s); in other_tx_active()153 static inline bool any_tx_active(struct i2s_dai *i2s) in any_tx_active()[all …]