Home
last modified time | relevance | path

Searched refs:clk_gates (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c102 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[i]); in hdmi_clk_enable_gates()
[all …]
/linux/sound/soc/rockchip/
H A Drockchip_sai.c485 unsigned int clk_gates; in rockchip_sai_set_fmt() local
507 rockchip_sai_xfer_clk_stop_and_wait(sai, &clk_gates); in rockchip_sai_set_fmt()
546 if (clk_gates) in rockchip_sai_set_fmt()
549 clk_gates); in rockchip_sai_set_fmt()
915 unsigned int clk_gates; in rockchip_sai_set_tdm_slot() local
931 rockchip_sai_xfer_clk_stop_and_wait(sai, &clk_gates); in rockchip_sai_set_tdm_slot()
938 clk_gates); in rockchip_sai_set_tdm_slot()