Searched defs:wcd934x_codec (Results 1 – 1 of 1) sorted by relevance
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