Searched refs:USBPORT_DEVICE_EXTENSION (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/usb/usbport/ |
H A D | queue.c | 28 USBPORT_DEVICE_EXTENSION, in USBPORT_InsertIdleIrp() 60 USBPORT_DEVICE_EXTENSION, in USBPORT_PeekNextIdleIrp() 99 USBPORT_DEVICE_EXTENSION, in USBPORT_AcquireIdleLock() 115 USBPORT_DEVICE_EXTENSION, in USBPORT_ReleaseIdleLock() 131 USBPORT_DEVICE_EXTENSION, in USBPORT_CompleteCanceledIdleIrp() 151 USBPORT_DEVICE_EXTENSION, in USBPORT_InsertBadRequest() 183 USBPORT_DEVICE_EXTENSION, in USBPORT_PeekNextBadRequest() 222 USBPORT_DEVICE_EXTENSION, in USBPORT_AcquireBadRequestLock() 238 USBPORT_DEVICE_EXTENSION, in USBPORT_ReleaseBadRequestLock() 254 USBPORT_DEVICE_EXTENSION, in USBPORT_CompleteCanceledBadRequest()
|
H A D | usbport.c | 46 USBPORT_DEVICE_EXTENSION, in USBPORT_FindUSB2Controller() 159 USBPORT_DEVICE_EXTENSION, in USBPORT_FindCompanionControllers() 199 USBPORT_DEVICE_EXTENSION, in USBPORT_FindCompanionControllers() 393 sizeof(USBPORT_DEVICE_EXTENSION)); in USBPORT_GetMiniportRegistryKeyValue() 470 sizeof(USBPORT_DEVICE_EXTENSION)); in USBPORT_ReadWriteConfigSpace() 680 sizeof(USBPORT_DEVICE_EXTENSION)); in USBPORT_InvalidateController() 1871 Length = (ULONG)(sizeof(USBPORT_DEVICE_EXTENSION) + in USBPORT_AddDevice() 1915 RtlZeroMemory(FdoExtension, sizeof(USBPORT_DEVICE_EXTENSION)); in USBPORT_AddDevice() 1929 sizeof(USBPORT_DEVICE_EXTENSION)); in USBPORT_AddDevice() 2093 sizeof(USBPORT_DEVICE_EXTENSION)); in USBPORT_RequestAsyncCallback() [all …]
|
H A D | usbport.h | 401 } USBPORT_DEVICE_EXTENSION, *PUSBPORT_DEVICE_EXTENSION; typedef 404 C_ASSERT(sizeof(USBPORT_DEVICE_EXTENSION) == 0x500); 406 C_ASSERT(sizeof(USBPORT_DEVICE_EXTENSION) == 0x700);
|
H A D | roothub.c | 928 sizeof(USBPORT_DEVICE_EXTENSION)); in USBPORT_InvalidateRootHub()
|