Home
last modified time | relevance | path

Searched refs:suspend_clk (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/usb/dwc3/
H A Ddwc3-imx8mp.c58 struct clk *suspend_clk; member
200 dwc3_imx->suspend_clk = devm_clk_get_enabled(dev, "suspend"); in dwc3_imx8mp_probe()
201 if (IS_ERR(dwc3_imx->suspend_clk)) in dwc3_imx8mp_probe()
202 return dev_err_probe(dev, PTR_ERR(dwc3_imx->suspend_clk), in dwc3_imx8mp_probe()
335 clk_disable_unprepare(dwc3_imx->suspend_clk); in dwc3_imx8mp_pm_suspend()
351 ret = clk_prepare_enable(dwc3_imx->suspend_clk); in dwc3_imx8mp_pm_resume()
358 clk_disable_unprepare(dwc3_imx->suspend_clk); in dwc3_imx8mp_pm_resume()
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Drockchip,dwc3.yaml72 - const: suspend_clk
114 - const: suspend_clk
130 - const: suspend_clk
157 - const: suspend_clk
177 clock-names = "ref_clk", "suspend_clk",
H A Drockchip,rk3399-dwc3.yaml43 - const: suspend_clk
89 clock-names = "ref_clk", "suspend_clk",
/linux-6.15/drivers/usb/host/
H A Dxhci-histb.c40 struct clk *suspend_clk; member
106 histb->suspend_clk = devm_clk_get(dev, "suspend"); in xhci_histb_clks_get()
107 if (IS_ERR(histb->suspend_clk)) { in xhci_histb_clks_get()
109 return PTR_ERR(histb->suspend_clk); in xhci_histb_clks_get()
137 ret = clk_prepare_enable(histb->suspend_clk); in xhci_histb_host_enable()
161 clk_disable_unprepare(histb->suspend_clk); in xhci_histb_host_disable()
/linux-6.15/drivers/phy/broadcom/
H A Dphy-brcm-usb.c68 struct clk *suspend_clk; member
128 clk_prepare_enable(priv->suspend_clk); in brcm_usb_phy_init()
164 clk_disable_unprepare(priv->suspend_clk); in brcm_usb_phy_exit()
440 priv->suspend_clk = clk_get(dev, "usb0_freerun"); in brcm_usb_phy_dvr_init()
441 if (IS_ERR(priv->suspend_clk)) { in brcm_usb_phy_dvr_init()
442 if (PTR_ERR(priv->suspend_clk) == -EPROBE_DEFER) in brcm_usb_phy_dvr_init()
445 priv->suspend_clk = NULL; in brcm_usb_phy_dvr_init()
/linux-6.15/arch/arm64/boot/dts/rockchip/
H A Drk3588-extra.dtsi56 clock-names = "ref_clk", "suspend_clk", "bus_clk";
H A Drk356x-base.dtsi248 clock-names = "ref_clk", "suspend_clk",
264 clock-names = "ref_clk", "suspend_clk",
H A Drk3576.dtsi459 clock-names = "ref_clk", "suspend_clk", "bus_clk";
484 clock-names = "ref_clk", "suspend_clk", "bus_clk";
H A Drk3399-base.dtsi538 clock-names = "ref_clk", "suspend_clk",
574 clock-names = "ref_clk", "suspend_clk",
H A Drk3588-base.dtsi479 clock-names = "ref_clk", "suspend_clk", "bus_clk";
546 clock-names = "ref_clk", "suspend_clk", "bus_clk", "utmi", "pipe";
H A Drk3328.dtsi1067 clock-names = "ref_clk", "suspend_clk",