Lines Matching refs:gate_ops
173 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_is_enabled() local
178 return gate_ops->is_enabled(gate_hw); in clk_composite_is_enabled()
184 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_enable() local
189 return gate_ops->enable(gate_hw); in clk_composite_enable()
195 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_disable() local
200 gate_ops->disable(gate_hw); in clk_composite_disable()
208 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in __clk_hw_register_composite() argument
281 if (gate_hw && gate_ops) { in __clk_hw_register_composite()
282 if (!gate_ops->is_enabled || !gate_ops->enable || in __clk_hw_register_composite()
283 !gate_ops->disable) { in __clk_hw_register_composite()
289 composite->gate_ops = gate_ops; in __clk_hw_register_composite()
324 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite() argument
330 gate_ops, flags); in clk_hw_register_composite()
340 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite_pdata() argument
346 gate_ops, flags); in clk_hw_register_composite_pdata()
353 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite() argument
359 mux_hw, mux_ops, rate_hw, rate_ops, gate_hw, gate_ops, in clk_register_composite()
371 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite_pdata() argument
378 gate_hw, gate_ops, flags); in clk_register_composite_pdata()
420 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in __devm_clk_hw_register_composite() argument
432 rate_ops, gate_hw, gate_ops, flags); in __devm_clk_hw_register_composite()
450 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in devm_clk_hw_register_composite_pdata() argument
456 gate_ops, flags); in devm_clk_hw_register_composite_pdata()