Lines Matching refs:hw_ops
99 const struct clk_hw_omap_ops *hw_ops) in _register_gate() argument
116 clk_hw->ops = hw_ops; in _register_gate()
137 const struct clk_hw_omap_ops *hw_ops = NULL; in ti_clk_register_gate() local
159 hw_ops = &clkhwops_wait; in ti_clk_register_gate()
163 hw_ops = &clkhwops_omap3430es2_dss_usbhost_wait; in ti_clk_register_gate()
166 hw_ops = &clkhwops_wait; in ti_clk_register_gate()
172 hw_ops = &clkhwops_am35xx_ipss_module_wait; in ti_clk_register_gate()
179 clk_gate_flags, ops, hw_ops); in ti_clk_register_gate()
216 const struct clk_hw_omap_ops *hw_ops) in _of_ti_gate_clk_setup() argument
249 enable_bit, clk_gate_flags, ops, hw_ops); in _of_ti_gate_clk_setup()
257 const struct clk_hw_omap_ops *hw_ops) in _of_ti_composite_gate_clk_setup() argument
273 gate->ops = hw_ops; in _of_ti_composite_gate_clk_setup()