Lines Matching refs:gate_hw

205 	struct clk_hw *gate_hw = composite->gate_hw;  in clk_composite_is_enabled()  local
207 __clk_hw_set_clk(gate_hw, hw); in clk_composite_is_enabled()
209 return gate_ops->is_enabled(gate_hw); in clk_composite_is_enabled()
216 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_enable() local
218 __clk_hw_set_clk(gate_hw, hw); in clk_composite_enable()
220 return gate_ops->enable(gate_hw); in clk_composite_enable()
227 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_disable() local
229 __clk_hw_set_clk(gate_hw, hw); in clk_composite_disable()
231 gate_ops->disable(gate_hw); in clk_composite_disable()
239 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in __clk_hw_register_composite() argument
312 if (gate_hw && gate_ops) { in __clk_hw_register_composite()
319 composite->gate_hw = gate_hw; in __clk_hw_register_composite()
341 if (composite->gate_hw) in __clk_hw_register_composite()
342 composite->gate_hw->clk = hw->clk; in __clk_hw_register_composite()
355 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite() argument
360 rate_hw, rate_ops, gate_hw, in clk_hw_register_composite()
371 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite_pdata() argument
376 rate_hw, rate_ops, gate_hw, in clk_hw_register_composite_pdata()
384 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite() argument
390 mux_hw, mux_ops, rate_hw, rate_ops, gate_hw, gate_ops, in clk_register_composite()
403 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite_pdata() argument
410 gate_hw, gate_ops, flags); in clk_register_composite_pdata()
452 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in __devm_clk_hw_register_composite() argument
464 rate_ops, gate_hw, gate_ops, flags); in __devm_clk_hw_register_composite()
482 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in devm_clk_hw_register_composite_pdata() argument
487 rate_hw, rate_ops, gate_hw, in devm_clk_hw_register_composite_pdata()