Home
last modified time | relevance | path

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

/drivers/phy/qualcomm/
A 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()
282 qphy->pipe_clk = devm_clk_get(dev, NULL); in qcom_pcie2_phy_probe()
283 if (IS_ERR(qphy->pipe_clk)) { in qcom_pcie2_phy_probe()
285 return PTR_ERR(qphy->pipe_clk); in qcom_pcie2_phy_probe()
A Dphy-qcom-qmp-usbc.c336 struct clk *pipe_clk; member
532 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usbc_power_on()
564 clk_disable_unprepare(qmp->pipe_clk); in qmp_usbc_power_on()
574 clk_disable_unprepare(qmp->pipe_clk); in qmp_usbc_power_off()
700 clk_disable_unprepare(qmp->pipe_clk); in qmp_usbc_runtime_suspend()
722 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usbc_runtime_resume()
953 if (IS_ERR(qmp->pipe_clk)) { in qmp_usbc_parse_dt_legacy()
954 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_usbc_parse_dt_legacy()
1002 qmp->pipe_clk = devm_clk_get(dev, "pipe"); in qmp_usbc_parse_dt()
1003 if (IS_ERR(qmp->pipe_clk)) { in qmp_usbc_parse_dt()
[all …]
A Dphy-qcom-qmp-usb-legacy.c538 struct clk *pipe_clk; member
836 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_legacy_power_on()
870 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_power_on()
880 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_power_off()
998 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_runtime_suspend()
1021 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_legacy_runtime_resume()
1200 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_legacy_parse_dt_legacy()
1201 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_usb_legacy_parse_dt_legacy()
1229 qmp->pipe_clk = devm_clk_get(dev, "pipe"); in qmp_usb_legacy_parse_dt()
1230 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_legacy_parse_dt()
[all …]
A Dphy-qcom-qmp-pcie-msm8996.c189 struct clk *pipe_clk; member
427 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_pcie_msm8996_power_on()
465 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_msm8996_power_on()
477 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_msm8996_power_off()
683 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_pcie_msm8996_create()
684 if (IS_ERR(qphy->pipe_clk)) { in qmp_pcie_msm8996_create()
685 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk), in qmp_pcie_msm8996_create()
A Dphy-qcom-qmp-usb.c1294 struct clk *pipe_clk; member
1788 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_power_on()
1823 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_power_on()
1833 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_power_off()
1950 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_runtime_suspend()
1972 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_runtime_resume()
2173 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_parse_dt_legacy()
2174 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_usb_parse_dt_legacy()
2221 qmp->pipe_clk = devm_clk_get(dev, "pipe"); in qmp_usb_parse_dt()
2222 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_parse_dt()
[all …]
A Dphy-qcom-qmp-combo.c1839 struct clk *pipe_clk; member
3172 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_combo_usb_power_on()
3211 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_usb_power_on()
3221 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_usb_power_off()
3367 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_runtime_suspend()
3389 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_combo_runtime_resume()
3869 if (IS_ERR(qmp->pipe_clk)) { in qmp_combo_parse_dt_legacy_usb()
3870 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_combo_parse_dt_legacy_usb()
3953 qmp->pipe_clk = devm_clk_get(dev, "usb3_pipe"); in qmp_combo_parse_dt()
3954 if (IS_ERR(qmp->pipe_clk)) { in qmp_combo_parse_dt()
[all …]
/drivers/usb/host/
A 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()
/drivers/pci/controller/dwc/
A Dpcie-histb.c55 struct clk *pipe_clk; member
208 clk_disable_unprepare(hipcie->pipe_clk); in histb_pcie_host_disable()
250 ret = clk_prepare_enable(hipcie->pipe_clk); in histb_pcie_host_enable()
274 clk_disable_unprepare(hipcie->pipe_clk); in histb_pcie_host_enable()
354 hipcie->pipe_clk = devm_clk_get(dev, "pipe"); in histb_pcie_probe()
355 if (IS_ERR(hipcie->pipe_clk)) { in histb_pcie_probe()
357 return PTR_ERR(hipcie->pipe_clk); in histb_pcie_probe()
/drivers/gpu/drm/exynos/
A 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()
A Dexynos_drm_fimd.c1147 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
A Dexynos_hdmi.c1876 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
/drivers/usb/dwc3/
A Dcore.c951 ret = clk_prepare_enable(dwc->pipe_clk); in dwc3_clk_enable()
970 clk_disable_unprepare(dwc->pipe_clk); in dwc3_clk_disable()
2090 dwc->pipe_clk = devm_clk_get_optional(dev, "pipe"); in dwc3_get_clocks()
2091 if (IS_ERR(dwc->pipe_clk)) { in dwc3_get_clocks()
2092 return dev_err_probe(dev, PTR_ERR(dwc->pipe_clk), in dwc3_get_clocks()
A Dcore.h1204 struct clk *pipe_clk; member

Completed in 46 milliseconds