Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c1305 GUID *if_guid; in windows_get_device_list() local
1439 if_guid = calloc(1, sizeof(GUID)); in windows_get_device_list()
1440 if (if_guid == NULL) { in windows_get_device_list()
1444 pCLSIDFromString(guid_string_w, if_guid); in windows_get_device_list()
1445 guid[nb_guids++] = if_guid; in windows_get_device_list()
1446 usbi_dbg("extra GUID: %s", guid_to_string(if_guid)); in windows_get_device_list()