Searched refs:USB_DT_CONFIG (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/drivers/usb/gadget/ |
D | config.c | 110 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
|
D | zero.c | 250 .bDescriptorType = USB_DT_CONFIG, 263 .bDescriptorType = USB_DT_CONFIG, 958 case USB_DT_CONFIG: in zero_setup()
|
D | ether.c | 408 .bDescriptorType = USB_DT_CONFIG, 422 .bDescriptorType = USB_DT_CONFIG, 1476 case USB_DT_CONFIG: in eth_setup()
|
D | file_storage.c | 853 .bDescriptorType = USB_DT_CONFIG, 1350 case USB_DT_CONFIG: in standard_setup_req()
|
/linux-2.4.37.9/include/linux/ |
D | usb_ch9.h | 127 #define USB_DT_CONFIG 0x02 macro
|
D | usb.h | 52 #define USB_DT_CONFIG 0x02 macro
|
/linux-2.4.37.9/drivers/usb/ |
D | usb-midi.c | 1827 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()
|
D | usb.c | 1322 (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()
|
D | hcd.c | 369 case USB_DT_CONFIG << 8: in rh_call_control()
|
D | audio.c | 3969 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/ |
D | au1000_usbraw.c | 174 bDescriptorType:USB_DT_CONFIG,
|
D | au1000_usbtty.c | 199 bDescriptorType:USB_DT_CONFIG,
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | usbdev.c | 759 case USB_DT_CONFIG: in do_get_descriptor()
|
/linux-2.4.37.9/drivers/usb/host/ |
D | sl811.c | 530 case USB_DT_CONFIG: in sl811_rh_submit_urb()
|