| /openbmc/qemu/hw/usb/ |
| H A D | desc.h | 27 uint8_t bNumConfigurations; member 36 uint8_t bNumConfigurations; member 115 uint8_t bNumConfigurations; member
|
| H A D | dev-hid.c | 266 .bNumConfigurations = 1, 283 .bNumConfigurations = 1, 300 .bNumConfigurations = 1, 317 .bNumConfigurations = 1, 334 .bNumConfigurations = 1, 351 .bNumConfigurations = 1,
|
| H A D | desc.c | 49 d->u.device.bNumConfigurations = dev->bNumConfigurations; in usb_desc_device() 73 d->u.device_qualifier.bNumConfigurations = dev->bNumConfigurations; in usb_desc_device_qualifier() 452 for (i = 0; i < dev->device->bNumConfigurations; i++) { in usb_desc_set_config() 460 if (i < dev->device->bNumConfigurations) { in usb_desc_set_config() 658 if (index < dev->device->bNumConfigurations) { in usb_desc_get_descriptor() 675 if (other_dev != NULL && index < other_dev->bNumConfigurations) { in usb_desc_get_descriptor()
|
| H A D | dev-storage.c | 80 .bNumConfigurations = 1, 115 .bNumConfigurations = 1, 152 .bNumConfigurations = 1,
|
| H A D | u2f.c | 96 .bNumConfigurations = 1,
|
| H A D | canokey.c | 45 .bNumConfigurations = 0,
|
| H A D | dev-wacom.c | 165 .bNumConfigurations = 1,
|
| H A D | dev-hub.c | 130 .bNumConfigurations = 1,
|
| H A D | dev-network.c | 271 .bNumConfigurations = 2,
|
| H A D | dev-smartcard-reader.c | 463 .bNumConfigurations = 1,
|
| H A D | host-libusb.c | 1416 if (s->ddesc.bNumConfigurations != 1) { in usb_host_set_config()
|
| /openbmc/u-boot/include/ |
| H A D | usbdescriptors.h | 227 u8 bNumConfigurations; member 240 u8 bNumConfigurations; member 525 serial_printf("\tbNumConfigurations %2.2x\n", d->bNumConfigurations); in print_device_descriptor()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | ep0.c | 220 if (index >= device_descriptor->bNumConfigurations) { in ep0_get_descriptor() 223 bNumConfigurations); in ep0_get_descriptor()
|
| H A D | g_dnl.c | 68 .bNumConfigurations = 1,
|
| H A D | ether.c | 346 .bNumConfigurations = 1, 759 .bNumConfigurations = 1, 892 if (index >= device_desc.bNumConfigurations) in config_buf() 900 if (device_desc.bNumConfigurations == 2 && index == 0) { in config_buf() 2165 device_desc.bNumConfigurations = 2; in eth_bind() 2169 dev_qualifier.bNumConfigurations = 2; in eth_bind()
|
| H A D | composite.c | 286 qual->bNumConfigurations = count_configs(cdev, USB_DT_DEVICE_QUALIFIER); in device_qual() 736 cdev->desc.bNumConfigurations = in composite_setup()
|
| /openbmc/u-boot/drivers/usb/emul/ |
| H A D | sandbox_keyb.c | 63 .bNumConfigurations = 1,
|
| H A D | sandbox_hub.c | 50 .bNumConfigurations = 1,
|
| H A D | sandbox_flash.c | 113 .bNumConfigurations = 1,
|
| /openbmc/u-boot/include/linux/usb/ |
| H A D | ch9.h | 270 __u8 bNumConfigurations; member 702 __u8 bNumConfigurations; member
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | usbtty.c | 118 .bNumConfigurations = NUM_CONFIGS 131 .bNumConfigurations = NUM_CONFIGS
|
| /openbmc/u-boot/common/ |
| H A D | usb_kbd.c | 411 if (dev->descriptor.bNumConfigurations != 1)
|
| /openbmc/u-boot/cmd/ |
| H A D | usb.c | 178 packet_size, dev->descriptor.bNumConfigurations); in usb_display_desc()
|