Searched refs:isRootHubPortReset (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvMSC.c | 1057 bConnSts = ms_RoothubPortConnected(hcd) & !(hcd->isRootHubPortReset); in ms_bSCSI_Read_10() 1067 if (hcd->isRootHubPortReset) // debug purpose in ms_bSCSI_Read_10() 1068 …one = %x, isRootHubPortReset = %x\n", (unsigned int)ehci->u32ResetEnd[0], hcd->isRootHubPortReset); in ms_bSCSI_Read_10() 1332 bConnSts = ms_RoothubPortConnected(hcd) & !(hcd->isRootHubPortReset); in ms_bSCSI_Write_10() 1343 if (hcd->isRootHubPortReset) // debug purpose in ms_bSCSI_Write_10() 1344 …one = %x, isRootHubPortReset = %x\n", (unsigned int)ehci->u32ResetEnd[0], hcd->isRootHubPortReset); in ms_bSCSI_Write_10()
|
| H A D | drvUsbd.h | 131 BOOL isRootHubPortReset; // backward compatible, may be omitted member
|
| H A D | drvEhciHcd.c | 689 pHcd->isRootHubPortReset = FALSE; in ms_hub_control() 760 pHcd->isRootHubPortReset = TRUE; in ms_hub_control()
|
| H A D | drvUSBEntry.c | 1080 hcd->isRootHubPortReset = TRUE; in ms_UsbDeviceConnect_EX()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvSCSI.c | 1100 bConnSts = MDrv_UsbDeviceConnect_EX(hcd) & !(hcd->isRootHubPortReset); in bSCSI_Read_10() 1106 if (hcd->isRootHubPortReset) // debug purpose in bSCSI_Read_10() 1107 …t done = %x, isRootHubPortReset = %x\n", ehci->reset_done[0], hcd->isRootHubPortReset); in bSCSI_Read_10() 1380 bConnSts = MDrv_UsbDeviceConnect_EX(hcd) & !(hcd->isRootHubPortReset); in bSCSI_Write_10()
|
| H A D | drvHub.c | 5461 hcd->isRootHubPortReset = TRUE; in hub_port_connect_change() 5465 if (hcd->isRootHubPortReset) in hub_port_connect_change() 5467 hcd->isRootHubPortReset = FALSE; in hub_port_connect_change()
|
| H A D | drvUSBEntry.c | 140 MS_BOOL isRootHubPortReset = TRUE; variable 635 hcd->isRootHubPortReset = TRUE; in MDrv_UsbDeviceConnect() 1740 hcd->isRootHubPortReset = TRUE; in MDrv_UsbDeviceConnect_EX()
|
| H A D | drvHCD.h | 169 BOOL isRootHubPortReset; // backward compatible, may be omitted member
|