Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/phy/qualcomm/
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()
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 Dphy-qcom-qmp-pcie-msm8996.c220 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 Dphy-qcom-qmp-usb.c1476 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 Dphy-qcom-qmp-combo.c1308 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 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-6.3-rc2/drivers/gpu/drm/exynos/
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()
A Dexynos_drm_fimd.c1136 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
A Dexynos_hdmi.c1864 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
/linux-6.3-rc2/drivers/pci/controller/dwc/
A 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()
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 Dqcom,dwc3.yaml112 If present, disable USB3 pipe_clk requirement.

Completed in 32 milliseconds