Home
last modified time | relevance | path

Searched refs:guid_to_string (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Dwindows_winusb.c107 static const char *guid_to_string(const GUID *guid, char guid_string[MAX_GUID_STRING_LENGTH]) in guid_to_string() function
272 guid_to_string(guid, guid_string), ULONG_CAST(*_index), windows_error_str(0)); in get_interface_details()
288 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst), windows_error_str(0)); in get_interface_details()
300 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst), windows_error_str(0)); in get_interface_details()
311 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst)); in get_interface_details()
319 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst), windows_error_str(0)); in get_interface_details()
329 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst)); in get_interface_details()
1521 …usbi_dbg(ctx, "#### PROCESSING %ss %s", passname[MIN(pass, EXT_PASS)], guid_to_string(guid_list[pa… in winusb_get_device_list()