clk_gates         100 drivers/gpu/drm/exynos/exynos_hdmi.c 	struct string_array_spec clk_gates;
clk_gates         133 drivers/gpu/drm/exynos/exynos_hdmi.c 	struct clk			**clk_gates;
clk_gates         638 drivers/gpu/drm/exynos/exynos_hdmi.c 	.clk_gates	= INIT_ARRAY_SPEC(hdmi_clk_gates4),
clk_gates         645 drivers/gpu/drm/exynos/exynos_hdmi.c 	.clk_gates	= INIT_ARRAY_SPEC(hdmi_clk_gates4),
clk_gates         653 drivers/gpu/drm/exynos/exynos_hdmi.c 	.clk_gates	= INIT_ARRAY_SPEC(hdmi_clk_gates4),
clk_gates         662 drivers/gpu/drm/exynos/exynos_hdmi.c 	.clk_gates	= INIT_ARRAY_SPEC(hdmi_clk_gates5433),
clk_gates         740 drivers/gpu/drm/exynos/exynos_hdmi.c 	for (i = 0; i < hdata->drv_data->clk_gates.count; ++i) {
clk_gates         741 drivers/gpu/drm/exynos/exynos_hdmi.c 		ret = clk_prepare_enable(hdata->clk_gates[i]);
clk_gates         746 drivers/gpu/drm/exynos/exynos_hdmi.c 			hdata->drv_data->clk_gates.data[i], ret);
clk_gates         748 drivers/gpu/drm/exynos/exynos_hdmi.c 			clk_disable_unprepare(hdata->clk_gates[i]);
clk_gates         757 drivers/gpu/drm/exynos/exynos_hdmi.c 	int i = hdata->drv_data->clk_gates.count;
clk_gates         760 drivers/gpu/drm/exynos/exynos_hdmi.c 		clk_disable_unprepare(hdata->clk_gates[i]);
clk_gates        1704 drivers/gpu/drm/exynos/exynos_hdmi.c 	int count = drv_data->clk_gates.count + drv_data->clk_muxes.count;
clk_gates        1716 drivers/gpu/drm/exynos/exynos_hdmi.c 	hdata->clk_gates = clks;
clk_gates        1717 drivers/gpu/drm/exynos/exynos_hdmi.c 	hdata->clk_muxes = clks + drv_data->clk_gates.count;
clk_gates        1719 drivers/gpu/drm/exynos/exynos_hdmi.c 	ret = hdmi_clks_get(hdata, &drv_data->clk_gates, hdata->clk_gates);