Lines Matching refs:clk_hw
47 struct clk_hw hw;
53 static int clk_gpio_gate_enable(struct clk_hw *hw) in clk_gpio_gate_enable()
62 static void clk_gpio_gate_disable(struct clk_hw *hw) in clk_gpio_gate_disable()
69 static int clk_gpio_gate_is_enabled(struct clk_hw *hw) in clk_gpio_gate_is_enabled()
82 static int clk_sleeping_gpio_gate_prepare(struct clk_hw *hw) in clk_sleeping_gpio_gate_prepare()
91 static void clk_sleeping_gpio_gate_unprepare(struct clk_hw *hw) in clk_sleeping_gpio_gate_unprepare()
98 static int clk_sleeping_gpio_gate_is_prepared(struct clk_hw *hw) in clk_sleeping_gpio_gate_is_prepared()
119 static u8 clk_gpio_mux_get_parent(struct clk_hw *hw) in clk_gpio_mux_get_parent()
126 static int clk_gpio_mux_set_parent(struct clk_hw *hw, u8 index) in clk_gpio_mux_set_parent()
141 static struct clk_hw *clk_register_gpio(struct device *dev, u8 num_parents, in clk_register_gpio()
146 struct clk_hw *hw; in clk_register_gpio()
175 static struct clk_hw *clk_hw_register_gpio_gate(struct device *dev, in clk_hw_register_gpio_gate()
189 static struct clk_hw *clk_hw_register_gpio_mux(struct device *dev, in clk_hw_register_gpio_mux()
202 struct clk_hw *hw; in gpio_clk_driver_probe()
268 static unsigned long clk_gated_fixed_recalc_rate(struct clk_hw *hw, in clk_gated_fixed_recalc_rate()
274 static int clk_gated_fixed_prepare(struct clk_hw *hw) in clk_gated_fixed_prepare()
284 static void clk_gated_fixed_unprepare(struct clk_hw *hw) in clk_gated_fixed_unprepare()
294 static int clk_gated_fixed_is_prepared(struct clk_hw *hw) in clk_gated_fixed_is_prepared()
320 static int clk_sleeping_gated_fixed_prepare(struct clk_hw *hw) in clk_sleeping_gated_fixed_prepare()
335 static void clk_sleeping_gated_fixed_unprepare(struct clk_hw *hw) in clk_sleeping_gated_fixed_unprepare()