• Home
  • Raw
  • Download

Lines Matching refs:gate_ops

172 	const struct clk_ops *gate_ops = composite->gate_ops;  in clk_composite_is_enabled()  local
177 return gate_ops->is_enabled(gate_hw); in clk_composite_is_enabled()
183 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_enable() local
188 return gate_ops->enable(gate_hw); in clk_composite_enable()
194 const struct clk_ops *gate_ops = composite->gate_ops; in clk_composite_disable() local
199 gate_ops->disable(gate_hw); in clk_composite_disable()
207 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in __clk_hw_register_composite() argument
280 if (gate_hw && gate_ops) { in __clk_hw_register_composite()
281 if (!gate_ops->is_enabled || !gate_ops->enable || in __clk_hw_register_composite()
282 !gate_ops->disable) { in __clk_hw_register_composite()
288 composite->gate_ops = gate_ops; in __clk_hw_register_composite()
323 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite() argument
329 gate_ops, flags); in clk_hw_register_composite()
339 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite_pdata() argument
345 gate_ops, flags); in clk_hw_register_composite_pdata()
352 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite() argument
358 mux_hw, mux_ops, rate_hw, rate_ops, gate_hw, gate_ops, in clk_register_composite()
370 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite_pdata() argument
377 gate_hw, gate_ops, flags); in clk_register_composite_pdata()