Searched refs:utmi_clk (Results 1 – 2 of 2) sorted by relevance
38 struct clk *utmi_clk; member94 histb->utmi_clk = devm_clk_get(dev, "utmi"); in xhci_histb_clks_get()95 if (IS_ERR(histb->utmi_clk)) { in xhci_histb_clks_get()97 return PTR_ERR(histb->utmi_clk); in xhci_histb_clks_get()125 ret = clk_prepare_enable(histb->utmi_clk); in xhci_histb_host_enable()150 clk_disable_unprepare(histb->utmi_clk); in xhci_histb_host_enable()163 clk_disable_unprepare(histb->utmi_clk); in xhci_histb_host_disable()
98 struct clk **utmi_clk; member325 if (!IS_ERR(omap->utmi_clk[i])) { in usbhs_runtime_resume()326 r = clk_prepare_enable(omap->utmi_clk[i]); in usbhs_runtime_resume()361 if (!IS_ERR(omap->utmi_clk[i])) in usbhs_runtime_suspend()362 clk_disable_unprepare(omap->utmi_clk[i]); in usbhs_runtime_suspend()628 omap->utmi_clk = devm_kzalloc(dev, i, GFP_KERNEL); in usbhs_omap_probe()632 if (!omap->utmi_clk || !omap->hsic480m_clk || !omap->hsic60m_clk) { in usbhs_omap_probe()647 omap->utmi_clk[i] = ERR_PTR(-ENODEV); in usbhs_omap_probe()723 omap->utmi_clk[i] = devm_clk_get(dev, clkname); in usbhs_omap_probe()724 if (IS_ERR(omap->utmi_clk[i])) { in usbhs_omap_probe()[all …]