Lines Matching refs:sclk_hdmi
81 struct clk *sclk_hdmi; member
1492 clk_disable_unprepare(hdata->res.sclk_hdmi); in hdmi_v13_mode_apply()
1494 clk_prepare_enable(hdata->res.sclk_hdmi); in hdmi_v13_mode_apply()
1654 clk_disable_unprepare(hdata->res.sclk_hdmi); in hdmi_v14_mode_apply()
1656 clk_prepare_enable(hdata->res.sclk_hdmi); in hdmi_v14_mode_apply()
1674 clk_disable_unprepare(hdata->res.sclk_hdmi); in hdmiphy_conf_reset()
1676 clk_prepare_enable(hdata->res.sclk_hdmi); in hdmiphy_conf_reset()
2059 clk_prepare_enable(res->sclk_hdmi); in hdmi_poweron()
2081 clk_disable_unprepare(res->sclk_hdmi); in hdmi_poweroff()
2189 res->sclk_hdmi = devm_clk_get(dev, "sclk_hdmi"); in hdmi_resources_init()
2190 if (IS_ERR(res->sclk_hdmi)) { in hdmi_resources_init()
2192 ret = PTR_ERR(res->sclk_hdmi); in hdmi_resources_init()