Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBEntry.c1048 MsOS_AttachInterrupt(hcd->ehci_irq, ms_DrvUSB_OnInterrupt_EX); in ms_InitUSBIntr_EX()
1049 MsOS_EnableInterrupt(hcd->ehci_irq); in ms_InitUSBIntr_EX()
1054 MsOS_DisableInterrupt(hcd->ehci_irq); in ms_UnInitUSBIntr_EX()
1055 MsOS_DetachInterrupt(hcd->ehci_irq); in ms_UnInitUSBIntr_EX()
H A DdrvUsbd.c703 pHcd->ehci_irq = pDev->intNum; in ms_new_usb_hcd()
723 pHcd->uhc_regs, pHcd->ehci_irq); in ms_new_usb_hcd()
H A DdrvUsbd.h116 int ehci_irq; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd_2.c117 extern void ehci_irq (struct usb_hcd *hcd, struct pt_regs *regs);
279 ehci_cpe_hc_driver_Port2.irq = ehci_irq; in cpe_ehci_hcd_init_Port2()
H A DdrvEhciHcd.c7898 void ehci_irq (struct usb_hcd *hcd, struct pt_regs *regs) in ehci_irq() function
9449 ehci_cpe_hc_driver.irq = ehci_irq; in cpe_ehci_hcd_init()
9744 driver->irq = ehci_irq; in cpe_ehci_hcd_init_EX()