Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/rockchip/
A Ddw_hdmi-rockchip.c73 struct clk *grf_clk; member
209 hdmi->grf_clk = devm_clk_get(hdmi->dev, "grf"); in rockchip_hdmi_parse_dt()
210 if (PTR_ERR(hdmi->grf_clk) == -ENOENT) { in rockchip_hdmi_parse_dt()
211 hdmi->grf_clk = NULL; in rockchip_hdmi_parse_dt()
212 } else if (PTR_ERR(hdmi->grf_clk) == -EPROBE_DEFER) { in rockchip_hdmi_parse_dt()
214 } else if (IS_ERR(hdmi->grf_clk)) { in rockchip_hdmi_parse_dt()
216 return PTR_ERR(hdmi->grf_clk); in rockchip_hdmi_parse_dt()
278 ret = clk_prepare_enable(hdmi->grf_clk); in dw_hdmi_rockchip_encoder_enable()
288 clk_disable_unprepare(hdmi->grf_clk); in dw_hdmi_rockchip_encoder_enable()
A Ddw-mipi-dsi-rockchip.c245 struct clk *grf_clk; member
784 ret = clk_prepare_enable(dsi->grf_clk); in dw_mipi_dsi_encoder_enable()
794 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_encoder_enable()
952 ret = clk_prepare_enable(dsi->grf_clk); in dw_mipi_dsi_rockchip_bind()
962 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_rockchip_bind()
1120 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_dphy_init()
1230 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_dphy_power_on()
1237 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_dphy_power_on()
1262 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_dphy_power_off()
1359 if (IS_ERR(dsi->grf_clk)) { in dw_mipi_dsi_rockchip_probe()
[all …]
A Dcdn-dp-core.c68 ret = clk_prepare_enable(dp->grf_clk); in cdn_dp_grf_write()
77 clk_disable_unprepare(dp->grf_clk); in cdn_dp_grf_write()
81 clk_disable_unprepare(dp->grf_clk); in cdn_dp_grf_write()
731 dp->grf_clk = devm_clk_get(dev, "grf"); in cdn_dp_parse_dt()
732 if (IS_ERR(dp->grf_clk)) { in cdn_dp_parse_dt()
734 return PTR_ERR(dp->grf_clk); in cdn_dp_parse_dt()
A Dcdn-dp-core.h88 struct clk *grf_clk; member
/linux/Documentation/devicetree/bindings/usb/
A Drockchip,dwc3.yaml69 - const: grf_clk
105 "bus_clk", "grf_clk";
/linux/arch/arm64/boot/dts/rockchip/
A Drk3399.dtsi434 "aclk_usb3", "grf_clk";
470 "aclk_usb3", "grf_clk";

Completed in 32 milliseconds