Searched defs:UsbPnpDeviceListTable (Results 1 – 2 of 2) sorted by relevance
55 struct UsbPnpDeviceListTable { struct56 struct DListHead list;57 const char *moduleName;58 const char *serviceName;59 const char *deviceMatchAttr;60 UsbPnpDriverStatus status;61 uint64_t usbDevAddr;62 int32_t devNum;63 int32_t busNum;64 int32_t interfaceLength;[all …]