Searched full:pipe_clk (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/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() 219 * I/P---^-->| PLL |---^--->pipe_clksrc--->| GCC |--->pipe_clk---+ 268 dev_err(dev, "failed to register pipe_clk\n"); in qcom_pcie2_phy_probe() 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()
|
D | phy-qcom-qmp.c | 2866 * @pipe_clk: pipe lock 2882 struct clk *pipe_clk; member 4751 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_power_on() 4753 dev_err(qmp->dev, "pipe_clk enable failed err=%d\n", ret); in qcom_qmp_phy_power_on() 4850 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_power_on() 4863 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_power_off() 5003 clk_disable_unprepare(qphy->pipe_clk); in qcom_qmp_phy_runtime_suspend() 5031 ret = clk_prepare_enable(qphy->pipe_clk); in qcom_qmp_phy_runtime_resume() 5033 dev_err(dev, "pipe_clk enable failed, err=%d\n", ret); in qcom_qmp_phy_runtime_resume() 5119 * I/P---^-->| PLL |---^--->pipe_clksrc--->| GCC |--->pipe_clk---+ [all …]
|
/Linux-v5.15/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.15/drivers/pci/controller/dwc/ |
D | pcie-histb.c | 55 struct clk *pipe_clk; member 213 clk_disable_unprepare(hipcie->pipe_clk); in histb_pcie_host_disable() 255 ret = clk_prepare_enable(hipcie->pipe_clk); in histb_pcie_host_enable() 279 clk_disable_unprepare(hipcie->pipe_clk); in histb_pcie_host_enable() 360 hipcie->pipe_clk = devm_clk_get(dev, "pipe"); in histb_pcie_probe() 361 if (IS_ERR(hipcie->pipe_clk)) { in histb_pcie_probe() 363 return PTR_ERR(hipcie->pipe_clk); in histb_pcie_probe()
|
D | pcie-qcom.c | 131 struct clk *pipe_clk; member 168 struct clk *pipe_clk; member 588 res->pipe_clk = devm_clk_get(dev, "pipe"); in qcom_pcie_get_resources_2_3_2() 589 return PTR_ERR_OR_ZERO(res->pipe_clk); in qcom_pcie_get_resources_2_3_2() 608 clk_disable_unprepare(res->pipe_clk); in qcom_pcie_post_deinit_2_3_2() 692 ret = clk_prepare_enable(res->pipe_clk); in qcom_pcie_post_init_2_3_2() 1170 res->pipe_clk = devm_clk_get(dev, "pipe"); in qcom_pcie_get_resources_2_7_0() 1171 return PTR_ERR_OR_ZERO(res->pipe_clk); in qcom_pcie_get_resources_2_7_0() 1206 ret = clk_prepare_enable(res->pipe_clk); in qcom_pcie_init_2_7_0() 1259 return clk_prepare_enable(res->pipe_clk); in qcom_pcie_post_init_2_7_0() [all …]
|
/Linux-v5.15/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.h | 167 * @pipe_clk: A pointer to the crtc's pipeline clock. 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 | 1096 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
|
D | exynos_hdmi.c | 1864 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
|
/Linux-v5.15/Documentation/devicetree/bindings/usb/ |
D | qcom,dwc3.yaml | 106 If present, disable USB3 pipe_clk requirement.
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | ipq8074.dtsi | 182 clock-names = "pipe_clk"; 197 clock-names = "pipe_clk";
|
/Linux-v5.15/Documentation/devicetree/bindings/phy/ |
D | qcom,qmp-phy.yaml | 294 - const: pipe_clk
|
/Linux-v5.15/drivers/usb/dwc3/ |
D | dwc3-qcom.c | 807 * Disable pipe_clk requirement if specified. Used when dwc3 in dwc3_qcom_probe()
|