Searched refs:pipe_clk (Results 1 – 10 of 10) sorted by relevance
/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() 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-pcie-msm8996.c | 249 struct clk *pipe_clk; member 530 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_pcie_msm8996_power_on() 574 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_msm8996_power_on() 586 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_msm8996_power_off() 796 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_pcie_msm8996_create() 797 if (IS_ERR(qphy->pipe_clk)) { in qmp_pcie_msm8996_create() 798 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk), in qmp_pcie_msm8996_create()
|
D | phy-qcom-qmp-combo.c | 920 struct clk *pipe_clk; member 2114 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_combo_power_on() 2172 clk_disable_unprepare(qphy->pipe_clk); in qmp_combo_power_on() 2182 clk_disable_unprepare(qphy->pipe_clk); in qmp_combo_power_off() 2312 clk_disable_unprepare(qphy->pipe_clk); in qmp_combo_runtime_suspend() 2336 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_combo_runtime_resume() 2749 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_combo_create() 2750 if (IS_ERR(qphy->pipe_clk)) { in qmp_combo_create() 2752 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk), in qmp_combo_create() 2755 qphy->pipe_clk = NULL; in qmp_combo_create()
|
D | phy-qcom-qmp-usb.c | 1497 struct clk *pipe_clk; member 2105 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_usb_power_on() 2149 clk_disable_unprepare(qphy->pipe_clk); in qmp_usb_power_on() 2159 clk_disable_unprepare(qphy->pipe_clk); in qmp_usb_power_off() 2271 clk_disable_unprepare(qphy->pipe_clk); in qmp_usb_runtime_suspend() 2295 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_usb_runtime_resume() 2507 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_usb_create() 2508 if (IS_ERR(qphy->pipe_clk)) { in qmp_usb_create() 2509 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk), in qmp_usb_create()
|
D | phy-qcom-qmp-pcie.c | 1420 struct clk *pipe_clk; member 2026 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_pcie_power_on() 2062 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_power_on() 2072 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_power_off() 2324 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_pcie_create() 2325 if (IS_ERR(qphy->pipe_clk)) { in qmp_pcie_create() 2326 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk), in qmp_pcie_create()
|
/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()
|
/drivers/pci/controller/dwc/ |
D | pcie-histb.c | 55 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()
|
/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 | 1136 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
|
D | exynos_hdmi.c | 1866 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
|