Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c9426 struct cpe_driver ehci_hcd_cpe_driver; variable
9562 driver_unregister(&ehci_hcd_cpe_driver.drv);
9573 strncpy(ehci_hcd_cpe_driver.drv.name, "cpe_ehci", sizeof("cpe_ehci")); in ehci_hcd_cpe_ehci_init()
9574 ehci_hcd_cpe_driver.drv.bus = &CPE_AMBA_bus_type; in ehci_hcd_cpe_ehci_init()
9575 ehci_hcd_cpe_driver.drv.probe = ehci_hcd_cpe_ehci_drv_probe; in ehci_hcd_cpe_ehci_init()
9576 ehci_hcd_cpe_driver.drv.remove = ehci_hcd_cpe_ehci_drv_remove; in ehci_hcd_cpe_ehci_init()
9577 ehci_hcd_cpe_driver.drv.suspend = ehci_hcd_cpe_ehci_drv_suspend; in ehci_hcd_cpe_ehci_init()
9578 ehci_hcd_cpe_driver.drv.resume = ehci_hcd_cpe_ehci_drv_resume; in ehci_hcd_cpe_ehci_init()
9579 ehci_hcd_cpe_driver.devid = CPE_DEVID_USB; in ehci_hcd_cpe_ehci_init()
9580 return driver_register(&ehci_hcd_cpe_driver.drv); in ehci_hcd_cpe_ehci_init()
[all …]
H A DdrvAMBA.c86 extern struct cpe_driver ehci_hcd_cpe_driver;
91 if ( (dev == &cpe_ehci_dev.dev) && (drv == &ehci_hcd_cpe_driver.drv) ) in AMBA_match()
134 if ((p_rootHub->portNum < NUM_OF_ROOT_HUB) && (drv == &ehci_hcd_cpe_driver.drv) ) in AMBA_match_EX()