Lines Matching refs:clk_hw
45 struct clk_hw hw;
51 static int clk_gpio_gate_enable(struct clk_hw *hw)
60 static void clk_gpio_gate_disable(struct clk_hw *hw)
67 static int clk_gpio_gate_is_enabled(struct clk_hw *hw)
80 static int clk_sleeping_gpio_gate_prepare(struct clk_hw *hw)
89 static void clk_sleeping_gpio_gate_unprepare(struct clk_hw *hw)
96 static int clk_sleeping_gpio_gate_is_prepared(struct clk_hw *hw)
117 static u8 clk_gpio_mux_get_parent(struct clk_hw *hw)
124 static int clk_gpio_mux_set_parent(struct clk_hw *hw, u8 index)
139 static struct clk_hw *clk_register_gpio(struct device *dev, u8 num_parents,
144 struct clk_hw *hw;
173 static struct clk_hw *clk_hw_register_gpio_gate(struct device *dev,
187 static struct clk_hw *clk_hw_register_gpio_mux(struct device *dev,
200 struct clk_hw *hw;