Searched refs:dev_info_data (Results 1 – 1 of 1) sorted by relevance
/external/libusb/libusb/os/ |
D | windows_winusb.c | 199 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char *enumerator, unsigned _index) in get_devinfo_data() argument 210 dev_info_data->cbSize = sizeof(SP_DEVINFO_DATA); in get_devinfo_data() 211 if (!pSetupDiEnumDeviceInfo(*dev_info, _index, dev_info_data)) { in get_devinfo_data() 237 PSP_DEVINFO_DATA dev_info_data, LPCGUID guid, DWORD *_index, char **dev_interface_path) in get_interface_details() argument 243 dev_info_data->cbSize = sizeof(SP_DEVINFO_DATA); in get_interface_details() 246 if (!pSetupDiEnumDeviceInfo(dev_info, *_index, dev_info_data)) { in get_interface_details() 260 if (pSetupDiEnumDeviceInterfaces(dev_info, dev_info_data, guid, 0, &dev_interface_data)) in get_interface_details() 265 guid_to_string(guid), ULONG_CAST(dev_info_data->DevInst), windows_error_str(0)); in get_interface_details() 277 guid_to_string(guid), ULONG_CAST(dev_info_data->DevInst), windows_error_str(0)); in get_interface_details() 288 guid_to_string(guid), ULONG_CAST(dev_info_data->DevInst)); in get_interface_details() [all …]
|