Searched refs:usb_host_clk (Results 1 – 1 of 1) sorted by relevance
54 static struct clk *usb_host_clk; variable183 usb_host_clk = devm_clk_get(&pdev->dev, NULL); in ohci_hcd_nxp_probe()184 if (IS_ERR(usb_host_clk)) { in ohci_hcd_nxp_probe()186 ret = PTR_ERR(usb_host_clk); in ohci_hcd_nxp_probe()190 ret = clk_prepare_enable(usb_host_clk); in ohci_hcd_nxp_probe()234 clk_disable_unprepare(usb_host_clk); in ohci_hcd_nxp_probe()247 clk_disable_unprepare(usb_host_clk); in ohci_hcd_nxp_remove()