Home
last modified time | relevance | path

Searched refs:otg_set_host (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dehci-msm.c122 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()
Dehci-mv.c224 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()
Dehci-tegra.c501 otg_set_host(u_phy->otg, &hcd->self); in tegra_ehci_probe()
513 otg_set_host(u_phy->otg, NULL); in tegra_ehci_probe()
529 otg_set_host(hcd->usb_phy->otg, NULL); in tegra_ehci_remove()
Dohci-omap.c225 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()
Dehci-fsl.c138 retval = otg_set_host(hcd->usb_phy->otg, in usb_hcd_fsl_probe()
179 otg_set_host(hcd->usb_phy->otg, NULL); in usb_hcd_fsl_remove()
/linux-4.1.27/include/linux/usb/
Dotg.h68 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host() function
/linux-4.1.27/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c154 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.1.27/drivers/usb/musb/
Dmusb_host.c2682 otg_set_host(musb->xceiv->otg, &hcd->self); in musb_host_setup()