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()
60 static unsigned long clk_factor_recalc_accuracy(struct clk_hw *hw, in clk_factor_recalc_accuracy()
91 static struct clk_hw *
94 const struct clk_hw *parent_hw, const struct clk_parent_data *pdata, in __clk_hw_register_fixed_factor()
100 struct clk_hw *hw; in __clk_hw_register_fixed_factor()
163 struct clk_hw *devm_clk_hw_register_fixed_factor_index(struct device *dev, in devm_clk_hw_register_fixed_factor_index()
187 struct clk_hw *devm_clk_hw_register_fixed_factor_parent_hw(struct device *dev, in devm_clk_hw_register_fixed_factor_parent_hw()
188 const char *name, const struct clk_hw *parent_hw, in devm_clk_hw_register_fixed_factor_parent_hw()
198 struct clk_hw *clk_hw_register_fixed_factor_parent_hw(struct device *dev, in clk_hw_register_fixed_factor_parent_hw()
199 const char *name, const struct clk_hw *parent_hw, in clk_hw_register_fixed_factor_parent_hw()
209 struct clk_hw *clk_hw_register_fixed_factor(struct device *dev, in clk_hw_register_fixed_factor()
220 struct clk_hw *clk_hw_register_fixed_factor_fwname(struct device *dev, in clk_hw_register_fixed_factor_fwname()
231 struct clk_hw *clk_hw_register_fixed_factor_with_accuracy_fwname(struct device *dev, in clk_hw_register_fixed_factor_with_accuracy_fwname()
244 struct clk_hw *clk_hw_register_fixed_factor_index(struct device *dev, in clk_hw_register_fixed_factor_index()
259 struct clk_hw *hw; in clk_register_fixed_factor()
271 struct clk_hw *hw; in clk_unregister_fixed_factor()
282 void clk_hw_unregister_fixed_factor(struct clk_hw *hw) in clk_hw_unregister_fixed_factor()
293 struct clk_hw *devm_clk_hw_register_fixed_factor(struct device *dev, in devm_clk_hw_register_fixed_factor()
304 struct clk_hw *devm_clk_hw_register_fixed_factor_fwname(struct device *dev, in devm_clk_hw_register_fixed_factor_fwname()
315 struct clk_hw *devm_clk_hw_register_fixed_factor_with_accuracy_fwname(struct device *dev, in devm_clk_hw_register_fixed_factor_with_accuracy_fwname()
329 static struct clk_hw *_of_fixed_factor_clk_setup(struct device_node *node) in _of_fixed_factor_clk_setup()
331 struct clk_hw *hw; in _of_fixed_factor_clk_setup()
384 struct clk_hw *clk = platform_get_drvdata(pdev); in of_fixed_factor_clk_remove()
392 struct clk_hw *clk; in of_fixed_factor_clk_probe()