Home
last modified time | relevance | path

Searched refs:USB_DT_CONFIG (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/drivers/usb/gadget/
Dconfig.c110 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
Dzero.c250 .bDescriptorType = USB_DT_CONFIG,
263 .bDescriptorType = USB_DT_CONFIG,
958 case USB_DT_CONFIG: in zero_setup()
Dether.c408 .bDescriptorType = USB_DT_CONFIG,
422 .bDescriptorType = USB_DT_CONFIG,
1476 case USB_DT_CONFIG: in eth_setup()
Dfile_storage.c853 .bDescriptorType = USB_DT_CONFIG,
1350 case USB_DT_CONFIG: in standard_setup_req()
/linux-2.4.37.9/include/linux/
Dusb_ch9.h127 #define USB_DT_CONFIG 0x02 macro
Dusb.h52 #define USB_DT_CONFIG 0x02 macro
/linux-2.4.37.9/drivers/usb/
Dusb-midi.c1827 ret = usb_get_descriptor( d, USB_DT_CONFIG, i, buf, USB_DT_CONFIG_SIZE ); in detect_yamaha_device()
1832 if ( buf[1] != USB_DT_CONFIG || buf[0] < USB_DT_CONFIG_SIZE ) { in detect_yamaha_device()
1842 ret = usb_get_descriptor( d, USB_DT_CONFIG, i, buffer, bufSize ); in detect_yamaha_device()
1947 ret = usb_get_descriptor( d, USB_DT_CONFIG, i, buf, USB_DT_CONFIG_SIZE ); in detect_midi_subclass()
1952 if ( buf[1] != USB_DT_CONFIG || buf[0] < USB_DT_CONFIG_SIZE ) { in detect_midi_subclass()
1962 ret = usb_get_descriptor( d, USB_DT_CONFIG, i, buffer, bufSize ); in detect_midi_subclass()
Dusb.c1322 (header->bDescriptorType == USB_DT_CONFIG) || in usb_parse_endpoint()
1428 (header->bDescriptorType == USB_DT_CONFIG) || in usb_parse_interface()
1463 ((header->bDescriptorType == USB_DT_CONFIG) || in usb_parse_interface()
1562 (header->bDescriptorType == USB_DT_CONFIG) || in usb_parse_configuration()
2109 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 8); in usb_get_configuration()
2131 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, bigbuffer, length); in usb_get_configuration()
Dhcd.c369 case USB_DT_CONFIG << 8: in rh_call_control()
Daudio.c3969 ret = usb_get_descriptor(dev, USB_DT_CONFIG, i, buf, 8); in usb_audio_probe()
3974 if (buf[1] != USB_DT_CONFIG || buf[0] < 9) { in usb_audio_probe()
3981 ret = usb_get_descriptor(dev, USB_DT_CONFIG, i, buffer, buflen); in usb_audio_probe()
/linux-2.4.37.9/drivers/char/
Dau1000_usbraw.c174 bDescriptorType:USB_DT_CONFIG,
Dau1000_usbtty.c199 bDescriptorType:USB_DT_CONFIG,
/linux-2.4.37.9/arch/mips/au1000/common/
Dusbdev.c759 case USB_DT_CONFIG: in do_get_descriptor()
/linux-2.4.37.9/drivers/usb/host/
Dsl811.c530 case USB_DT_CONFIG: in sl811_rh_submit_urb()