Home
last modified time | relevance | path

Searched refs:hcd_alloc (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd_2.c173 hcd = driver->hcd_alloc(); in usb_hcd_cpe_ehci_probe_Port2()
294 ehci_cpe_hc_driver_Port2.hcd_alloc = ehci_hcd_alloc; in cpe_ehci_hcd_init_Port2()
H A DdrvEhciHcd.c9239 hcd = driver->hcd_alloc(); in usb_hcd_cpe_ehci_probe()
9464 ehci_cpe_hc_driver.hcd_alloc = ehci_hcd_alloc; in cpe_ehci_hcd_init()
9663 hcd = driver->hcd_alloc(); in usb_hcd_cpe_ehci_probe_EX()
9759 driver->hcd_alloc = ehci_hcd_alloc; in cpe_ehci_hcd_init_EX()
H A DdrvHCD.h260 struct usb_hcd *(*hcd_alloc) (void); member