Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c9440 struct hc_driver ehci_cpe_hc_driver ; variable
9444 memcpy( ehci_cpe_hc_driver.description , "ehci_hcd", sizeof("ehci_hcd")+1); in cpe_ehci_hcd_init()
9449 ehci_cpe_hc_driver.irq = ehci_irq; in cpe_ehci_hcd_init()
9450 ehci_cpe_hc_driver.flags = HCD_MEMORY | HCD_USB2; in cpe_ehci_hcd_init()
9455 ehci_cpe_hc_driver.reset = ehci_hc_reset; in cpe_ehci_hcd_init()
9456 ehci_cpe_hc_driver.start = ehci_start; in cpe_ehci_hcd_init()
9457 ehci_cpe_hc_driver.suspend = ehci_suspend; in cpe_ehci_hcd_init()
9458 ehci_cpe_hc_driver.resume = ehci_resume; in cpe_ehci_hcd_init()
9459 ehci_cpe_hc_driver.stop = ehci_stop; in cpe_ehci_hcd_init()
9464 ehci_cpe_hc_driver.hcd_alloc = ehci_hcd_alloc; in cpe_ehci_hcd_init()
[all …]