Lines Matching refs:gate_hw
208 struct clk_hw *gate_hw = composite->gate_hw;
210 __clk_hw_set_clk(gate_hw, hw);
212 return gate_ops->is_enabled(gate_hw);
219 struct clk_hw *gate_hw = composite->gate_hw;
221 __clk_hw_set_clk(gate_hw, hw);
223 return gate_ops->enable(gate_hw);
230 struct clk_hw *gate_hw = composite->gate_hw;
232 __clk_hw_set_clk(gate_hw, hw);
234 gate_ops->disable(gate_hw);
242 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
315 if (gate_hw && gate_ops) {
322 composite->gate_hw = gate_hw;
344 if (composite->gate_hw)
345 composite->gate_hw->clk = hw->clk;
358 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
363 rate_hw, rate_ops, gate_hw,
374 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
379 rate_hw, rate_ops, gate_hw,
387 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
393 mux_hw, mux_ops, rate_hw, rate_ops, gate_hw, gate_ops,
406 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
413 gate_hw, gate_ops, flags);
455 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
467 rate_ops, gate_hw, gate_ops, flags);
485 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
490 rate_hw, rate_ops, gate_hw,