Lines Matching defs:ops
182 struct clk_ops *ops;190 ops = kmemdup(&gateclk_ops, sizeof(gateclk_ops), GFP_KERNEL);191 if (WARN_ON(!ops)) {204 ops->enable = clk_gate_ops.enable;205 ops->disable = clk_gate_ops.disable;232 init.ops = ops;237 ops->get_parent = NULL;238 ops->set_parent = NULL;248 kfree(ops);