Lines Matching defs:ops
220 * @ops: clk_ops for this clock
226 const struct clk_ops *ops,
245 clk_hw->ops = hw_ops;
249 init.ops = ops;
258 /* Check if register defined, if not, drop hw-ops */
261 clk_hw->ops = NULL;
282 * @ops: ops for the DPLL
288 const struct clk_ops *ops,
304 clk_hw->ops = &clkhwops_omap3_dpll;
308 init->ops = ops;
336 clk_hw->ops = &clkhwops_omap2xxx_dpll;