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()
67 static struct clk_hw *
75 struct clk_hw *hw; in __clk_hw_register_fixed_factor()
109 struct clk_hw *clk_hw_register_fixed_factor(struct device *dev, in clk_hw_register_fixed_factor()
122 struct clk_hw *hw; in clk_register_fixed_factor()
134 struct clk_hw *hw; in clk_unregister_fixed_factor()
145 void clk_hw_unregister_fixed_factor(struct clk_hw *hw) in clk_hw_unregister_fixed_factor()
162 static struct clk_hw *_of_fixed_factor_clk_setup(struct device_node *node) in _of_fixed_factor_clk_setup()
164 struct clk_hw *hw; in _of_fixed_factor_clk_setup()
219 struct clk_hw *clk = platform_get_drvdata(pdev); in of_fixed_factor_clk_remove()
229 struct clk_hw *clk; in of_fixed_factor_clk_probe()