Searched refs:otg_set_host (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/usb/host/ |
D | ehci-mv.c | 183 retval = otg_set_host(ehci_mv->otg->otg, &hcd->self); in mv_ehci_probe() 232 otg_set_host(ehci_mv->otg->otg, NULL); in mv_ehci_remove()
|
D | ehci-tegra.c | 496 otg_set_host(u_phy->otg, &hcd->self); in tegra_ehci_probe() 508 otg_set_host(u_phy->otg, NULL); in tegra_ehci_probe() 524 otg_set_host(hcd->usb_phy->otg, NULL); in tegra_ehci_remove()
|
D | ohci-omap.c | 222 int status = otg_set_host(hcd->usb_phy->otg, in ohci_omap_reset() 401 (void) otg_set_host(hcd->usb_phy->otg, 0); in ohci_hcd_omap_remove()
|
D | ehci-fsl.c | 160 retval = otg_set_host(hcd->usb_phy->otg, in fsl_ehci_drv_probe() 699 otg_set_host(hcd->usb_phy->otg, NULL); in fsl_ehci_drv_remove()
|
/Linux-v5.4/include/linux/usb/ |
D | otg.h | 84 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host() function
|
/Linux-v5.4/arch/arm/mach-pxa/ |
D | pxa3xx-ulpi.c | 151 err = otg_set_host(u2d->otg->otg, host); in pxa310_start_otg_host_transcvr() 189 otg_set_host(u2d->otg->otg, NULL); in pxa310_stop_otg_hc()
|
/Linux-v5.4/drivers/usb/dwc2/ |
D | hcd.c | 5223 otg_set_host(hsotg->uphy->otg, &hcd->self); in dwc2_hcd_init() 5281 otg_set_host(hsotg->uphy->otg, NULL); in dwc2_hcd_remove()
|
/Linux-v5.4/drivers/usb/musb/ |
D | musb_host.c | 2758 otg_set_host(musb->xceiv->otg, &hcd->self); in musb_host_setup()
|