Home
last modified time | relevance | path

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

/linux-4.4.14/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.c507 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()
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.c159 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/
Dotg.h83 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host() function
/linux-4.4.14/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.4.14/drivers/usb/dwc2/
Dhcd.c3139 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/
Dmusb_host.c2806 otg_set_host(musb->xceiv->otg, &hcd->self); in musb_host_setup()