Searched refs:otg_set_host (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | ehci-msm.c | 122 ret = otg_set_host(phy->otg, &hcd->self); in ehci_msm_probe() 155 otg_set_host(hcd->usb_phy->otg, NULL); in ehci_msm_remove()
|
D | ehci-mv.c | 224 retval = otg_set_host(ehci_mv->otg->otg, &hcd->self); in mv_ehci_probe() 276 otg_set_host(ehci_mv->otg->otg, NULL); in mv_ehci_remove()
|
D | ehci-tegra.c | 507 otg_set_host(u_phy->otg, &hcd->self); in tegra_ehci_probe() 519 otg_set_host(u_phy->otg, NULL); in tegra_ehci_probe() 535 otg_set_host(hcd->usb_phy->otg, NULL); in tegra_ehci_remove()
|
D | ohci-omap.c | 225 int status = otg_set_host(hcd->usb_phy->otg, in ohci_omap_reset() 403 (void) otg_set_host(hcd->usb_phy->otg, 0); in usb_hcd_omap_remove()
|
D | ehci-fsl.c | 159 retval = otg_set_host(hcd->usb_phy->otg, in fsl_ehci_drv_probe() 658 otg_set_host(hcd->usb_phy->otg, NULL); in fsl_ehci_drv_remove()
|
/linux-4.4.14/include/linux/usb/ |
D | otg.h | 83 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host() function
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | pxa3xx-ulpi.c | 154 err = otg_set_host(u2d->otg->otg, host); in pxa310_start_otg_host_transcvr() 192 otg_set_host(u2d->otg->otg, NULL); in pxa310_stop_otg_hc()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hcd.c | 3139 otg_set_host(hsotg->uphy->otg, &hcd->self); in dwc2_hcd_init() 3194 otg_set_host(hsotg->uphy->otg, NULL); in dwc2_hcd_remove()
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_host.c | 2806 otg_set_host(musb->xceiv->otg, &hcd->self); in musb_host_setup()
|