Searched refs:to_info (Results 1 – 7 of 7) sorted by relevance
/linux/sound/soc/samsung/ |
A D | s3c-i2s-v2.c | 37 static inline struct s3c_i2sv2_info *to_info(struct snd_soc_dai *cpu_dai) in to_info() function 247 struct s3c_i2sv2_info *i2s = to_info(cpu_dai); in s3c2412_i2s_set_fmt() 298 struct s3c_i2sv2_info *i2s = to_info(dai); in s3c_i2sv2_hw_params() 337 struct s3c_i2sv2_info *i2s = to_info(cpu_dai); in s3c_i2sv2_set_sysclk() 383 struct s3c_i2sv2_info *i2s = to_info(asoc_rtd_to_cpu(rtd, 0)); in s3c2412_i2s_trigger() 448 struct s3c_i2sv2_info *i2s = to_info(cpu_dai); in s3c2412_i2s_set_clkdiv() 531 struct s3c_i2sv2_info *i2s = to_info(dai); in s3c2412_i2s_delay() 545 struct s3c_i2sv2_info *i2s = to_info(cpu_dai); in s3c_i2sv2_get_clock()
|
A D | spdif.c | 100 static inline struct samsung_spdif_info *to_info(struct snd_soc_dai *cpu_dai) in to_info() function 122 struct samsung_spdif_info *spdif = to_info(cpu_dai); in spdif_set_sysclk() 145 struct samsung_spdif_info *spdif = to_info(asoc_rtd_to_cpu(rtd, 0)); in spdif_trigger() 181 struct samsung_spdif_info *spdif = to_info(asoc_rtd_to_cpu(rtd, 0)); in spdif_hw_params() 283 struct samsung_spdif_info *spdif = to_info(asoc_rtd_to_cpu(rtd, 0)); in spdif_shutdown()
|
A D | i2s.c | 219 static inline struct i2s_dai *to_info(struct snd_soc_dai *dai) in to_info() function 501 struct i2s_dai *i2s = to_info(dai); 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() 847 struct i2s_dai *i2s = to_info(dai); in i2s_shutdown() 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() 1010 struct i2s_dai *i2s = to_info(dai); in i2s_delay() 1044 struct i2s_dai *i2s = to_info(dai); in samsung_i2s_dai_probe() [all …]
|
/linux/sound/soc/rockchip/ |
A D | rockchip_i2s.c | 90 static inline struct rk_i2s_dev *to_info(struct snd_soc_dai *dai) in to_info() function 196 struct rk_i2s_dev *i2s = to_info(cpu_dai); in rockchip_i2s_set_fmt() 306 struct rk_i2s_dev *i2s = to_info(dai); in rockchip_i2s_hw_params() 420 struct rk_i2s_dev *i2s = to_info(dai); in rockchip_i2s_trigger() 451 struct rk_i2s_dev *i2s = to_info(dai); in rockchip_i2s_set_bclk_ratio() 461 struct rk_i2s_dev *i2s = to_info(cpu_dai); in rockchip_i2s_set_sysclk()
|
A D | rockchip_pdm.c | 175 static inline struct rk_pdm_dev *to_info(struct snd_soc_dai *dai) in to_info() function 200 struct rk_pdm_dev *pdm = to_info(dai); in rockchip_pdm_hw_params() 323 struct rk_pdm_dev *pdm = to_info(cpu_dai); in rockchip_pdm_set_fmt() 348 struct rk_pdm_dev *pdm = to_info(dai); in rockchip_pdm_trigger() 374 struct rk_pdm_dev *pdm = to_info(dai); in rockchip_pdm_dai_probe()
|
A D | rockchip_i2s_tdm.c | 218 static inline struct rk_i2s_tdm_dev *to_info(struct snd_soc_dai *dai) in to_info() function 337 struct rk_i2s_tdm_dev *i2s_tdm = to_info(dai); in rockchip_snd_txrxctrl() 402 struct rk_i2s_tdm_dev *i2s_tdm = to_info(cpu_dai); in rockchip_i2s_tdm_set_fmt() 754 struct rk_i2s_tdm_dev *i2s_tdm = to_info(dai); in rockchip_i2s_io_multiplex() 816 struct rk_i2s_tdm_dev *i2s_tdm = to_info(dai); in rockchip_i2s_trcm_mode() 853 struct rk_i2s_tdm_dev *i2s_tdm = to_info(dai); in rockchip_i2s_tdm_hw_params() 944 struct rk_i2s_tdm_dev *i2s_tdm = to_info(dai); in rockchip_i2s_tdm_trigger() 977 struct rk_i2s_tdm_dev *i2s_tdm = to_info(cpu_dai); in rockchip_i2s_tdm_set_sysclk()
|
/linux/kernel/printk/ |
A D | printk_ringbuffer.c | 364 static struct printk_info *to_info(struct prb_desc_ring *desc_ring, u64 n) in to_info() function 436 struct printk_info *info = to_info(desc_ring, id); in desc_read() 1367 info = to_info(desc_ring, id); in prb_reserve_in_last() 1507 info = to_info(desc_ring, id); in prb_reserve() 1789 struct printk_info *info = to_info(desc_ring, seq); in prb_read()
|
Completed in 20 milliseconds