/linux-4.4.14/drivers/usb/gadget/legacy/ |
H A D | ncm.c | 60 * we support. (As does bNumConfigurations.) These values can 69 .bNumConfigurations = 1,
|
H A D | audio.c | 140 * we support. (As does bNumConfigurations.) These values can 149 .bNumConfigurations = 1,
|
H A D | ether.c | 162 * we support. (As does bNumConfigurations.) These values can 171 .bNumConfigurations = 1, 393 device_desc.bNumConfigurations = 2; eth_bind()
|
H A D | acm_ms.c | 58 /*.bNumConfigurations = DYNAMIC*/
|
H A D | cdc2.c | 60 .bNumConfigurations = 1,
|
H A D | gmidi.c | 95 .bNumConfigurations = 1,
|
H A D | hid.c | 67 .bNumConfigurations = 1,
|
H A D | mass_storage.c | 64 .bNumConfigurations = 1,
|
H A D | printer.c | 80 .bNumConfigurations = 1
|
H A D | serial.c | 78 .bNumConfigurations = 1,
|
H A D | dbgp.c | 42 .bNumConfigurations = 1,
|
H A D | nokia.c | 99 .bNumConfigurations = 1,
|
H A D | webcam.c | 91 .bNumConfigurations = 0, /* dynamic */
|
H A D | zero.c | 121 .bNumConfigurations = 2,
|
H A D | inode.c | 1271 qual.bNumConfigurations = 1; make_qualifier() 1824 || dev->dev->bNumConfigurations != 1) dev_config() 1826 dev->dev->bNumConfigurations = 1; dev_config()
|
H A D | tcm_usb_gadget.c | 1981 .bNumConfigurations = 1,
|
/linux-4.4.14/tools/usb/usbip/libsrc/ |
H A D | usbip_common.c | 106 DBG_UDEV_INTEGER(bNumConfigurations); dump_usb_device() 196 READ_ATTR(udev, uint8_t, sdev, bNumConfigurations, "%02x\n"); read_usb_device()
|
H A D | usbip_common.h | 113 uint8_t bNumConfigurations; member in struct:usbip_usb_device
|
/linux-4.4.14/drivers/usb/core/ |
H A D | config.c | 638 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) usb_destroy_configuration() 645 for (c = 0; c < dev->descriptor.bNumConfigurations; c++) { usb_destroy_configuration() 669 int ncfg = dev->descriptor.bNumConfigurations; usb_get_configuration() 680 dev->descriptor.bNumConfigurations = ncfg = USB_MAXCONFIG; usb_get_configuration() 714 dev->descriptor.bNumConfigurations = cfgno; usb_get_configuration() 763 dev->descriptor.bNumConfigurations = cfgno; usb_get_configuration()
|
H A D | generic.c | 55 num_configs = udev->descriptor.bNumConfigurations; usb_choose_configuration()
|
H A D | quirks.c | 242 for (i = 0; i < udev->descriptor.bNumConfigurations; ++i) { usb_match_any_interface()
|
H A D | devices.c | 390 desc->bNumConfigurations); usb_dump_device_descriptor() 440 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) { usb_dump_desc()
|
H A D | sysfs.c | 674 usb_descriptor_attr(bNumConfigurations, "%d\n"); 826 for (cfgno = -1; cfgno < udev->descriptor.bNumConfigurations && read_descriptors()
|
H A D | hcd.c | 149 0x01 /* __u8 bNumConfigurations; */ 170 0x01 /* __u8 bNumConfigurations; */ 191 0x01 /* __u8 bNumConfigurations; */ 214 0x01 /* __u8 bNumConfigurations; */
|
H A D | devio.c | 229 for (i = 0; nbytes && i < dev->descriptor.bNumConfigurations; i++) { usbdev_read()
|
H A D | message.c | 1740 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) { usb_set_configuration()
|
H A D | hub.c | 5266 for (index = 0; index < udev->descriptor.bNumConfigurations; index++) { descriptors_changed() 5277 for (index = 0; index < udev->descriptor.bNumConfigurations; index++) { descriptors_changed()
|
/linux-4.4.14/drivers/media/usb/go7007/ |
H A D | go7007-loader.c | 56 if (usbdev->descriptor.bNumConfigurations != 1) { go7007_loader_probe()
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | ftdi_sio.h | 455 * 17 bNumConfigurations 1 0x01 Number of possible configurations
|
H A D | ti_usb_3410_5052.c | 300 dev->descriptor.bNumConfigurations, ti_startup() 319 if (dev->descriptor.bNumConfigurations == 1) { ti_startup()
|
/linux-4.4.14/sound/usb/line6/ |
H A D | driver.c | 527 if (usbdev->descriptor.bNumConfigurations != 1) line6_probe()
|
/linux-4.4.14/tools/usb/ |
H A D | testusb.c | 93 __u8 bNumConfigurations; member in struct:usb_device_descriptor
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | usb.c | 1334 if (usb->descriptor.bNumConfigurations != 1) { brcmf_usb_probe() 1336 usb->descriptor.bNumConfigurations); brcmf_usb_probe()
|
/linux-4.4.14/include/uapi/linux/usb/ |
H A D | ch9.h | 273 __u8 bNumConfigurations; member in struct:usb_device_descriptor 662 __u8 bNumConfigurations; member in struct:usb_qualifier_descriptor
|
/linux-4.4.14/drivers/usb/image/ |
H A D | mdc800.c | 452 if (dev->descriptor.bNumConfigurations != 1) mdc800_usb_probe()
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
H A D | cpia2_usb.c | 817 if (udev->descriptor.bNumConfigurations != 1) cpia2_usb_probe()
|
/linux-4.4.14/drivers/usb/misc/ |
H A D | usbtest.c | 828 if (!realworld || udev->descriptor.bNumConfigurations != 1) { ch9_postconfig() 939 for (i = 0; i < udev->descriptor.bNumConfigurations; i++) { ch9_postconfig() 978 unsigned max = d->bNumConfigurations; ch9_postconfig()
|
/linux-4.4.14/drivers/usb/gadget/ |
H A D | composite.c | 616 qual->bNumConfigurations = count_configs(cdev, USB_DT_DEVICE_QUALIFIER); device_qual() 1496 cdev->desc.bNumConfigurations = composite_setup()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | f_printer.c | 169 .bNumConfigurations = 1
|
H A D | f_uac2.c | 609 .bNumConfigurations = 1,
|
/linux-4.4.14/drivers/media/usb/pwc/ |
H A D | pwc-if.c | 994 if (udev->descriptor.bNumConfigurations > 1) usb_pwc_probe()
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
H A D | usbvision-video.c | 1505 if (dev->descriptor.bNumConfigurations > 1) usbvision_probe()
|
/linux-4.4.14/drivers/staging/emxx_udc/ |
H A D | emxx_udc.c | 1407 .bNumConfigurations = 0x01,
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | gspca.c | 2149 if (dev->descriptor.bNumConfigurations != 1) { gspca_dev_probe()
|
/linux-4.4.14/include/linux/ |
H A D | usb.h | 286 * available is stored in the device descriptor as bNumConfigurations.
|