Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/qualcomm/
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()
278 qphy->pipe_clk = devm_clk_get(dev, NULL); in qcom_pcie2_phy_probe()
279 if (IS_ERR(qphy->pipe_clk)) { in qcom_pcie2_phy_probe()
281 return PTR_ERR(qphy->pipe_clk); in qcom_pcie2_phy_probe()
Dphy-qcom-qmp-pcie-msm8996.c249 struct clk *pipe_clk; member
529 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_pcie_msm8996_power_on()
573 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_msm8996_power_on()
585 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_msm8996_power_off()
795 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_pcie_msm8996_create()
796 if (IS_ERR(qphy->pipe_clk)) { in qmp_pcie_msm8996_create()
797 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk), in qmp_pcie_msm8996_create()
Dphy-qcom-qmp-combo.c920 struct clk *pipe_clk; member
2075 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_combo_power_on()
2133 clk_disable_unprepare(qphy->pipe_clk); in qmp_combo_power_on()
2143 clk_disable_unprepare(qphy->pipe_clk); in qmp_combo_power_off()
2277 clk_disable_unprepare(qphy->pipe_clk); in qmp_combo_runtime_suspend()
2305 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_combo_runtime_resume()
2718 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_combo_create()
2719 if (IS_ERR(qphy->pipe_clk)) { in qmp_combo_create()
2721 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk), in qmp_combo_create()
2724 qphy->pipe_clk = NULL; in qmp_combo_create()
Dphy-qcom-qmp-usb.c1505 struct clk *pipe_clk; member
2214 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_usb_power_on()
2261 clk_disable_unprepare(qphy->pipe_clk); in qmp_usb_power_on()
2271 clk_disable_unprepare(qphy->pipe_clk); in qmp_usb_power_off()
2387 clk_disable_unprepare(qphy->pipe_clk); in qmp_usb_runtime_suspend()
2411 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_usb_runtime_resume()
2623 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_usb_create()
2624 if (IS_ERR(qphy->pipe_clk)) { in qmp_usb_create()
2625 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk), in qmp_usb_create()
Dphy-qcom-qmp-pcie.c1382 struct clk *pipe_clk; member
1945 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_pcie_power_on()
2007 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_power_on()
2017 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_power_off()
2247 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_pcie_create()
2248 if (IS_ERR(qphy->pipe_clk)) { in qmp_pcie_create()
2249 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk), in qmp_pcie_create()
/Linux-v6.1/drivers/usb/host/
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()
/Linux-v6.1/drivers/gpu/drm/exynos/
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()
Dexynos_drm_fimd.c1136 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
Dexynos_hdmi.c1864 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
/Linux-v6.1/drivers/pci/controller/dwc/
Dpcie-histb.c55 struct clk *pipe_clk; member
211 clk_disable_unprepare(hipcie->pipe_clk); in histb_pcie_host_disable()
253 ret = clk_prepare_enable(hipcie->pipe_clk); in histb_pcie_host_enable()
277 clk_disable_unprepare(hipcie->pipe_clk); in histb_pcie_host_enable()
358 hipcie->pipe_clk = devm_clk_get(dev, "pipe"); in histb_pcie_probe()
359 if (IS_ERR(hipcie->pipe_clk)) { in histb_pcie_probe()
361 return PTR_ERR(hipcie->pipe_clk); in histb_pcie_probe()