Lines Matching defs:ops
147 struct clk_ops *ops;154 ops = kmemdup(&gateclk_ops, sizeof(gateclk_ops), GFP_KERNEL);155 if (WARN_ON(!ops))166 ops->enable = clk_gate_ops.enable;167 ops->disable = clk_gate_ops.disable;188 init.ops = ops;193 ops->get_parent = NULL;194 ops->set_parent = NULL;220 kfree(ops);