Home
last modified time | relevance | path

Searched refs:ohci_run (Results 1 – 24 of 24) sorted by relevance

/linux-2.6.39/drivers/usb/host/
Dohci-sh.c31 ohci_run(ohci); in ohci_sh_start()
Dohci-cns3xxx.c42 ret = ohci_run(ohci); in cns3xxx_ohci_start()
Dohci-omap3.c58 ret = ohci_run(ohci); in ohci_omap3_start()
Dohci-ppc-soc.c132 if ((ret = ohci_run(ohci)) < 0) { in ohci_ppc_soc_start()
Dohci-pnx8550.c159 if ((ret = ohci_run (ohci)) < 0) { in ohci_pnx8550_start()
Dohci-sa1111.c190 if ((ret = ohci_run (ohci)) < 0) { in ohci_sa1111_start()
Dohci-octeon.c55 ret = ohci_run(ohci); in ohci_octeon_start()
Dohci-ep93xx.c118 if ((ret = ohci_run(ohci)) < 0) { in ohci_ep93xx_start()
Dohci-ppc-of.c31 if ((ret = ohci_run(ohci)) < 0) { in ohci_ppc_of_start()
Dohci-au1xxx.c122 if ((ret = ohci_run(ohci)) < 0) { in ohci_au1xxx_start()
Dohci-sm501.c31 ret = ohci_run(hcd_to_ohci(hcd)); in ohci_sm501_start()
Dohci-spear.c45 ret = ohci_run(ohci); in ohci_spear_start()
Dohci-ssb.c54 err = ohci_run(ohci); in ssb_ohci_start()
Dohci-jz4740.c48 ret = ohci_run(ohci); in ohci_jz4740_start()
Dohci-ps3.c45 result = ohci_run(ohci); in ps3_ohci_hc_start()
Dohci-at91.c218 if ((ret = ohci_run(ohci)) < 0) { in ohci_at91_start()
Dohci-pci.c309 ret = ohci_run (ohci); in ohci_pci_start()
Dohci-pnx4008.c206 if ((ret = ohci_run(ohci)) < 0) { in ohci_pnx4008_start()
Dohci-da8xx.c140 result = ohci_run(ohci); in ohci_da8xx_start()
Dohci-tmio.c142 if ((ret = ohci_run(ohci)) < 0) { in ohci_tmio_start()
Dohci-s3c2410.c422 if ((ret = ohci_run (ohci)) < 0) { in ohci_s3c2410_start()
Dohci-omap.c436 if ((ret = ohci_run (ohci)) < 0) { in ohci_omap_start()
Dohci-pxa27x.c417 if ((ret = ohci_run (ohci)) < 0) { in ohci_pxa27x_start()
Dohci-hcd.c573 static int ohci_run (struct ohci_hcd *ohci) in ohci_run() function
976 if ((temp = ohci_run (ohci)) < 0) { in ohci_restart()