Home
last modified time | relevance | path

Searched refs:xhci_clk (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk.c219 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()
H A Dxhci-mtk.h142 struct clk *xhci_clk; member