gateclk_ops        89 drivers/clk/socfpga/clk-gate-a10.c static struct clk_ops gateclk_ops = {
gateclk_ops       120 drivers/clk/socfpga/clk-gate-a10.c 		gateclk_ops.enable = clk_gate_ops.enable;
gateclk_ops       121 drivers/clk/socfpga/clk-gate-a10.c 		gateclk_ops.disable = clk_gate_ops.disable;
gateclk_ops       175 drivers/clk/socfpga/clk-gate-a10.c 	__socfpga_gate_init(node, &gateclk_ops);
gateclk_ops        58 drivers/clk/socfpga/clk-gate-s10.c static struct clk_ops gateclk_ops = {
gateclk_ops        88 drivers/clk/socfpga/clk-gate-s10.c 	gateclk_ops.enable = clk_gate_ops.enable;
gateclk_ops        89 drivers/clk/socfpga/clk-gate-s10.c 	gateclk_ops.disable = clk_gate_ops.disable;
gateclk_ops       110 drivers/clk/socfpga/clk-gate-s10.c 		init.ops = &gateclk_ops;
gateclk_ops       164 drivers/clk/socfpga/clk-gate.c static struct clk_ops gateclk_ops = {
gateclk_ops       189 drivers/clk/socfpga/clk-gate.c 	ops = kmemdup(&gateclk_ops, sizeof(gateclk_ops), GFP_KERNEL);