/linux/drivers/usb/gadget/legacy/ |
H A D | ether.c | 158 * we support. (As does bNumConfigurations.) These values can 167 .bNumConfigurations = 1, 389 device_desc.bNumConfigurations = 2; in eth_bind()
|
H A D | tcm_usb_gadget.c | 38 .bNumConfigurations = 1,
|
H A D | ncm.c | 56 * we support. (As does bNumConfigurations.) These values can 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 | 188 * we support. (As does bNumConfigurations.) These values can 197 .bNumConfigurations = 1,
|
H A D | nokia.c | 95 .bNumConfigurations = 1,
|
H A D | zero.c | 119 .bNumConfigurations = 2,
|
H A D | dbgp.c | 43 .bNumConfigurations = 1,
|
/linux/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/drivers/usb/core/ |
H A D | config.c | 887 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) in usb_destroy_configuration() 894 for (c = 0; c < dev->descriptor.bNumConfigurations; c++) { in usb_destroy_configuration() 918 int ncfg = dev->descriptor.bNumConfigurations; in usb_get_configuration() 927 dev->descriptor.bNumConfigurations = ncfg = USB_MAXCONFIG; in usb_get_configuration() 960 dev->descriptor.bNumConfigurations = cfgno; in usb_get_configuration() 1008 dev->descriptor.bNumConfigurations = cfgno; in usb_get_configuration()
|
H A D | of.c | 51 * 2) bNumConfigurations is 1, and 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()
|
H A D | quirks.c | 649 for (i = 0; i < udev->descriptor.bNumConfigurations; ++i) { in usb_match_any_interface()
|
/linux/sound/usb/ |
H A D | quirks.c | 577 if (new_device_descriptor->bNumConfigurations > dev->descriptor.bNumConfigurations) in snd_usb_extigy_boot_quirk() 578 dev_dbg(&dev->dev, "error too large bNumConfigurations: %d\n", 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() 957 dev_dbg(&dev->dev, "error too large bNumConfigurations: %d\n", 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() [all...] |
/linux/drivers/media/usb/go7007/ |
H A D | go7007-loader.c | 48 if (usbdev->descriptor.bNumConfigurations != 1) { in go7007_loader_probe()
|
/linux/Documentation/usb/ |
H A D | usbip_protocol.rst | 207 | 0x142 | 1 | | bNumConfigurations | 296 | 0x13E | 1 | | bNumConfigurations |
|
/linux/tools/usb/ |
H A D | testusb.c | 80 __u8 bNumConfigurations; member
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 68 .bNumConfigurations = 1, 79 .bNumConfigurations = 1,
|