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

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c254 * usb_class: the generic USB class for which to retrieve interface details
262 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char* usb_class, unsigned _index)
265 *dev_info = pSetupDiGetClassDevsA(NULL, usb_class, NULL, DIGCF_PRESENT|DIGCF_ALLCLASSES);
1332 const char* usb_class[] = {"USB", "NUSB3", "IUSB3"}; local
1426 for (; class_index < ARRAYSIZE(usb_class); class_index++) {
1427 if (get_devinfo_data(ctx, &dev_info, &dev_info_data, usb_class[class_index], i))
1431 if (class_index >= ARRAYSIZE(usb_class))
261 get_devinfo_data(struct libusb_context *ctx, HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char* usb_class, unsigned _index) argument

Completed in 2440 milliseconds