Searched refs:guid_list (Results 1 – 1 of 1) sorted by relevance
1398 const GUID **guid_list, **new_guid_list; in winusb_get_device_list() local1420 guid_list = malloc(guid_size * sizeof(void *)); in winusb_get_device_list()1421 if (guid_list == NULL) { in winusb_get_device_list()1426 guid_list[HUB_PASS] = &GUID_DEVINTERFACE_USB_HUB; in winusb_get_device_list()1427 guid_list[DEV_PASS] = &GUID_DEVINTERFACE_USB_DEVICE; in winusb_get_device_list()1428 guid_list[HCD_PASS] = &GUID_DEVINTERFACE_USB_HOST_CONTROLLER; in winusb_get_device_list()1429 guid_list[GEN_PASS] = NULL; in winusb_get_device_list()1432 guid_list[HID_PASS] = &hid_guid; in winusb_get_device_list()1434 guid_list[HID_PASS] = NULL; in winusb_get_device_list()1441 free((void *)guid_list); in winusb_get_device_list()[all …]