Lines Matching refs:gate_hw
173 struct clk_hw *gate_hw = composite->gate_hw;
175 __clk_hw_set_clk(gate_hw, hw);
177 return gate_ops->is_enabled(gate_hw);
184 struct clk_hw *gate_hw = composite->gate_hw;
186 __clk_hw_set_clk(gate_hw, hw);
188 return gate_ops->enable(gate_hw);
195 struct clk_hw *gate_hw = composite->gate_hw;
197 __clk_hw_set_clk(gate_hw, hw);
199 gate_ops->disable(gate_hw);
207 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
280 if (gate_hw && gate_ops) {
287 composite->gate_hw = gate_hw;
309 if (composite->gate_hw)
310 composite->gate_hw->clk = hw->clk;
323 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
328 rate_hw, rate_ops, gate_hw,
339 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
344 rate_hw, rate_ops, gate_hw,
352 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
358 mux_hw, mux_ops, rate_hw, rate_ops, gate_hw, gate_ops,
370 struct clk_hw *gate_hw, const struct clk_ops *gate_ops,
377 gate_hw, gate_ops, flags);