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()223 kfree(to_clk_fixed_factor(hw)); in clk_unregister_fixed_factor()231 fix = to_clk_fixed_factor(hw); in clk_hw_unregister_fixed_factor()
1078 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) macro