Home
last modified time | relevance | path

Searched refs:pipe_clk (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/qualcomm/
H A Dphy-qcom-pcie2.c47 struct clk *pipe_clk; member
155 clk_set_rate(qphy->pipe_clk, 250000000); in qcom_pcie2_phy_power_on()
157 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_pcie2_phy_power_on()
181 clk_disable_unprepare(qphy->pipe_clk); in qcom_pcie2_phy_power_off()
281 qphy->pipe_clk = devm_clk_get(dev, NULL); in qcom_pcie2_phy_probe()
282 if (IS_ERR(qphy->pipe_clk)) { in qcom_pcie2_phy_probe()
284 return PTR_ERR(qphy->pipe_clk); in qcom_pcie2_phy_probe()
H A Dphy-qcom-qmp.c1925 struct clk *pipe_clk; member
3111 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_power_on()
3186 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_power_on()
3199 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_power_off()
3339 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_runtime_suspend()
3369 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_runtime_resume()
3797 qphy->pipe_clk = devm_get_clk_from_child(dev, np, prop_name); in qcom_qmp_phy_create()
3798 if (IS_ERR(qphy->pipe_clk)) { in qcom_qmp_phy_create()
3801 ret = PTR_ERR(qphy->pipe_clk); in qcom_qmp_phy_create()
3808 qphy->pipe_clk = NULL; in qcom_qmp_phy_create()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-histb.c39 struct clk *pipe_clk; member
100 histb->pipe_clk = devm_clk_get(dev, "pipe"); in xhci_histb_clks_get()
101 if (IS_ERR(histb->pipe_clk)) { in xhci_histb_clks_get()
103 return PTR_ERR(histb->pipe_clk); in xhci_histb_clks_get()
131 ret = clk_prepare_enable(histb->pipe_clk); in xhci_histb_host_enable()
148 clk_disable_unprepare(histb->pipe_clk); in xhci_histb_host_enable()
162 clk_disable_unprepare(histb->pipe_clk); in xhci_histb_host_disable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.h174 struct exynos_drm_clk *pipe_clk; member
181 if (crtc->pipe_clk) in exynos_drm_pipe_clk_enable()
182 crtc->pipe_clk->enable(crtc->pipe_clk, enable); in exynos_drm_pipe_clk_enable()
H A Dexynos_drm_fimd.c1085 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
H A Dexynos_hdmi.c1852 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-histb.c55 struct clk *pipe_clk; member
221 clk_disable_unprepare(hipcie->pipe_clk); in histb_pcie_host_disable()
263 ret = clk_prepare_enable(hipcie->pipe_clk); in histb_pcie_host_enable()
287 clk_disable_unprepare(hipcie->pipe_clk); in histb_pcie_host_enable()
367 hipcie->pipe_clk = devm_clk_get(dev, "pipe"); in histb_pcie_probe()
368 if (IS_ERR(hipcie->pipe_clk)) { in histb_pcie_probe()
370 return PTR_ERR(hipcie->pipe_clk); in histb_pcie_probe()
H A Dpcie-qcom.c126 struct clk *pipe_clk; member
161 struct clk *pipe_clk; member
581 res->pipe_clk = devm_clk_get(dev, "pipe"); in qcom_pcie_get_resources_2_3_2()
582 return PTR_ERR_OR_ZERO(res->pipe_clk); in qcom_pcie_get_resources_2_3_2()
601 clk_disable_unprepare(res->pipe_clk); in qcom_pcie_post_deinit_2_3_2()
685 ret = clk_prepare_enable(res->pipe_clk); in qcom_pcie_post_init_2_3_2()
1157 res->pipe_clk = devm_clk_get(dev, "pipe"); in qcom_pcie_get_resources_2_7_0()
1158 return PTR_ERR_OR_ZERO(res->pipe_clk); in qcom_pcie_get_resources_2_7_0()
1240 return clk_prepare_enable(res->pipe_clk); in qcom_pcie_post_init_2_7_0()
1247 clk_disable_unprepare(res->pipe_clk); in qcom_pcie_post_deinit_2_7_0()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dipq8074.dtsi175 clock-names = "pipe_clk";
190 clock-names = "pipe_clk";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3568.dtsi565 "bus_clk", "pipe_clk";
601 "bus_clk", "pipe_clk";
3470 clock-names = "refclk", "apbclk", "pipe_clk";
3486 clock-names = "refclk", "apbclk", "pipe_clk";
3502 clock-names = "refclk", "apbclk", "pipe_clk";
H A Drk3562.dtsi822 clock-names = "ref", "suspend", "bus", "pipe_clk";
2236 clock-names = "refclk", "apbclk", "pipe_clk";
H A Drk3528.dtsi2351 clock-names = "refclk", "apbclk", "pipe_clk";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drk3562.dtsi475 clock-names = "ref", "suspend", "bus", "pipe_clk";
1745 clock-names = "refclk", "apbclk", "pipe_clk";
H A Drk3528.dtsi2054 clock-names = "refclk", "apbclk", "pipe_clk";