Searched refs:bNumConfigurations (Results 1 – 25 of 30) sorted by relevance
12
/linux-2.4.37.9/include/linux/ |
D | usb_ch9.h | 171 __u8 bNumConfigurations; member 306 __u8 bNumConfigurations; member
|
D | usb.h | 250 __u8 bNumConfigurations; member
|
/linux-2.4.37.9/drivers/usb/ |
D | usb-debug.c | 57 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) in usb_show_device() 80 printk(" NumConfigurations = %d\n", desc->bNumConfigurations); in usb_show_device_descriptor()
|
D | usb.c | 1613 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) in usb_destroy_configuration() 1619 for (c = 0; c < dev->descriptor.bNumConfigurations; c++) { in usb_destroy_configuration() 2027 for (i=0; i<dev->descriptor.bNumConfigurations; i++) { in usb_set_configuration() 2072 if (dev->descriptor.bNumConfigurations > USB_MAXCONFIG) { in usb_get_configuration() 2077 if (dev->descriptor.bNumConfigurations < 1) { in usb_get_configuration() 2083 kmalloc(dev->descriptor.bNumConfigurations * in usb_get_configuration() 2089 memset(dev->config, 0, dev->descriptor.bNumConfigurations * in usb_get_configuration() 2093 dev->descriptor.bNumConfigurations, GFP_KERNEL); in usb_get_configuration() 2106 for (cfgno = 0; cfgno < dev->descriptor.bNumConfigurations; cfgno++) { in usb_get_configuration() 2160 dev->descriptor.bNumConfigurations = cfgno; in usb_get_configuration()
|
D | devices.c | 340 desc->bNumConfigurations); in usb_dump_device_descriptor() 404 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) { in usb_dump_desc()
|
D | dc2xx.c | 384 if (dev->descriptor.bNumConfigurations != 1 in camera_probe()
|
D | tiglusb.c | 343 if (dev->descriptor.bNumConfigurations != 1) in tiglusb_probe()
|
D | ultracam.c | 551 if (dev->descriptor.bNumConfigurations != 1) in ultracam_probe()
|
D | scanner.c | 927 if (dev->descriptor.bNumConfigurations != 1) { in probe_scanner()
|
D | acm.c | 516 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) { in acm_probe()
|
D | mdc800.c | 418 if (dev->descriptor.bNumConfigurations != 1) in mdc800_usb_probe()
|
D | dabusb.c | 734 if (usbdev->descriptor.bNumConfigurations != 1) in dabusb_probe()
|
D | brlvger.c | 300 if( dev->descriptor.bNumConfigurations != 1 in brlvger_probe()
|
D | usb-midi.c | 1811 for ( i=0 ; i < d->descriptor.bNumConfigurations ; i++ ) { in detect_yamaha_device() 1921 for ( i=0 ; i < d->descriptor.bNumConfigurations ; i++ ) { in detect_midi_subclass()
|
D | CDCEther.c | 1055 for ( conf_num = 0; conf_num < device->descriptor.bNumConfigurations; conf_num++ ) { in find_valid_configuration()
|
D | konicawc.c | 734 if (dev->descriptor.bNumConfigurations != 1) in konicawc_probe()
|
D | devio.c | 112 for (i = 0; nbytes && i < ps->dev->descriptor.bNumConfigurations; i++) { in usbdev_read()
|
D | se401.c | 1490 if (dev->descriptor.bNumConfigurations != 1) in se401_probe()
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | zero.c | 244 .bNumConfigurations = 2, 376 .bNumConfigurations = 2, 1184 device_desc.bNumConfigurations = 1; in zero_bind()
|
D | ether.c | 394 .bNumConfigurations = 1, 809 .bNumConfigurations = 1, 935 if (index >= device_desc.bNumConfigurations) in config_buf() 942 if (device_desc.bNumConfigurations == 2 && index == 0) { in config_buf() 2454 device_desc.bNumConfigurations = 2; in eth_bind() 2458 dev_qualifier.bNumConfigurations = 2; in eth_bind()
|
D | file_storage.c | 847 .bNumConfigurations = 1, 936 .bNumConfigurations = 1,
|
/linux-2.4.37.9/drivers/char/ |
D | au1000_usbraw.c | 118 bNumConfigurations:0x01 //num configurations
|
D | au1000_usbtty.c | 143 bNumConfigurations:0x01 //num configurations
|
/linux-2.4.37.9/drivers/media/video/ |
D | cpia_usb.c | 491 if (udev->descriptor.bNumConfigurations != 1) in cpia_probe()
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | usbdev.c | 1327 if (dev_desc->bNumConfigurations > 1 || in usbdev_init()
|
12