Lines Matching defs:utmi_clk
87 struct clk **utmi_clk;
311 fallthrough; /* as HSIC mode needs utmi_clk */
314 if (!IS_ERR(omap->utmi_clk[i])) {
315 r = clk_prepare_enable(omap->utmi_clk[i]);
350 if (!IS_ERR(omap->utmi_clk[i]))
351 clk_disable_unprepare(omap->utmi_clk[i]);
617 omap->utmi_clk = devm_kzalloc(dev, i, GFP_KERNEL);
621 if (!omap->utmi_clk || !omap->hsic480m_clk || !omap->hsic60m_clk) {
636 omap->utmi_clk[i] = ERR_PTR(-ENODEV);
712 omap->utmi_clk[i] = devm_clk_get(dev, clkname);
713 if (IS_ERR(omap->utmi_clk[i])) {
714 ret = PTR_ERR(omap->utmi_clk[i]);