gate_clk          140 drivers/clk/spear/clk-aux-synth.c 		u8 rtbl_cnt, spinlock_t *lock, struct clk **gate_clk)
gate_clk          186 drivers/clk/spear/clk-aux-synth.c 		if (gate_clk)
gate_clk          187 drivers/clk/spear/clk-aux-synth.c 			*gate_clk = tgate_clk;
gate_clk          116 drivers/clk/spear/clk.h 		u8 rtbl_cnt, spinlock_t *lock, struct clk **gate_clk);
gate_clk          236 drivers/gpu/drm/exynos/exynos_drm_g2d.c 	struct clk			*gate_clk;
gate_clk         1478 drivers/gpu/drm/exynos/exynos_drm_g2d.c 	g2d->gate_clk = devm_clk_get(dev, "fimg2d");
gate_clk         1479 drivers/gpu/drm/exynos/exynos_drm_g2d.c 	if (IS_ERR(g2d->gate_clk)) {
gate_clk         1481 drivers/gpu/drm/exynos/exynos_drm_g2d.c 		ret = PTR_ERR(g2d->gate_clk);
gate_clk         1585 drivers/gpu/drm/exynos/exynos_drm_g2d.c 	clk_disable_unprepare(g2d->gate_clk);
gate_clk         1595 drivers/gpu/drm/exynos/exynos_drm_g2d.c 	ret = clk_prepare_enable(g2d->gate_clk);