Lines Matching refs:i2s_dai

59 struct i2s_dai {
71 struct i2s_dai *pri_dai;
73 struct i2s_dai *sec_dai;
99 struct i2s_dai *dai;
139 static inline bool is_secondary(struct i2s_dai *i2s)
145 static inline bool tx_active(struct i2s_dai *i2s)
163 static inline struct i2s_dai *get_other_dai(struct i2s_dai *i2s)
169 static inline bool other_tx_active(struct i2s_dai *i2s)
171 struct i2s_dai *other = get_other_dai(i2s);
177 static inline bool any_tx_active(struct i2s_dai *i2s)
183 static inline bool rx_active(struct i2s_dai *i2s)
196 static inline bool other_rx_active(struct i2s_dai *i2s)
198 struct i2s_dai *other = get_other_dai(i2s);
204 static inline bool any_rx_active(struct i2s_dai *i2s)
210 static inline bool other_active(struct i2s_dai *i2s)
216 static inline bool this_active(struct i2s_dai *i2s)
222 static inline bool any_active(struct i2s_dai *i2s)
227 static inline struct i2s_dai *to_info(struct snd_soc_dai *dai)
234 static inline bool is_opened(struct i2s_dai *i2s)
242 static inline bool is_manager(struct i2s_dai *i2s)
251 static inline unsigned get_rfs(struct i2s_dai *i2s)
272 static inline void set_rfs(struct i2s_dai *i2s, unsigned rfs)
311 static inline unsigned get_bfs(struct i2s_dai *i2s)
333 static inline void set_bfs(struct i2s_dai *i2s, unsigned bfs)
385 static inline int get_blc(struct i2s_dai *i2s)
399 static void i2s_txctrl(struct i2s_dai *i2s, int on)
450 static void i2s_rxctrl(struct i2s_dai *i2s, int on)
481 static inline void i2s_fifo(struct i2s_dai *i2s, u32 flush)
509 struct i2s_dai *i2s = to_info(dai);
510 struct i2s_dai *other = get_other_dai(i2s);
634 struct i2s_dai *i2s = to_info(dai);
731 struct i2s_dai *i2s = to_info(dai);
828 struct i2s_dai *i2s = to_info(dai);
829 struct i2s_dai *other = get_other_dai(i2s);
855 struct i2s_dai *i2s = to_info(dai);
856 struct i2s_dai *other = get_other_dai(i2s);
876 static int config_setup(struct i2s_dai *i2s)
879 struct i2s_dai *other = get_other_dai(i2s);
943 struct i2s_dai *i2s = to_info(asoc_rtd_to_cpu(rtd, 0));
996 struct i2s_dai *i2s = to_info(dai);
997 struct i2s_dai *other = get_other_dai(i2s);
1025 struct i2s_dai *i2s = to_info(dai);
1059 struct i2s_dai *i2s = to_info(dai);
1060 struct i2s_dai *other = get_other_dai(i2s);
1104 struct i2s_dai *i2s = to_info(dai);
1181 sizeof(struct i2s_dai), GFP_KERNEL);
1399 struct i2s_dai *pri_dai, *sec_dai = NULL;
1584 struct i2s_dai *i2s = to_info(asoc_rtd_to_cpu(rtd, 0));
1585 struct i2s_dai *other = get_other_dai(i2s);
1598 struct i2s_dai *i2s = to_info(asoc_rtd_to_cpu(rtd, 0));
1599 struct i2s_dai *other = get_other_dai(i2s);