Home
last modified time | relevance | path

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

/linux-5.19.10/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.c3243 struct clk *pipe_clk; member
5268 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_power_on()
5367 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_power_on()
5380 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_power_off()
5520 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_runtime_suspend()
5548 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_runtime_resume()
5971 qphy->pipe_clk = devm_get_clk_from_child(dev, np, prop_name); in qcom_qmp_phy_create()
5972 if (IS_ERR(qphy->pipe_clk)) { in qcom_qmp_phy_create()
5975 ret = PTR_ERR(qphy->pipe_clk); in qcom_qmp_phy_create()
5982 qphy->pipe_clk = NULL; in qcom_qmp_phy_create()
/linux-5.19.10/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-5.19.10/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.c1134 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
Dexynos_hdmi.c1864 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
/linux-5.19.10/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()
Dpcie-qcom.c131 struct clk *pipe_clk; member
168 struct clk *pipe_clk; member
598 res->pipe_clk = devm_clk_get(dev, "pipe"); in qcom_pcie_get_resources_2_3_2()
599 return PTR_ERR_OR_ZERO(res->pipe_clk); in qcom_pcie_get_resources_2_3_2()
618 clk_disable_unprepare(res->pipe_clk); in qcom_pcie_post_deinit_2_3_2()
702 ret = clk_prepare_enable(res->pipe_clk); in qcom_pcie_post_init_2_3_2()
1206 res->pipe_clk = devm_clk_get(dev, "pipe"); in qcom_pcie_get_resources_2_7_0()
1207 return PTR_ERR_OR_ZERO(res->pipe_clk); in qcom_pcie_get_resources_2_7_0()
1300 return clk_prepare_enable(res->pipe_clk); in qcom_pcie_post_init_2_7_0()
1307 clk_disable_unprepare(res->pipe_clk); in qcom_pcie_post_deinit_2_7_0()
/linux-5.19.10/Documentation/devicetree/bindings/usb/
Dqcom,dwc3.yaml113 If present, disable USB3 pipe_clk requirement.