• Home
  • Raw
  • Download

Lines Matching refs:gate_hw

208 	struct clk_hw *gate_hw = composite->gate_hw;  in clk_composite_is_enabled()  local
210 __clk_hw_set_clk(gate_hw, hw); in clk_composite_is_enabled()
212 return gate_ops->is_enabled(gate_hw); in clk_composite_is_enabled()
219 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_enable() local
221 __clk_hw_set_clk(gate_hw, hw); in clk_composite_enable()
223 return gate_ops->enable(gate_hw); in clk_composite_enable()
230 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_disable() local
232 __clk_hw_set_clk(gate_hw, hw); in clk_composite_disable()
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()
322 composite->gate_hw = gate_hw; in __clk_hw_register_composite()
344 if (composite->gate_hw) in __clk_hw_register_composite()
345 composite->gate_hw->clk = hw->clk; in __clk_hw_register_composite()
358 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite() argument
363 rate_hw, rate_ops, gate_hw, in clk_hw_register_composite()
374 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_hw_register_composite_pdata() argument
379 rate_hw, rate_ops, gate_hw, 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
490 rate_hw, rate_ops, gate_hw, in devm_clk_hw_register_composite_pdata()