Searched refs:otg_set_host (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/usb/host/ |
D | ehci-msm.c | 173 ret = otg_set_host(otg, &hcd->self); in ehci_msm_probe() 207 otg_set_host(otg, NULL); in ehci_msm_remove()
|
D | ohci-omap.c | 215 int status = otg_set_host(ohci->transceiver, in ohci_omap_init() 407 (void) otg_set_host(ohci->transceiver, 0); in usb_hcd_omap_remove()
|
D | ehci-tegra.c | 601 otg_set_host(tegra->transceiver, &hcd->self); in tegra_ehci_probe() 616 otg_set_host(tegra->transceiver, NULL); in tegra_ehci_probe() 674 otg_set_host(tegra->transceiver, NULL); in tegra_ehci_remove()
|
/linux-2.6.39/arch/arm/mach-pxa/ |
D | pxa3xx-ulpi.c | 154 err = otg_set_host(u2d->otg, host); in pxa310_start_otg_host_transcvr() 192 otg_set_host(u2d->otg, NULL); in pxa310_stop_otg_hc()
|
/linux-2.6.39/include/linux/usb/ |
D | otg.h | 198 otg_set_host(struct otg_transceiver *otg, struct usb_bus *host) in otg_set_host() function
|
/linux-2.6.39/drivers/usb/musb/ |
D | musb_core.c | 2049 otg_set_host(musb->xceiv, &hcd->self); in musb_init_controller()
|