Searched defs:wcd934x_codec (Results 1 – 2 of 2) sorted by relevance
539 struct wcd934x_codec { struct540 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 …]
516 struct wcd934x_codec { struct517 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