Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/qualcomm/
H 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()
H A Dphy-qcom-qmp-usb-legacy.c559 struct clk *pipe_clk; member
867 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_legacy_power_on()
903 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_power_on()
913 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_power_off()
1031 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_legacy_runtime_suspend()
1054 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_legacy_runtime_resume()
1253 qmp->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_usb_legacy_parse_dt_legacy()
1254 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_legacy_parse_dt_legacy()
1255 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_usb_legacy_parse_dt_legacy()
1283 qmp->pipe_clk = devm_clk_get(dev, "pipe"); in qmp_usb_legacy_parse_dt()
[all …]
H A Dphy-qcom-qmp-pcie-msm8996.c219 struct clk *pipe_clk; member
483 ret = clk_prepare_enable(qphy->pipe_clk); in qmp_pcie_msm8996_power_on()
521 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_msm8996_power_on()
533 clk_disable_unprepare(qphy->pipe_clk); in qmp_pcie_msm8996_power_off()
739 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_pcie_msm8996_create()
740 if (IS_ERR(qphy->pipe_clk)) { in qmp_pcie_msm8996_create()
741 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk), in qmp_pcie_msm8996_create()
H A Dphy-qcom-qmp-usb.c1215 struct clk *pipe_clk; member
1723 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_power_on()
1763 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_power_on()
1773 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_power_off()
1891 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_runtime_suspend()
1914 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_runtime_resume()
2118 qmp->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_usb_parse_dt_legacy()
2119 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_parse_dt_legacy()
2120 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_usb_parse_dt_legacy()
2154 qmp->pipe_clk = devm_clk_get(dev, "pipe"); in qmp_usb_parse_dt()
[all …]
H A Dphy-qcom-qmp-combo.c1405 struct clk *pipe_clk; member
2569 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_combo_usb_power_on()
2607 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_usb_power_on()
2617 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_usb_power_off()
2763 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_runtime_suspend()
2785 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_combo_runtime_resume()
3302 qmp->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_combo_parse_dt_lecacy_usb()
3303 if (IS_ERR(qmp->pipe_clk)) { in qmp_combo_parse_dt_lecacy_usb()
3304 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_combo_parse_dt_lecacy_usb()
3387 qmp->pipe_clk = devm_clk_get(dev, "usb3_pipe"); in qmp_combo_parse_dt()
[all …]
/openbmc/linux/drivers/usb/host/
H 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()
/openbmc/linux/drivers/gpu/drm/exynos/
H 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()
H A Dexynos_drm_fimd.c1135 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
H A Dexynos_hdmi.c1871 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-histb.c55 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()
357 hipcie->pipe_clk = devm_clk_get(dev, "pipe"); in histb_pcie_probe()
358 if (IS_ERR(hipcie->pipe_clk)) { in histb_pcie_probe()
360 return PTR_ERR(hipcie->pipe_clk); in histb_pcie_probe()