Home
last modified time | relevance | path

Searched refs:grf_clk (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/rockchip/
A Ddw-mipi-dsi-rockchip.c271 struct clk *grf_clk; member
805 ret = clk_prepare_enable(dsi->grf_clk); in dw_mipi_dsi_encoder_enable()
815 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_encoder_enable()
977 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_rockchip_bind()
1162 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_dphy_init()
1272 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_dphy_power_on()
1279 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_dphy_power_on()
1304 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_dphy_power_off()
1340 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_rockchip_resume()
1430 if (IS_ERR(dsi->grf_clk)) { in dw_mipi_dsi_rockchip_probe()
[all …]
A Ddw_hdmi-rockchip.c81 struct clk *grf_clk; member
219 hdmi->grf_clk = devm_clk_get_optional(hdmi->dev, "grf"); in rockchip_hdmi_parse_dt()
220 if (IS_ERR(hdmi->grf_clk)) { in rockchip_hdmi_parse_dt()
221 ret = PTR_ERR(hdmi->grf_clk); in rockchip_hdmi_parse_dt()
299 ret = clk_prepare_enable(hdmi->grf_clk); in dw_hdmi_rockchip_encoder_enable()
309 clk_disable_unprepare(hdmi->grf_clk); in dw_hdmi_rockchip_encoder_enable()
A Dcdn-dp-core.c75 ret = clk_prepare_enable(dp->grf_clk); in cdn_dp_grf_write()
84 clk_disable_unprepare(dp->grf_clk); in cdn_dp_grf_write()
88 clk_disable_unprepare(dp->grf_clk); in cdn_dp_grf_write()
713 dp->grf_clk = devm_clk_get(dev, "grf"); in cdn_dp_parse_dt()
714 if (IS_ERR(dp->grf_clk)) { in cdn_dp_parse_dt()
716 return PTR_ERR(dp->grf_clk); in cdn_dp_parse_dt()
A Dcdn-dp-core.h89 struct clk *grf_clk; member

Completed in 46 milliseconds