Searched refs:to_clk_gpio (Results 1 – 2 of 2) sorted by relevance
36 struct clk_gpio *clk = to_clk_gpio(hw); in clk_gpio_gate_enable()45 struct clk_gpio *clk = to_clk_gpio(hw); in clk_gpio_gate_disable()52 struct clk_gpio *clk = to_clk_gpio(hw); in clk_gpio_gate_is_enabled()74 struct clk_gpio *clk = to_clk_gpio(hw); in clk_gpio_mux_get_parent()81 struct clk_gpio *clk = to_clk_gpio(hw); in clk_gpio_mux_set_parent()
720 #define to_clk_gpio(_hw) container_of(_hw, struct clk_gpio, hw) macro