Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-gpio.c266 #define to_clk_gated_fixed(_clk_gpio) container_of(_clk_gpio, struct clk_gated_fixed, clk_gpio) macro
271 return to_clk_gated_fixed(to_clk_gpio(hw))->rate; in clk_gated_fixed_recalc_rate()
276 struct clk_gated_fixed *clk = to_clk_gated_fixed(to_clk_gpio(hw)); in clk_gated_fixed_prepare()
286 struct clk_gated_fixed *clk = to_clk_gated_fixed(to_clk_gpio(hw)); in clk_gated_fixed_unprepare()
296 struct clk_gated_fixed *clk = to_clk_gated_fixed(to_clk_gpio(hw)); in clk_gated_fixed_is_prepared()