Home
last modified time | relevance | path

Searched full:suspend_clk (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-imx8mp.c57 struct clk *suspend_clk; member
194 dwc3_imx->suspend_clk = devm_clk_get(dev, "suspend"); in dwc3_imx8mp_probe()
195 if (IS_ERR(dwc3_imx->suspend_clk)) { in dwc3_imx8mp_probe()
196 err = PTR_ERR(dwc3_imx->suspend_clk); in dwc3_imx8mp_probe()
201 err = clk_prepare_enable(dwc3_imx->suspend_clk); in dwc3_imx8mp_probe()
263 clk_disable_unprepare(dwc3_imx->suspend_clk); in dwc3_imx8mp_probe()
278 clk_disable_unprepare(dwc3_imx->suspend_clk); in dwc3_imx8mp_remove()
344 clk_disable_unprepare(dwc3_imx->suspend_clk); in dwc3_imx8mp_pm_suspend()
360 ret = clk_prepare_enable(dwc3_imx->suspend_clk); in dwc3_imx8mp_pm_resume()
H A Dcore.c1084 * The power down scale field specifies how many suspend_clk in dwc3_set_power_down_clk_scale()
1089 * frequency of the suspend_clk. If it isn't fixed (but within in dwc3_set_power_down_clk_scale()
1091 * rate of the suspend_clk, so only update the power down scale in dwc3_set_power_down_clk_scale()
1265 /* Set power down scale of suspend_clk */ in dwc3_core_init()
1880 dwc->susp_clk = devm_clk_get_optional(dev, "suspend_clk"); in dwc3_get_clocks()
/openbmc/linux/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()
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Drockchip,dwc3.yaml67 - const: suspend_clk
104 clock-names = "ref_clk", "suspend_clk",
H A Drockchip,rk3399-dwc3.yaml43 - const: suspend_clk
89 clock-names = "ref_clk", "suspend_clk",
/openbmc/linux/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()
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk356x.dtsi288 clock-names = "ref_clk", "suspend_clk",
304 clock-names = "ref_clk", "suspend_clk",
H A Drk3399.dtsi468 clock-names = "ref_clk", "suspend_clk",
504 clock-names = "ref_clk", "suspend_clk",
H A Drk3328.dtsi1012 clock-names = "ref_clk", "suspend_clk",
/openbmc/u-boot/arch/arm/dts/
H A Drk3399.dtsi360 clock-names = "ref_clk", "suspend_clk",
393 clock-names = "ref_clk", "suspend_clk",