Lines Matching refs:gate_ops

207 	const struct clk_ops *gate_ops = composite->gate_ops;  in clk_composite_is_enabled()  local
212 return gate_ops->is_enabled(gate_hw); in clk_composite_is_enabled()
218 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_enable() local
223 return gate_ops->enable(gate_hw); in clk_composite_enable()
229 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_disable() local
234 gate_ops->disable(gate_hw); in clk_composite_disable()
242 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in __clk_hw_register_composite() argument
315 if (gate_hw && gate_ops) { in __clk_hw_register_composite()
316 if (!gate_ops->is_enabled || !gate_ops->enable || in __clk_hw_register_composite()
317 !gate_ops->disable) { in __clk_hw_register_composite()
323 composite->gate_ops = gate_ops; in __clk_hw_register_composite()
358 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite() argument
364 gate_ops, flags); in clk_hw_register_composite()
374 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite_pdata() argument
380 gate_ops, flags); in clk_hw_register_composite_pdata()
387 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite() argument
393 mux_hw, mux_ops, rate_hw, rate_ops, gate_hw, gate_ops, in clk_register_composite()
406 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite_pdata() argument
413 gate_hw, gate_ops, flags); in clk_register_composite_pdata()
455 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in __devm_clk_hw_register_composite() argument
467 rate_ops, gate_hw, gate_ops, flags); in __devm_clk_hw_register_composite()
485 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in devm_clk_hw_register_composite_pdata() argument
491 gate_ops, flags); in devm_clk_hw_register_composite_pdata()