Searched refs:to_clk_fixed_factor (Results 1 – 3 of 3) sorted by relevance
19 #define to_clk_fixed_factor(dev) \ macro25 struct clk_fixed_factor *ff = to_clk_fixed_factor(clk->dev); in clk_fixed_factor_get_rate()47 struct clk_fixed_factor *ff = to_clk_fixed_factor(dev); in clk_fixed_factor_ofdata_to_platdata()
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()
1099 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) macro