Home
last modified time | relevance | path

Searched full:grf_clk (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c271 struct clk *grf_clk; member
802 * register. And for RK3288 or other soc, this grf_clk must be NULL, in dw_mipi_dsi_encoder_enable()
805 ret = clk_prepare_enable(dsi->grf_clk); in dw_mipi_dsi_encoder_enable()
807 DRM_DEV_ERROR(dsi->dev, "Failed to enable grf_clk: %d\n", ret); in dw_mipi_dsi_encoder_enable()
815 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_encoder_enable()
967 ret = clk_prepare_enable(dsi->grf_clk); in dw_mipi_dsi_rockchip_bind()
969 DRM_DEV_ERROR(dsi->dev, "Failed to enable grf_clk: %d\n", ret); in dw_mipi_dsi_rockchip_bind()
977 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_rockchip_bind()
1155 ret = clk_prepare_enable(dsi->grf_clk); in dw_mipi_dsi_dphy_init()
1162 clk_disable_unprepare(dsi->grf_clk); in dw_mipi_dsi_dphy_init()
[all …]
Ddw_hdmi-rockchip.c80 struct clk *grf_clk; member
231 hdmi->grf_clk = devm_clk_get_optional(hdmi->dev, "grf"); in rockchip_hdmi_parse_dt()
232 if (IS_ERR(hdmi->grf_clk)) { in rockchip_hdmi_parse_dt()
233 ret = PTR_ERR(hdmi->grf_clk); in rockchip_hdmi_parse_dt()
324 ret = clk_prepare_enable(hdmi->grf_clk); in dw_hdmi_rockchip_encoder_enable()
334 clk_disable_unprepare(hdmi->grf_clk); in dw_hdmi_rockchip_encoder_enable()
Dcdn-dp-core.c73 ret = clk_prepare_enable(dp->grf_clk); in cdn_dp_grf_write()
82 clk_disable_unprepare(dp->grf_clk); in cdn_dp_grf_write()
86 clk_disable_unprepare(dp->grf_clk); in cdn_dp_grf_write()
749 dp->grf_clk = devm_clk_get(dev, "grf"); in cdn_dp_parse_dt()
750 if (IS_ERR(dp->grf_clk)) { in cdn_dp_parse_dt()
752 return PTR_ERR(dp->grf_clk); in cdn_dp_parse_dt()
Dcdn-dp-core.h89 struct clk *grf_clk; member
/linux-6.12.1/Documentation/devicetree/bindings/usb/
Drockchip,dwc3.yaml71 - grf_clk
111 - const: grf_clk
155 "bus_clk", "grf_clk";
Drockchip,rk3399-dwc3.yaml47 - const: grf_clk
91 "aclk_usb3", "grf_clk";
/linux-6.12.1/arch/arm64/boot/dts/rockchip/
Drk3399-base.dtsi540 "aclk_usb3", "grf_clk";
576 "aclk_usb3", "grf_clk";