Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-ppc-of.c31 if ((ret = ohci_init(ohci)) < 0) in ohci_ppc_of_start()
H A Dohci-sa1111.c62 return ohci_init(ohci); in ohci_sa1111_reset()
H A Dohci-sm501.c24 return ohci_init(hcd_to_ohci(hcd)); in ohci_sm501_init()
H A Dohci-ps3.c18 return ohci_init(ohci); in ps3_ohci_hc_reset()
H A Dohci-hcd.c454 static int ohci_init (struct ohci_hcd *ohci) in ohci_init() function
719 return ohci_init(ohci); in ohci_setup()
1038 ohci_init(ohci); in ohci_restart()
H A Dohci-tmio.c139 if ((ret = ohci_init(ohci)) < 0) in ohci_tmio_start()