Lines Matching refs:gate_ops

204 	const struct clk_ops *gate_ops = composite->gate_ops;  in clk_composite_is_enabled()  local
209 return gate_ops->is_enabled(gate_hw); in clk_composite_is_enabled()
215 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_enable() local
220 return gate_ops->enable(gate_hw); in clk_composite_enable()
226 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_disable() local
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()
313 if (!gate_ops->is_enabled || !gate_ops->enable || in __clk_hw_register_composite()
314 !gate_ops->disable) { in __clk_hw_register_composite()
320 composite->gate_ops = gate_ops; in __clk_hw_register_composite()
355 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite() argument
361 gate_ops, flags); in clk_hw_register_composite()
371 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite_pdata() argument
377 gate_ops, flags); 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
488 gate_ops, flags); in devm_clk_hw_register_composite_pdata()