usb_host_clk       54 drivers/usb/host/ohci-nxp.c static struct clk *usb_host_clk;
usb_host_clk      182 drivers/usb/host/ohci-nxp.c 	usb_host_clk = devm_clk_get(&pdev->dev, NULL);
usb_host_clk      183 drivers/usb/host/ohci-nxp.c 	if (IS_ERR(usb_host_clk)) {
usb_host_clk      185 drivers/usb/host/ohci-nxp.c 		ret = PTR_ERR(usb_host_clk);
usb_host_clk      189 drivers/usb/host/ohci-nxp.c 	ret = clk_prepare_enable(usb_host_clk);
usb_host_clk      233 drivers/usb/host/ohci-nxp.c 	clk_disable_unprepare(usb_host_clk);
usb_host_clk      246 drivers/usb/host/ohci-nxp.c 	clk_disable_unprepare(usb_host_clk);