Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dehci-msm.c173 ret = otg_set_host(otg, &hcd->self); in ehci_msm_probe()
207 otg_set_host(otg, NULL); in ehci_msm_remove()
Dohci-omap.c215 int status = otg_set_host(ohci->transceiver, in ohci_omap_init()
407 (void) otg_set_host(ohci->transceiver, 0); in usb_hcd_omap_remove()
Dehci-tegra.c601 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/
Dpxa3xx-ulpi.c154 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/
Dotg.h198 otg_set_host(struct otg_transceiver *otg, struct usb_bus *host) in otg_set_host() function
/linux-2.6.39/drivers/usb/musb/
Dmusb_core.c2049 otg_set_host(musb->xceiv, &hcd->self); in musb_init_controller()