Lines Matching refs:pRootHub
1271 static int ms_hub_events(struct s_gVar4UsbPort *pRootHub) in ms_hub_events() argument
1274 struct list_head *tmp_list = &pRootHub->hub_event; in ms_hub_events()
1316 ms_dev->devpath, pRootHub->hostid); in ms_hub_events()
1320 pRootHub->p_UsbHcd->saved_ehci_state.iPsc, in ms_hub_events()
1321 pRootHub->p_UsbHcd->saved_ehci_state.usbcmd); in ms_hub_events()
1329 (pRootHub->p_UsbHcd->saved_ehci_state.iPsc & 0x2) && in ms_hub_events()
1393 pRootHub->arConnDev[isHubConnEvent].connDev = pUdev; in ms_hub_events()
1439 int ms_hub_poll(struct s_gVar4UsbPort *pRootHub) in ms_hub_poll() argument
1442 struct list_head *tmp_list = &pRootHub->hub_event; in ms_hub_poll()
1447 ms_USBCriticalSectionIn(pRootHub->hostid); in ms_hub_poll()
1448 isHubConnected = ms_hub_events(pRootHub); in ms_hub_poll()
1450 ms_hub_tt_kevent(pRootHub); in ms_hub_poll()
1452 ms_USBCriticalSectionOut(pRootHub->hostid); in ms_hub_poll()
1496 static void ms_hub_tt_kevent(struct s_gVar4UsbPort *pRootHub) in ms_hub_tt_kevent() argument
1498 struct list_head *tmp_list = &pRootHub->p_UsbHcd->tt_clear_list; in ms_hub_tt_kevent()