Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
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-v5.10/Documentation/devicetree/bindings/usb/
Drockchip,dwc3.txt9 "suspend_clk" Controller suspend clk, have to be 24 MHz or 32 KHz
28 clock-names = "ref_clk", "suspend_clk",
45 clock-names = "ref_clk", "suspend_clk",
/Linux-v5.10/drivers/phy/broadcom/
Dphy-brcm-usb.c67 struct clk *suspend_clk; member
101 clk_prepare_enable(priv->suspend_clk); in brcm_usb_phy_init()
134 clk_disable_unprepare(priv->suspend_clk); in brcm_usb_phy_exit()
396 priv->suspend_clk = clk_get(dev, "usb0_freerun"); in brcm_usb_phy_dvr_init()
397 if (IS_ERR(priv->suspend_clk)) { in brcm_usb_phy_dvr_init()
398 if (PTR_ERR(priv->suspend_clk) == -EPROBE_DEFER) in brcm_usb_phy_dvr_init()
401 priv->suspend_clk = NULL; in brcm_usb_phy_dvr_init()
/Linux-v5.10/arch/arm64/boot/dts/rockchip/
Drk3399.dtsi404 clock-names = "ref_clk", "suspend_clk",
440 clock-names = "ref_clk", "suspend_clk",