Lines Matching refs:ops
98 u8 clk_gate_flags, const struct clk_ops *ops, in _register_gate() argument
112 init.ops = ops; in _register_gate()
116 clk_hw->ops = hw_ops; in _register_gate()
136 const struct clk_ops *ops = &omap_gate_clk_ops; in ti_clk_register_gate() local
158 ops = &omap_gate_clk_hsdiv_restore_ops; in ti_clk_register_gate()
169 ops = &omap_gate_clkdm_clk_ops; in ti_clk_register_gate()
179 clk_gate_flags, ops, hw_ops); in ti_clk_register_gate()
186 const struct clk_hw_omap_ops *ops = &clkhwops_wait; in ti_clk_build_component_gate() local
202 ops = NULL; in ti_clk_build_component_gate()
205 ops = &clkhwops_iclk_wait; in ti_clk_build_component_gate()
207 gate->ops = ops; in ti_clk_build_component_gate()
215 const struct clk_ops *ops, in _of_ti_gate_clk_setup() argument
226 if (ops != &omap_gate_clkdm_clk_ops) { in _of_ti_gate_clk_setup()
249 enable_bit, clk_gate_flags, ops, hw_ops); in _of_ti_gate_clk_setup()
273 gate->ops = hw_ops; in _of_ti_composite_gate_clk_setup()