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