Searched defs:clk_regmap_divider (Results 1 – 1 of 1) sorted by relevance
235 struct clk_regmap_divider { struct236 struct clk_hw hw;237 struct device *dev;238 struct regmap *regmap;262 extern const struct clk_ops clk_regmap_divider_ops; argument