Home
last modified time | relevance | path

Searched refs:i2s_dai (Results 1 – 1 of 1) sorted by relevance

/sound/soc/samsung/
Di2s.c61 struct i2s_dai { struct
80 struct i2s_dai *pri_dai; argument
82 struct i2s_dai *sec_dai; argument
111 static inline bool is_secondary(struct i2s_dai *i2s) in is_secondary() argument
117 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 …]