Searched refs:pipe_clk (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/phy/qualcomm/ |
A D | phy-qcom-pcie2.c | 47 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() 282 qphy->pipe_clk = devm_clk_get(dev, NULL); in qcom_pcie2_phy_probe() 283 if (IS_ERR(qphy->pipe_clk)) { in qcom_pcie2_phy_probe() 285 return PTR_ERR(qphy->pipe_clk); in qcom_pcie2_phy_probe()
|
A D | phy-qcom-qmp-pcie-msm8996.c | 220 struct clk *pipe_clk; member 483 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_pcie_msm8996_power_on() 521 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_msm8996_power_on() 533 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_msm8996_power_off() 739 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_pcie_msm8996_create() 740 if (IS_ERR(qphy->pipe_clk)) { in qmp_pcie_msm8996_create() 741 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk), in qmp_pcie_msm8996_create()
|
A D | phy-qcom-qmp-usb.c | 1476 struct clk *pipe_clk; member 2072 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_power_on() 2109 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_power_on() 2119 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_power_off() 2237 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_runtime_suspend() 2260 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_runtime_resume() 2471 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_parse_dt_legacy() 2472 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_usb_parse_dt_legacy() 2500 qmp->pipe_clk = devm_clk_get(dev, "pipe"); in qmp_usb_parse_dt() 2501 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_parse_dt() [all …]
|
A D | phy-qcom-qmp-combo.c | 1308 struct clk *pipe_clk; member 2638 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_combo_usb_power_on() 2673 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_usb_power_on() 2683 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_usb_power_off() 2814 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_runtime_suspend() 2837 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_combo_runtime_resume() 3257 if (IS_ERR(qmp->pipe_clk)) { in qmp_combo_parse_dt_lecacy_usb() 3258 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_combo_parse_dt_lecacy_usb() 3330 qmp->pipe_clk = devm_clk_get(dev, "usb3_pipe"); in qmp_combo_parse_dt() 3331 if (IS_ERR(qmp->pipe_clk)) { in qmp_combo_parse_dt() [all …]
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | xhci-histb.c | 39 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-6.3-rc2/drivers/gpu/drm/exynos/ |
A D | exynos_drm_drv.h | 174 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()
|
A D | exynos_drm_fimd.c | 1136 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
|
A D | exynos_hdmi.c | 1864 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
|
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pcie-histb.c | 55 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() 357 hipcie->pipe_clk = devm_clk_get(dev, "pipe"); in histb_pcie_probe() 358 if (IS_ERR(hipcie->pipe_clk)) { in histb_pcie_probe() 360 return PTR_ERR(hipcie->pipe_clk); in histb_pcie_probe()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/ |
A D | qcom,dwc3.yaml | 112 If present, disable USB3 pipe_clk requirement.
|
Completed in 28 milliseconds