Home
last modified time | relevance | path

Searched defs:UsbPnpDeviceListTable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dusb_ddk_pnp_loader.h55 struct UsbPnpDeviceListTable { struct
56 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 …]
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dusb_ddk_pnp_loader.h55 struct UsbPnpDeviceListTable { struct
56 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 …]