Searched refs:pipe_clk (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/phy/qualcomm/ |
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() 281 qphy->pipe_clk = devm_clk_get(dev, NULL); in qcom_pcie2_phy_probe() 282 if (IS_ERR(qphy->pipe_clk)) { in qcom_pcie2_phy_probe() 284 return PTR_ERR(qphy->pipe_clk); in qcom_pcie2_phy_probe()
|
D | phy-qcom-qmp.c | 959 struct clk *pipe_clk; member 1497 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_enable() 1561 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_enable() 1577 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_disable() 1678 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_runtime_suspend() 1708 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_runtime_resume() 1930 qphy->pipe_clk = of_clk_get_by_name(np, prop_name); in qcom_qmp_phy_create() 1931 if (IS_ERR(qphy->pipe_clk)) { in qcom_qmp_phy_create() 1934 ret = PTR_ERR(qphy->pipe_clk); in qcom_qmp_phy_create() 1941 qphy->pipe_clk = NULL; in qcom_qmp_phy_create()
|
/Linux-v5.4/drivers/usb/host/ |
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-v5.4/drivers/gpu/drm/exynos/ |
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()
|
D | exynos_drm_fimd.c | 1084 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
|
D | exynos_hdmi.c | 1847 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
|
/Linux-v5.4/drivers/pci/controller/dwc/ |
D | pcie-histb.c | 55 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()
|
D | pcie-qcom.c | 111 struct clk *pipe_clk; member 525 res->pipe_clk = devm_clk_get(dev, "pipe"); in qcom_pcie_get_resources_2_3_2() 526 return PTR_ERR_OR_ZERO(res->pipe_clk); in qcom_pcie_get_resources_2_3_2() 545 clk_disable_unprepare(res->pipe_clk); in qcom_pcie_post_deinit_2_3_2() 629 ret = clk_prepare_enable(res->pipe_clk); in qcom_pcie_post_init_2_3_2()
|
/Linux-v5.4/arch/arm64/boot/dts/qcom/ |
D | ipq8074.dtsi | 279 clock-names = "pipe_clk"; 357 clock-names = "pipe_clk";
|
/Linux-v5.4/Documentation/devicetree/bindings/usb/ |
D | qcom,dwc3.txt | 46 - qcom,select-utmi-as-pipe-clk: if present, disable USB3 pipe_clk requirement.
|