Home
last modified time | relevance | path

Searched refs:s3c_i2sv2_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/soc/samsung/
Ds3c-i2s-v2.c41 static inline struct s3c_i2sv2_info *to_info(struct snd_soc_dai *cpu_dai) in to_info()
76 static void s3c2412_snd_txctrl(struct s3c_i2sv2_info *i2s, int on) in s3c2412_snd_txctrl()
149 static void s3c2412_snd_rxctrl(struct s3c_i2sv2_info *i2s, int on) in s3c2412_snd_rxctrl()
222 static int s3c2412_snd_lrsync(struct s3c_i2sv2_info *i2s) in s3c2412_snd_lrsync()
251 struct s3c_i2sv2_info *i2s = to_info(cpu_dai); in s3c2412_i2s_set_fmt()
302 struct s3c_i2sv2_info *i2s = to_info(dai); in s3c_i2sv2_hw_params()
341 struct s3c_i2sv2_info *i2s = to_info(cpu_dai); in s3c_i2sv2_set_sysclk()
387 struct s3c_i2sv2_info *i2s = to_info(rtd->cpu_dai); in s3c2412_i2s_trigger()
450 struct s3c_i2sv2_info *i2s = to_info(cpu_dai); in s3c2412_i2s_set_clkdiv()
533 struct s3c_i2sv2_info *i2s = to_info(dai); in s3c2412_i2s_delay()
[all …]
Ds3c-i2s-v2.h52 struct s3c_i2sv2_info { struct
91 struct s3c_i2sv2_info *i2s, argument
100 struct s3c_i2sv2_info *i2s);
Ds3c2412-i2s.c47 static struct s3c_i2sv2_info s3c2412_i2s;
103 struct s3c_i2sv2_info *i2s = snd_soc_dai_get_drvdata(cpu_dai); in s3c2412_i2s_hw_params()