Searched refs:usb_host_clk (Results 1 – 1 of 1) sorted by relevance
57 static struct clk *usb_host_clk; variable171 usb_host_clk = devm_clk_get(&pdev->dev, NULL); in ohci_hcd_nxp_probe()172 if (IS_ERR(usb_host_clk)) { in ohci_hcd_nxp_probe()174 ret = PTR_ERR(usb_host_clk); in ohci_hcd_nxp_probe()178 ret = clk_prepare_enable(usb_host_clk); in ohci_hcd_nxp_probe()222 clk_disable_unprepare(usb_host_clk); in ohci_hcd_nxp_probe()235 clk_disable_unprepare(usb_host_clk); in ohci_hcd_nxp_remove()