Searched refs:bNumInterfaces (Results 1 – 10 of 10) sorted by relevance
339 for (i = 0; i < config->bNumInterfaces; i++) in clear_configuration()373 } else if (config->bNumInterfaces > USB_MAXINTERFACES) { in parse_configuration()374 usbi_err(ctx, "too many interfaces (%u)", config->bNumInterfaces); in parse_configuration()378 usb_interface = calloc(config->bNumInterfaces, sizeof(*usb_interface)); in parse_configuration()387 for (i = 0; i < config->bNumInterfaces; i++) { in parse_configuration()406 config->bNumInterfaces = i; in parse_configuration()443 config->bNumInterfaces = i; in parse_configuration()
613 uint8_t bNumInterfaces; member
706 uint8_t bNumInterfaces; member
1027 for (iface_idx = 0; iface_idx < config->bNumInterfaces; iface_idx++) { in find_endpoint()
153 printf(" bNumInterfaces: %u\n", config->bNumInterfaces); in print_configuration()159 for (i = 0; i < config->bNumInterfaces; i++) in print_configuration()
866 nb_ifaces = conf_desc->bNumInterfaces; in test_device()
177 for (j = 0; j < config->bNumInterfaces; j++) { in xu_get_id()
182 UCHAR bNumInterfaces; member
799 for (iface_idx = 0; iface_idx < config->bNumInterfaces; iface_idx++) { in sunos_find_interface()
448 for (i = 0; i < conf_desc->bNumInterfaces; i++) { in get_interface_by_endpoint()3254 cd->bNumInterfaces = 1; in _hid_get_config_descriptor()