tegra_clk_periph_gate_ops  113 drivers/clk/tegra/clk-periph-gate.c const struct clk_ops tegra_clk_periph_gate_ops = {
tegra_clk_periph_gate_ops  142 drivers/clk/tegra/clk-periph-gate.c 	init.ops = &tegra_clk_periph_gate_ops;
tegra_clk_periph_gate_ops  241 drivers/clk/tegra/clk-sdmmc-mux.c 	sdmmc_mux->gate_ops = &tegra_clk_periph_gate_ops;
tegra_clk_periph_gate_ops  521 drivers/clk/tegra/clk.h extern const struct clk_ops tegra_clk_periph_gate_ops;
tegra_clk_periph_gate_ops  606 drivers/clk/tegra/clk.h 		.gate_ops = &tegra_clk_periph_gate_ops,			\