Searched refs:clk_gates (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_hdmi.c | 102 struct string_array_spec clk_gates; member 135 struct clk **clk_gates; member 640 .clk_gates = INIT_ARRAY_SPEC(hdmi_clk_gates4), 647 .clk_gates = INIT_ARRAY_SPEC(hdmi_clk_gates4), 655 .clk_gates = INIT_ARRAY_SPEC(hdmi_clk_gates4), 664 .clk_gates = INIT_ARRAY_SPEC(hdmi_clk_gates5433), 742 for (i = 0; i < hdata->drv_data->clk_gates.count; ++i) { in hdmi_clk_enable_gates() 743 ret = clk_prepare_enable(hdata->clk_gates[i]); in hdmi_clk_enable_gates() 748 hdata->drv_data->clk_gates.data[i], ret); in hdmi_clk_enable_gates() 750 clk_disable_unprepare(hdata->clk_gates[ in hdmi_clk_enable_gates() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_hdmi.c | 102 struct string_array_spec clk_gates; member 135 struct clk **clk_gates; member 649 .clk_gates = INIT_ARRAY_SPEC(hdmi_clk_gates4), 656 .clk_gates = INIT_ARRAY_SPEC(hdmi_clk_gates4), 664 .clk_gates = INIT_ARRAY_SPEC(hdmi_clk_gates4), 673 .clk_gates = INIT_ARRAY_SPEC(hdmi_clk_gates5433), 751 for (i = 0; i < hdata->drv_data->clk_gates.count; ++i) { in hdmi_clk_enable_gates() 752 ret = clk_prepare_enable(hdata->clk_gates[i]); in hdmi_clk_enable_gates() 757 hdata->drv_data->clk_gates.data[i], ret); in hdmi_clk_enable_gates() 759 clk_disable_unprepare(hdata->clk_gates[ in hdmi_clk_enable_gates() [all...] |
Completed in 4 milliseconds