Home
last modified time | relevance | path

Searched defs:wcd934x_codec (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/codecs/
Dwcd934x.c539 struct wcd934x_codec { struct
540 struct device *dev;
541 struct clk_hw hw;
542 struct clk *extclk;
543 struct regmap *regmap;
544 struct regmap *if_regmap;
545 struct slim_device *sdev;
546 struct slim_device *sidev;
547 struct wcd_clsh_ctrl *clsh_ctrl;
548 struct snd_soc_component *component;
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Dwcd934x.c516 struct wcd934x_codec { struct
517 struct device *dev;
518 struct clk_hw hw;
519 struct clk *extclk;
520 struct regmap *regmap;
521 struct regmap *if_regmap;
522 struct slim_device *sdev;
546 #define to_wcd934x_codec(_hw) container_of(_hw, struct wcd934x_codec, hw) argument