/linux-6.12.1/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() 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()
|
D | phy-qcom-qmp-usbc.c | 336 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() 952 qmp->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_usbc_parse_dt_legacy() 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() [all …]
|
D | phy-qcom-qmp-usb-legacy.c | 538 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() 1199 qmp->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_usb_legacy_parse_dt_legacy() 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() [all …]
|
D | phy-qcom-qmp-pcie-msm8996.c | 189 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()
|
D | phy-qcom-qmp-usb.c | 1250 struct clk *pipe_clk; member 1726 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_power_on() 1761 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_power_on() 1771 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_power_off() 1888 clk_disable_unprepare(qmp->pipe_clk); in qmp_usb_runtime_suspend() 1910 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_usb_runtime_resume() 2106 qmp->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_usb_parse_dt_legacy() 2107 if (IS_ERR(qmp->pipe_clk)) { in qmp_usb_parse_dt_legacy() 2108 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_usb_parse_dt_legacy() 2155 qmp->pipe_clk = devm_clk_get(dev, "pipe"); in qmp_usb_parse_dt() [all …]
|
D | phy-qcom-qmp-combo.c | 1629 struct clk *pipe_clk; member 2856 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_combo_usb_power_on() 2895 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_usb_power_on() 2905 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_usb_power_off() 3051 clk_disable_unprepare(qmp->pipe_clk); in qmp_combo_runtime_suspend() 3073 ret = clk_prepare_enable(qmp->pipe_clk); in qmp_combo_runtime_resume() 3552 qmp->pipe_clk = devm_get_clk_from_child(dev, np, NULL); in qmp_combo_parse_dt_lecacy_usb() 3553 if (IS_ERR(qmp->pipe_clk)) { in qmp_combo_parse_dt_lecacy_usb() 3554 return dev_err_probe(dev, PTR_ERR(qmp->pipe_clk), in qmp_combo_parse_dt_lecacy_usb() 3637 qmp->pipe_clk = devm_clk_get(dev, "usb3_pipe"); in qmp_combo_parse_dt() [all …]
|
/linux-6.12.1/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-6.12.1/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 | 1135 ctx->crtc->pipe_clk = &ctx->dp_clk; in fimd_bind()
|
D | exynos_hdmi.c | 1869 crtc->pipe_clk = &hdata->phy_clk; in hdmi_bind()
|
/linux-6.12.1/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() 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()
|
/linux-6.12.1/drivers/usb/dwc3/ |
D | core.c | 934 ret = clk_prepare_enable(dwc->pipe_clk); in dwc3_clk_enable() 953 clk_disable_unprepare(dwc->pipe_clk); in dwc3_clk_disable() 2050 dwc->pipe_clk = devm_clk_get_optional(dev, "pipe"); in dwc3_get_clocks() 2051 if (IS_ERR(dwc->pipe_clk)) { in dwc3_get_clocks() 2052 return dev_err_probe(dev, PTR_ERR(dwc->pipe_clk), in dwc3_get_clocks()
|
D | core.h | 1199 struct clk *pipe_clk; member
|