Lines Matching defs:ops
507 init.ops = &ti_adpll_ops;
578 struct clk_ops *ops;
596 ops = devm_kzalloc(d->dev, sizeof(*ops), GFP_KERNEL);
597 if (!ops)
601 init.ops = ops;
609 ops->get_parent = ti_adpll_clkout_get_parent;
610 ops->determine_rate = __clk_mux_determine_rate;
615 ops->enable = ti_adpll_clkout_enable;
616 ops->disable = ti_adpll_clkout_disable;
617 ops->is_enabled = ti_adpll_clkout_is_enabled;