Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBEntry.c2142 pChip->p_roothub[u8PortNum]->p_hub_event = &hub_event_list; in MDrv_USB_Port_Init_EX()
2144 pChip->p_roothub[u8PortNum]->p_hub_event = &hub_event_list_Port1; in MDrv_USB_Port_Init_EX()
2146 pChip->p_roothub[u8PortNum]->p_hub_event = &hub_event_list_Port2; in MDrv_USB_Port_Init_EX()
2148 pChip->p_roothub[u8PortNum]->p_hub_event = &hub_event_list_Port3; in MDrv_USB_Port_Init_EX()
H A DdrvHUB.h258 struct list_head *p_hub_event; // for UsbTask() member
H A DdrvHub.c8704 struct list_head *tmp_list = pRootHub->p_hub_event; in has_hub_events_EX()
8834 struct list_head *tmp_list = pRootHub->p_hub_event; in hub_events_EX()
H A DdrvEhciHcd.c9677 hcd->phub_event = p_rootHub->p_hub_event; in usb_hcd_cpe_ehci_probe_EX()