Searched refs:USB_DT_CONFIG (Results 1 - 24 of 24) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dconfig.c110 cp->bDescriptorType = USB_DT_CONFIG;
H A Dzero.c323 .bDescriptorType = USB_DT_CONFIG,
336 .bDescriptorType = USB_DT_CONFIG,
1017 case USB_DT_CONFIG:
H A Dether.c416 .bDescriptorType = USB_DT_CONFIG,
1166 case USB_DT_CONFIG:
H A Dfile_storage.c1004 .bDescriptorType = USB_DT_CONFIG,
1507 case USB_DT_CONFIG:
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Ddescriptors.c122 (header.bDescriptorType == USB_DT_CONFIG) ||
205 (header.bDescriptorType == USB_DT_CONFIG) ||
240 ((header.bDescriptorType == USB_DT_CONFIG) ||
346 (header.bDescriptorType == USB_DT_CONFIG) ||
468 res = usb_get_descriptor(udev, USB_DT_CONFIG, i, buffer, 8);
489 res = usb_get_descriptor(udev, USB_DT_CONFIG, i, bigbuffer, config.wTotalLength);
H A Dusb.h45 #define USB_DT_CONFIG 0x02 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb_ch9.h112 #define USB_DT_CONFIG 0x02 macro
185 /* USB_DT_CONFIG: Configuration descriptor information.
H A Dusb.h52 #define USB_DT_CONFIG 0x02 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb_ch9.h112 #define USB_DT_CONFIG 0x02 macro
173 /* USB_DT_CONFIG: Configuration descriptor information.
H A Dusb.h52 #define USB_DT_CONFIG 0x02 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb_ch9.h112 #define USB_DT_CONFIG 0x02 macro
185 /* USB_DT_CONFIG: Configuration descriptor information.
H A Dusb.h52 #define USB_DT_CONFIG 0x02 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb_ch9.h112 #define USB_DT_CONFIG 0x02 macro
185 /* USB_DT_CONFIG: Configuration descriptor information.
H A Dusb.h52 #define USB_DT_CONFIG 0x02 macro
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusb.h45 #define USB_DT_CONFIG 0x02 macro
H A Dusbsock.c243 ret = usb_get_descriptor(udev, USB_DT_CONFIG, purb->UrbControlDescriptorRequest.Index,
1113 ret = usb_get_descriptor(udev, USB_DT_CONFIG, purb->UrbControlDescriptorRequest.Index,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusb-midi.c1827 ret = usb_get_descriptor( d, USB_DT_CONFIG, i, buf, USB_DT_CONFIG_SIZE );
1832 if ( buf[1] != USB_DT_CONFIG || buf[0] < USB_DT_CONFIG_SIZE ) {
1842 ret = usb_get_descriptor( d, USB_DT_CONFIG, i, buffer, bufSize );
1947 ret = usb_get_descriptor( d, USB_DT_CONFIG, i, buf, USB_DT_CONFIG_SIZE );
1952 if ( buf[1] != USB_DT_CONFIG || buf[0] < USB_DT_CONFIG_SIZE ) {
1962 ret = usb_get_descriptor( d, USB_DT_CONFIG, i, buffer, bufSize );
H A Dusb.c1335 (header->bDescriptorType == USB_DT_CONFIG) ||
1441 (header->bDescriptorType == USB_DT_CONFIG) ||
1476 ((header->bDescriptorType == USB_DT_CONFIG) ||
1575 (header->bDescriptorType == USB_DT_CONFIG) ||
2124 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 8);
2146 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, bigbuffer, length);
H A Dhcd.c369 case USB_DT_CONFIG << 8:
H A Daudio.c3964 ret = usb_get_descriptor(dev, USB_DT_CONFIG, i, buf, 8);
3969 if (buf[1] != USB_DT_CONFIG || buf[0] < 9) {
3976 ret = usb_get_descriptor(dev, USB_DT_CONFIG, i, buffer, buflen);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dau1000_usbraw.c174 bDescriptorType:USB_DT_CONFIG,
H A Dau1000_usbtty.c199 bDescriptorType:USB_DT_CONFIG,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dusbdev.c712 case USB_DT_CONFIG:
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dsl811.c530 case USB_DT_CONFIG:

Completed in 280 milliseconds