Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/arch/arm64/boot/dts/rockchip/
Drk3399.dtsi371 clock-names = "ref_clk", "suspend_clk",
404 clock-names = "ref_clk", "suspend_clk",