utmi_clk 87 drivers/mfd/omap-usb-host.c struct clk **utmi_clk; utmi_clk 314 drivers/mfd/omap-usb-host.c if (!IS_ERR(omap->utmi_clk[i])) { utmi_clk 315 drivers/mfd/omap-usb-host.c r = clk_prepare_enable(omap->utmi_clk[i]); utmi_clk 350 drivers/mfd/omap-usb-host.c if (!IS_ERR(omap->utmi_clk[i])) utmi_clk 351 drivers/mfd/omap-usb-host.c clk_disable_unprepare(omap->utmi_clk[i]); utmi_clk 617 drivers/mfd/omap-usb-host.c omap->utmi_clk = devm_kzalloc(dev, i, GFP_KERNEL); utmi_clk 621 drivers/mfd/omap-usb-host.c if (!omap->utmi_clk || !omap->hsic480m_clk || !omap->hsic60m_clk) { utmi_clk 636 drivers/mfd/omap-usb-host.c omap->utmi_clk[i] = ERR_PTR(-ENODEV); utmi_clk 712 drivers/mfd/omap-usb-host.c omap->utmi_clk[i] = devm_clk_get(dev, clkname); utmi_clk 713 drivers/mfd/omap-usb-host.c if (IS_ERR(omap->utmi_clk[i])) { utmi_clk 714 drivers/mfd/omap-usb-host.c ret = PTR_ERR(omap->utmi_clk[i]); utmi_clk 38 drivers/usb/host/xhci-histb.c struct clk *utmi_clk; utmi_clk 94 drivers/usb/host/xhci-histb.c histb->utmi_clk = devm_clk_get(dev, "utmi"); utmi_clk 95 drivers/usb/host/xhci-histb.c if (IS_ERR(histb->utmi_clk)) { utmi_clk 97 drivers/usb/host/xhci-histb.c return PTR_ERR(histb->utmi_clk); utmi_clk 125 drivers/usb/host/xhci-histb.c ret = clk_prepare_enable(histb->utmi_clk); utmi_clk 150 drivers/usb/host/xhci-histb.c clk_disable_unprepare(histb->utmi_clk); utmi_clk 163 drivers/usb/host/xhci-histb.c clk_disable_unprepare(histb->utmi_clk);