Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/samsung/
Di2s.c57 struct i2s_dai { struct
76 struct i2s_dai *pri_dai; argument
78 struct i2s_dai *sec_dai; argument
108 static inline bool is_secondary(struct i2s_dai *i2s) in is_secondary() argument
114 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 …]