Lines Matching refs:clk_hw

22 static unsigned long clk_factor_recalc_rate(struct clk_hw *hw,  in clk_factor_recalc_rate()
33 static long clk_factor_round_rate(struct clk_hw *hw, unsigned long rate, in clk_factor_round_rate()
48 static int clk_factor_set_rate(struct clk_hw *hw, unsigned long rate, in clk_factor_set_rate()
79 static struct clk_hw *
82 const struct clk_hw *parent_hw, int index, in __clk_hw_register_fixed_factor()
89 struct clk_hw *hw; in __clk_hw_register_fixed_factor()
150 struct clk_hw *devm_clk_hw_register_fixed_factor_index(struct device *dev, in devm_clk_hw_register_fixed_factor_index()
172 struct clk_hw *devm_clk_hw_register_fixed_factor_parent_hw(struct device *dev, in devm_clk_hw_register_fixed_factor_parent_hw()
173 const char *name, const struct clk_hw *parent_hw, in devm_clk_hw_register_fixed_factor_parent_hw()
181 struct clk_hw *clk_hw_register_fixed_factor_parent_hw(struct device *dev, in clk_hw_register_fixed_factor_parent_hw()
182 const char *name, const struct clk_hw *parent_hw, in clk_hw_register_fixed_factor_parent_hw()
191 struct clk_hw *clk_hw_register_fixed_factor(struct device *dev, in clk_hw_register_fixed_factor()
204 struct clk_hw *hw; in clk_register_fixed_factor()
216 struct clk_hw *hw; in clk_unregister_fixed_factor()
227 void clk_hw_unregister_fixed_factor(struct clk_hw *hw) in clk_hw_unregister_fixed_factor()
238 struct clk_hw *devm_clk_hw_register_fixed_factor(struct device *dev, in devm_clk_hw_register_fixed_factor()
248 static struct clk_hw *_of_fixed_factor_clk_setup(struct device_node *node) in _of_fixed_factor_clk_setup()
250 struct clk_hw *hw; in _of_fixed_factor_clk_setup()
302 struct clk_hw *clk = platform_get_drvdata(pdev); in of_fixed_factor_clk_remove()
312 struct clk_hw *clk; in of_fixed_factor_clk_probe()