Searched refs:otg_set_host (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/linux/usb/ |
A D | otg.h | 84 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host() function
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | ehci-mv.c | 190 retval = otg_set_host(ehci_mv->otg->otg, &hcd->self); in mv_ehci_probe() 247 otg_set_host(ehci_mv->otg->otg, NULL); in mv_ehci_remove()
|
A D | ohci-omap.c | 113 int status = otg_set_host(hcd->usb_phy->otg, in ohci_omap_reset() 333 (void) otg_set_host(hcd->usb_phy->otg, 0); in ohci_hcd_omap_remove()
|
A D | ehci-fsl.c | 155 retval = otg_set_host(hcd->usb_phy->otg, in fsl_ehci_drv_probe() 693 otg_set_host(hcd->usb_phy->otg, NULL); in fsl_ehci_drv_remove()
|
A D | xhci-tegra.c | 1513 otg_set_host(tegra->usbphy[i]->otg, &tegra->hcd->self); in tegra_xusb_init_usb_phy() 1533 otg_set_host(tegra->usbphy[i]->otg, NULL); in tegra_xusb_deinit_usb_phy()
|
/linux-6.3-rc2/drivers/usb/musb/ |
A D | musb_host.c | 2727 otg_set_host(musb->xceiv->otg, &hcd->self); in musb_host_setup()
|
/linux-6.3-rc2/drivers/usb/dwc2/ |
A D | hcd.c | 5316 otg_set_host(hsotg->uphy->otg, &hcd->self); in dwc2_hcd_init() 5374 otg_set_host(hsotg->uphy->otg, NULL); in dwc2_hcd_remove()
|
Completed in 25 milliseconds