Searched refs:to_clk_fixed_factor (Results 1 – 2 of 2) sorted by relevance
25 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_recalc_rate()36 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_round_rate()141 kfree(to_clk_fixed_factor(hw)); in clk_unregister_fixed_factor()149 fix = to_clk_fixed_factor(hw); in clk_hw_unregister_fixed_factor()
906 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) macro