Home
last modified time | relevance | path

Searched refs:to_clk_fixed_rate (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/
H A Dclk-fixed-rate.c27 #define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw) macro
32 return to_clk_fixed_rate(hw)->fixed_rate; in clk_fixed_rate_recalc_rate()
38 struct clk_fixed_rate *fixed = to_clk_fixed_rate(hw); in clk_fixed_rate_recalc_accuracy()
144 kfree(to_clk_fixed_rate(hw)); in clk_unregister_fixed_rate()
152 fixed = to_clk_fixed_rate(hw); in clk_hw_unregister_fixed_rate()