Searched refs:xhci_clk (Results 1 – 2 of 2) sorted by relevance
219 mtk->xhci_clk = devm_clk_get_optional(dev, "xhci_ck"); in xhci_mtk_clks_get()220 if (IS_ERR(mtk->xhci_clk)) in xhci_mtk_clks_get()221 return PTR_ERR(mtk->xhci_clk); in xhci_mtk_clks_get()251 ret = clk_prepare_enable(mtk->xhci_clk); in xhci_mtk_clks_enable()274 clk_disable_unprepare(mtk->xhci_clk); in xhci_mtk_clks_enable()287 clk_disable_unprepare(mtk->xhci_clk); in xhci_mtk_clks_disable()
142 struct clk *xhci_clk; member