Searched defs:USBDeviceInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp74 typedef struct USBDeviceInfo struct
83 } USBDeviceInfo; typedef in typeref:struct:USBDeviceInfo
809 static void USBDevInfoCleanup(USBDeviceInfo *pSelf)
817 static int USBDevInfoInit(USBDeviceInfo *pSelf, const char *aDevice,
869 VECTOR_OBJ(USBDeviceInfo) *pvecDevInfo)
894 USBDeviceInfo info;
896 if (RT_SUCCESS(VEC_PUSH_BACK_OBJ(pvecDevInfo, USBDeviceInfo,
956 static int addIfInterfaceOf(const char *pcszNode, USBDeviceInfo *pInfo)
1033 VECTOR_OBJ(USBDeviceInfo) *pvecDevInfo,
1037 USBDeviceInfo *pInf
[all...]

Completed in 47 milliseconds