| /linux-6.15/tools/usb/usbip/libsrc/ |
| H A D | usbip_common.c | 130 DBG_UDEV_INTEGER(bNumConfigurations); in dump_usb_device() 220 READ_ATTR(udev, uint8_t, sdev, bNumConfigurations, "%02x\n"); in read_usb_device()
|
| H A D | usbip_common.h | 127 uint8_t bNumConfigurations; member
|
| H A D | usbip_device_driver.c | 91 copy_descr_attr(dev, &descr, bNumConfigurations); in read_usb_vudc_device()
|
| /linux-6.15/drivers/usb/gadget/legacy/ |
| H A D | ether.c | 167 .bNumConfigurations = 1, 389 device_desc.bNumConfigurations = 2; in eth_bind()
|
| H A D | tcm_usb_gadget.c | 38 .bNumConfigurations = 1,
|
| H A D | gmidi.c | 86 .bNumConfigurations = 1,
|
| H A D | ncm.c | 65 .bNumConfigurations = 1,
|
| H A D | printer.c | 76 .bNumConfigurations = 1
|
| H A D | mass_storage.c | 60 .bNumConfigurations = 1,
|
| H A D | cdc2.c | 56 .bNumConfigurations = 1,
|
| H A D | hid.c | 63 .bNumConfigurations = 1,
|
| H A D | serial.c | 76 .bNumConfigurations = 1,
|
| H A D | audio.c | 197 .bNumConfigurations = 1,
|
| H A D | zero.c | 119 .bNumConfigurations = 2,
|
| H A D | nokia.c | 95 .bNumConfigurations = 1,
|
| H A D | dbgp.c | 43 .bNumConfigurations = 1,
|
| /linux-6.15/drivers/usb/core/ |
| H A D | config.c | 881 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) in usb_destroy_configuration() 888 for (c = 0; c < dev->descriptor.bNumConfigurations; c++) { in usb_destroy_configuration() 912 int ncfg = dev->descriptor.bNumConfigurations; in usb_get_configuration() 921 dev->descriptor.bNumConfigurations = ncfg = USB_MAXCONFIG; in usb_get_configuration() 954 dev->descriptor.bNumConfigurations = cfgno; in usb_get_configuration() 1002 dev->descriptor.bNumConfigurations = cfgno; in usb_get_configuration()
|
| H A D | of.c | 68 if (ddesc->bNumConfigurations == 1) { in usb_of_has_combined_node()
|
| H A D | devices.c | 328 desc->bNumConfigurations); in usb_dump_device_descriptor() 372 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) { in usb_dump_desc()
|
| H A D | generic.c | 80 num_configs = udev->descriptor.bNumConfigurations; in usb_choose_configuration()
|
| /linux-6.15/sound/usb/ |
| H A D | quirks.c | 577 if (new_device_descriptor->bNumConfigurations > dev->descriptor.bNumConfigurations) in snd_usb_extigy_boot_quirk() 579 new_device_descriptor->bNumConfigurations); in snd_usb_extigy_boot_quirk() 956 if (new_device_descriptor->bNumConfigurations > dev->descriptor.bNumConfigurations) in snd_usb_mbox2_boot_quirk() 958 new_device_descriptor->bNumConfigurations); in snd_usb_mbox2_boot_quirk() 1291 if (new_device_descriptor->bNumConfigurations > dev->descriptor.bNumConfigurations) in snd_usb_mbox3_boot_quirk() 1293 new_device_descriptor->bNumConfigurations); in snd_usb_mbox3_boot_quirk()
|
| /linux-6.15/drivers/media/usb/go7007/ |
| H A D | go7007-loader.c | 48 if (usbdev->descriptor.bNumConfigurations != 1) { in go7007_loader_probe()
|
| /linux-6.15/include/uapi/linux/usb/ |
| H A D | ch9.h | 307 __u8 bNumConfigurations; member 756 __u8 bNumConfigurations; member
|
| /linux-6.15/Documentation/usb/ |
| H A D | usbip_protocol.rst | 207 | 0x142 | 1 | | bNumConfigurations | 296 | 0x13E | 1 | | bNumConfigurations |
|
| /linux-6.15/tools/usb/ |
| H A D | testusb.c | 80 __u8 bNumConfigurations; member
|