Searched refs:to_info (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/samsung/ |
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() 446 struct s3c_i2sv2_info *i2s = to_info(cpu_dai); in s3c2412_i2s_set_clkdiv() 529 struct s3c_i2sv2_info *i2s = to_info(dai); in s3c2412_i2s_delay() 543 struct s3c_i2sv2_info *i2s = to_info(cpu_dai); in s3c_i2sv2_get_clock()
|
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()
|
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 …]
|
/kernel/linux/linux-5.10/sound/soc/rockchip/ |
D | rockchip_pdm.c | 124 static inline struct rk_pdm_dev *to_info(struct snd_soc_dai *dai) in to_info() function 149 struct rk_pdm_dev *pdm = to_info(dai); in rockchip_pdm_hw_params() 261 struct rk_pdm_dev *pdm = to_info(cpu_dai); in rockchip_pdm_set_fmt() 286 struct rk_pdm_dev *pdm = to_info(dai); in rockchip_pdm_trigger() 312 struct rk_pdm_dev *pdm = to_info(dai); in rockchip_pdm_dai_probe()
|
D | rockchip_i2s.c | 85 static inline struct rk_i2s_dev *to_info(struct snd_soc_dai *dai) in to_info() function 187 struct rk_i2s_dev *i2s = to_info(cpu_dai); in rockchip_i2s_set_fmt() 283 struct rk_i2s_dev *i2s = to_info(dai); in rockchip_i2s_hw_params() 397 struct rk_i2s_dev *i2s = to_info(dai); in rockchip_i2s_trigger() 428 struct rk_i2s_dev *i2s = to_info(cpu_dai); in rockchip_i2s_set_sysclk()
|
/kernel/linux/linux-5.10/kernel/printk/ |
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() 1368 info = to_info(desc_ring, id); in prb_reserve_in_last() 1508 info = to_info(desc_ring, id); in prb_reserve() 1791 struct printk_info *info = to_info(desc_ring, seq); in prb_read()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | sound.patch | 404 + struct rk_i2s_dev *i2s = to_info(dai); 714 struct rk_pdm_dev *pdm = to_info(dai);
|