Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-fixed-rate.c33 return to_clk_fixed_rate(hw)->fixed_rate; in clk_fixed_rate_recalc_rate()
39 return to_clk_fixed_rate(hw)->fixed_accuracy; in clk_fixed_rate_recalc_accuracy()
145 kfree(to_clk_fixed_rate(hw)); in clk_unregister_fixed_rate()
153 fixed = to_clk_fixed_rate(hw); in clk_hw_unregister_fixed_rate()
/Linux-v4.19/include/linux/
Dclk-provider.h311 #define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw) macro