Searched refs:bNumConfigurations (Results 1 – 25 of 33) sorted by relevance
12
| /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 | 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 | 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/usb/core/ |
| 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 | quirks.c | 652 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/media/usb/go7007/ |
| H A D | go7007-loader.c | 48 if (usbdev->descriptor.bNumConfigurations != 1) { in go7007_loader_probe()
|
| /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()
|
12