Lines Matching refs:i2s_dai
55 struct i2s_dai {
67 struct i2s_dai *pri_dai;
69 struct i2s_dai *sec_dai;
95 struct i2s_dai *dai;
131 static inline bool is_secondary(struct i2s_dai *i2s)
137 static inline bool tx_active(struct i2s_dai *i2s)
155 static inline struct i2s_dai *get_other_dai(struct i2s_dai *i2s)
161 static inline bool other_tx_active(struct i2s_dai *i2s)
163 struct i2s_dai *other = get_other_dai(i2s);
169 static inline bool any_tx_active(struct i2s_dai *i2s)
175 static inline bool rx_active(struct i2s_dai *i2s)
188 static inline bool other_rx_active(struct i2s_dai *i2s)
190 struct i2s_dai *other = get_other_dai(i2s);
196 static inline bool any_rx_active(struct i2s_dai *i2s)
202 static inline bool other_active(struct i2s_dai *i2s)
208 static inline bool this_active(struct i2s_dai *i2s)
214 static inline bool any_active(struct i2s_dai *i2s)
219 static inline struct i2s_dai *to_info(struct snd_soc_dai *dai)
226 static inline bool is_opened(struct i2s_dai *i2s)
234 static inline bool is_manager(struct i2s_dai *i2s)
243 static inline unsigned get_rfs(struct i2s_dai *i2s)
264 static inline void set_rfs(struct i2s_dai *i2s, unsigned rfs)
303 static inline unsigned get_bfs(struct i2s_dai *i2s)
325 static inline void set_bfs(struct i2s_dai *i2s, unsigned bfs)
377 static inline int get_blc(struct i2s_dai *i2s)
391 static void i2s_txctrl(struct i2s_dai *i2s, int on)
442 static void i2s_rxctrl(struct i2s_dai *i2s, int on)
473 static inline void i2s_fifo(struct i2s_dai *i2s, u32 flush)
501 struct i2s_dai *i2s = to_info(dai);
502 struct i2s_dai *other = get_other_dai(i2s);
626 struct i2s_dai *i2s = to_info(dai);
723 struct i2s_dai *i2s = to_info(dai);
820 struct i2s_dai *i2s = to_info(dai);
821 struct i2s_dai *other = get_other_dai(i2s);
847 struct i2s_dai *i2s = to_info(dai);
848 struct i2s_dai *other = get_other_dai(i2s);
868 static int config_setup(struct i2s_dai *i2s)
871 struct i2s_dai *other = get_other_dai(i2s);
935 struct i2s_dai *i2s = to_info(asoc_rtd_to_cpu(rtd, 0));
981 struct i2s_dai *i2s = to_info(dai);
982 struct i2s_dai *other = get_other_dai(i2s);
1010 struct i2s_dai *i2s = to_info(dai);
1044 struct i2s_dai *i2s = to_info(dai);
1045 struct i2s_dai *other = get_other_dai(i2s);
1089 struct i2s_dai *i2s = to_info(dai);
1159 struct i2s_dai *dai;
1381 struct i2s_dai *pri_dai, *sec_dai = NULL;