| /linux/drivers/usb/core/ |
| H A D | config.c | 879 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) in usb_destroy_configuration() 886 for (c = 0; c < dev->descriptor.bNumConfigurations; c++) { in usb_destroy_configuration() 910 int ncfg = dev->descriptor.bNumConfigurations; in usb_get_configuration() 919 dev->descriptor.bNumConfigurations = ncfg = USB_MAXCONFIG; in usb_get_configuration() 924 dev->descriptor.bNumConfigurations = 1; in usb_get_configuration() 956 dev->descriptor.bNumConfigurations = cfgno; in usb_get_configuration() 1004 dev->descriptor.bNumConfigurations = cfgno; in usb_get_configuration()
|
| 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 | quirks.c | 682 for (i = 0; i < udev->descriptor.bNumConfigurations; ++i) { in usb_match_any_interface()
|
| H A D | sysfs.c | 722 usb_descriptor_attr(bNumConfigurations, "%d\n"); 871 for (cfgno = -1; cfgno < udev->descriptor.bNumConfigurations && in descriptors_read()
|
| /linux/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 | ncm.c | 65 .bNumConfigurations = 1,
|
| H A D | gmidi.c | 86 .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 | serial.c | 76 .bNumConfigurations = 1,
|
| H A D | hid.c | 63 .bNumConfigurations = 1,
|
| H A D | audio.c | 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,
|
| H A D | webcam.c | 85 .bNumConfigurations = 0, /* dynamic */
|
| /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/sound/usb/ |
| H A D | quirks.c | 579 if (new_device_descriptor->bNumConfigurations > dev->descriptor.bNumConfigurations) in snd_usb_extigy_boot_quirk() 580 dev_dbg(&dev->dev, "error too large bNumConfigurations: %d\n", in snd_usb_extigy_boot_quirk() 581 new_device_descriptor->bNumConfigurations); in snd_usb_extigy_boot_quirk() 958 if (new_device_descriptor->bNumConfigurations > dev->descriptor.bNumConfigurations) in snd_usb_mbox2_boot_quirk() 959 dev_dbg(&dev->dev, "error too large bNumConfigurations: %d\n", in snd_usb_mbox2_boot_quirk() 960 new_device_descriptor->bNumConfigurations); in snd_usb_mbox2_boot_quirk() 1293 if (new_device_descriptor->bNumConfigurations > dev->descriptor.bNumConfigurations) in snd_usb_mbox3_boot_quirk() [all...] |
| /linux/tools/usb/ |
| H A D | testusb.c | 80 __u8 bNumConfigurations; member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | usb.c | 1378 if (usb->descriptor.bNumConfigurations != 1) { in brcmf_usb_probe() 1380 usb->descriptor.bNumConfigurations); in brcmf_usb_probe()
|
| /linux/drivers/usb/image/ |
| H A D | mdc800.c | 439 if (dev->descriptor.bNumConfigurations != 1) in mdc800_usb_probe()
|