Searched refs:to_clk_gpio (Results 1 – 2 of 2) sorted by relevance
33 struct clk_gpio *clk = to_clk_gpio(hw); in clk_gpio_gate_enable()42 struct clk_gpio *clk = to_clk_gpio(hw); in clk_gpio_gate_disable()49 struct clk_gpio *clk = to_clk_gpio(hw); in clk_gpio_gate_is_enabled()63 struct clk_gpio *clk = to_clk_gpio(hw); in clk_sleeping_gpio_gate_prepare()72 struct clk_gpio *clk = to_clk_gpio(hw); in clk_sleeping_gpio_gate_unprepare()79 struct clk_gpio *clk = to_clk_gpio(hw); in clk_sleeping_gpio_gate_is_prepared()100 struct clk_gpio *clk = to_clk_gpio(hw); in clk_gpio_mux_get_parent()107 struct clk_gpio *clk = to_clk_gpio(hw); in clk_gpio_mux_set_parent()
773 #define to_clk_gpio(_hw) container_of(_hw, struct clk_gpio, hw) macro