Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_drv.h171 struct exynos_drm_clk *pipe_clk; member
178 if (crtc->pipe_clk) in exynos_drm_pipe_clk_enable()
179 crtc->pipe_clk->enable(crtc->pipe_clk, enable); in exynos_drm_pipe_clk_enable()
Dexynos_drm_fimd.c1005 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
Dexynos_hdmi.c1843 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-histb.c55 struct clk *pipe_clk; member
218 clk_disable_unprepare(hipcie->pipe_clk); in histb_pcie_host_disable()
260 ret = clk_prepare_enable(hipcie->pipe_clk); in histb_pcie_host_enable()
284 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()
Dpcie-qcom.c111 struct clk *pipe_clk; member
523 res->pipe_clk = devm_clk_get(dev, "pipe"); in qcom_pcie_get_resources_2_3_2()
524 return PTR_ERR_OR_ZERO(res->pipe_clk); in qcom_pcie_get_resources_2_3_2()
543 clk_disable_unprepare(res->pipe_clk); in qcom_pcie_post_deinit_2_3_2()
627 ret = clk_prepare_enable(res->pipe_clk); in qcom_pcie_post_init_2_3_2()
/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-qmp.c676 struct clk *pipe_clk; member
1106 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_init()
1157 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_init()
1173 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_exit()
1272 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_runtime_suspend()
1302 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_runtime_resume()
1469 qphy->pipe_clk = of_clk_get_by_name(np, prop_name); in qcom_qmp_phy_create()
1470 if (IS_ERR(qphy->pipe_clk)) { in qcom_qmp_phy_create()
1473 ret = PTR_ERR(qphy->pipe_clk); in qcom_qmp_phy_create()
1480 qphy->pipe_clk = NULL; in qcom_qmp_phy_create()
/Linux-v4.19/arch/arm64/boot/dts/qcom/
Dipq8074.dtsi287 clock-names = "pipe_clk";
365 clock-names = "pipe_clk";
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dqcom,dwc3.txt45 - qcom,select-utmi-as-pipe-clk: if present, disable USB3 pipe_clk requirement.