Searched refs:usb_dev_clk (Results 1 – 1 of 1) sorted by relevance
79 static struct clk *usb_dev_clk; variable219 usb_dev_clk = devm_clk_get(&pdev->dev, "ck_usbd"); in ohci_hcd_nxp_probe()220 if (IS_ERR(usb_dev_clk)) { in ohci_hcd_nxp_probe()222 ret = PTR_ERR(usb_dev_clk); in ohci_hcd_nxp_probe()226 ret = clk_prepare_enable(usb_dev_clk); in ohci_hcd_nxp_probe()288 clk_disable_unprepare(usb_dev_clk); in ohci_hcd_nxp_probe()304 clk_disable_unprepare(usb_dev_clk); in ohci_hcd_nxp_remove()