Searched refs:bDescriptorType (Results 1 - 25 of 39) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb_ch9.h134 __u8 bDescriptorType; member in struct:usb_descriptor_header
143 __u8 bDescriptorType; member in struct:usb_device_descriptor
195 __u8 bDescriptorType; member in struct:usb_config_descriptor
217 __u8 bDescriptorType; member in struct:usb_string_descriptor
231 __u8 bDescriptorType; member in struct:usb_interface_descriptor
249 __u8 bDescriptorType; member in struct:usb_endpoint_descriptor
284 __u8 bDescriptorType; member in struct:usb_qualifier_descriptor
301 __u8 bDescriptorType; member in struct:usb_otg_descriptor
315 __u8 bDescriptorType; member in struct:usb_interface_assoc_descriptor
H A Dusb.h232 __u8 bDescriptorType; member in struct:usb_descriptor_header
238 __u8 bDescriptorType; member in struct:usb_device_descriptor
256 __u8 bDescriptorType __attribute__ ((packed)); member in struct:usb_endpoint_descriptor
271 __u8 bDescriptorType __attribute__ ((packed)); member in struct:usb_interface_descriptor
300 __u8 bDescriptorType __attribute__ ((packed)); member in struct:usb_config_descriptor
317 __u8 bDescriptorType; member in struct:usb_string_descriptor
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb_ch9.h134 __u8 bDescriptorType; member in struct:usb_descriptor_header
143 __u8 bDescriptorType; member in struct:usb_device_descriptor
195 __u8 bDescriptorType; member in struct:usb_config_descriptor
217 __u8 bDescriptorType; member in struct:usb_string_descriptor
231 __u8 bDescriptorType; member in struct:usb_interface_descriptor
249 __u8 bDescriptorType; member in struct:usb_endpoint_descriptor
284 __u8 bDescriptorType; member in struct:usb_qualifier_descriptor
301 __u8 bDescriptorType; member in struct:usb_otg_descriptor
315 __u8 bDescriptorType; member in struct:usb_interface_assoc_descriptor
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb_ch9.h134 __u8 bDescriptorType; member in struct:usb_descriptor_header
143 __u8 bDescriptorType; member in struct:usb_device_descriptor
195 __u8 bDescriptorType; member in struct:usb_config_descriptor
217 __u8 bDescriptorType; member in struct:usb_string_descriptor
231 __u8 bDescriptorType; member in struct:usb_interface_descriptor
249 __u8 bDescriptorType; member in struct:usb_endpoint_descriptor
284 __u8 bDescriptorType; member in struct:usb_qualifier_descriptor
301 __u8 bDescriptorType; member in struct:usb_otg_descriptor
315 __u8 bDescriptorType; member in struct:usb_interface_assoc_descriptor
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusb100.h142 UCHAR bDescriptorType; member in struct:_USB_DEVICE_DESCRIPTOR
159 UCHAR bDescriptorType; member in struct:_USB_ENDPOINT_DESCRIPTOR
168 UCHAR bDescriptorType; member in struct:_USB_CONFIGURATION_DESCRIPTOR
179 UCHAR bDescriptorType; member in struct:_USB_INTERFACE_DESCRIPTOR
191 UCHAR bDescriptorType; member in struct:_USB_STRING_DESCRIPTOR
197 UCHAR bDescriptorType; member in struct:_USB_COMMON_DESCRIPTOR
209 UCHAR bDescriptorType; // Hub configuration type member in struct:_USB_HUB_DESCRIPTOR
240 UCHAR bDescriptorType; member in struct:_USB_CONFIGURATION_POWER_DESCRIPTOR
257 UCHAR bDescriptorType; member in struct:_USB_INTERFACE_POWER_DESCRIPTOR
H A Dusb.h68 u_int8_t bDescriptorType; member in struct:usb_descriptor_header
74 u_int8_t bDescriptorType; member in struct:usb_string_descriptor
81 u_int8_t bDescriptorType; member in struct:usb_hid_descriptor
94 u_int8_t bDescriptorType; member in struct:usb_endpoint_descriptor
119 u_int8_t bDescriptorType; member in struct:usb_interface_descriptor
145 u_int8_t bDescriptorType; member in struct:usb_config_descriptor
162 u_int8_t bDescriptorType; member in struct:usb_device_descriptor
H A Dtestusb.c31 PDEBUG(" bDescriptorType: %d\n", endpoint->bDescriptorType);
54 PDEBUG(" bDescriptorType: %d\n", interface->bDescriptorType);
86 PDEBUG(" bDescriptorType: %d\n", config->bDescriptorType);
216 PDEBUG("%.*s - DescriptorType : %02x\n", level * 2, " ", dev->descriptor.bDescriptorType);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb_ch9.h123 __u8 bDescriptorType; member in struct:usb_descriptor_header
132 __u8 bDescriptorType; member in struct:usb_device_descriptor
183 __u8 bDescriptorType; member in struct:usb_config_descriptor
205 __u8 bDescriptorType; member in struct:usb_string_descriptor
219 __u8 bDescriptorType; member in struct:usb_interface_descriptor
237 __u8 bDescriptorType; member in struct:usb_endpoint_descriptor
272 __u8 bDescriptorType; member in struct:usb_qualifier_descriptor
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Ddescriptors.c90 if (header.bDescriptorType != USB_DT_ENDPOINT) {
93 header.bDescriptorType, USB_DT_ENDPOINT);
120 if ((header.bDescriptorType == USB_DT_ENDPOINT) ||
121 (header.bDescriptorType == USB_DT_INTERFACE) ||
122 (header.bDescriptorType == USB_DT_CONFIG) ||
123 (header.bDescriptorType == USB_DT_DEVICE))
127 fprintf(stderr, "skipping descriptor 0x%X\n", header.bDescriptorType);
203 if ((header.bDescriptorType == USB_DT_INTERFACE) ||
204 (header.bDescriptorType == USB_DT_ENDPOINT) ||
205 (header.bDescriptorType
[all...]
H A Dusb.h68 u_int8_t bDescriptorType; member in struct:usb_descriptor_header
74 u_int8_t bDescriptorType; member in struct:usb_string_descriptor
81 u_int8_t bDescriptorType; member in struct:usb_hid_descriptor
94 u_int8_t bDescriptorType; member in struct:usb_endpoint_descriptor
119 u_int8_t bDescriptorType; member in struct:usb_interface_descriptor
145 u_int8_t bDescriptorType; member in struct:usb_config_descriptor
162 u_int8_t bDescriptorType; member in struct:usb_device_descriptor
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/usb/
H A Dusbchap9.h178 uint8_t bDescriptorType; member in struct:usb_device_descr_s
195 uint8_t bDescriptorType; member in struct:usb_endpoint_descr_s
213 uint8_t bDescriptorType; member in struct:usb_config_descr_s
226 uint8_t bDescriptorType; member in struct:usb_interface_descr_s
238 uint8_t bDescriptorType; member in struct:usb_string_descr_s
257 uint8_t bDescriptorType; member in struct:usb_power_descr_s
272 uint8_t bDescriptorType; member in struct:usb_common_descr_s
289 uint8_t bDescriptorType; /* Hub configuration type */ member in struct:usb_hub_descr_s
381 uint8_t bDescriptorType; member in struct:usb_hid_descr_s
H A Dusbdebug.c102 printf("bDescriptorType = %d\n",epdscr->bDescriptorType);
145 switch (cfgdscr->bDescriptorType) {
151 printf("bDescriptorType = %d\n",devdscr->bDescriptorType);
183 printf("bDescriptorType = %d\n",cfgdscr->bDescriptorType);
201 printf("bDescriptorType = %d\n",ifdscr->bDescriptorType);
220 printf("bDescriptorType
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dau1000_usbraw.c106 bDescriptorType:USB_DT_DEVICE,
125 bDescriptorType:USB_DT_ENDPOINT,
134 bDescriptorType:USB_DT_ENDPOINT,
143 bDescriptorType:USB_DT_ENDPOINT,
152 bDescriptorType:USB_DT_ENDPOINT,
162 bDescriptorType:USB_DT_INTERFACE,
174 bDescriptorType:USB_DT_CONFIG,
186 bDescriptorType:USB_DT_STRING,
528 desc->bDescriptorType = USB_DT_STRING;
H A Dau1000_usbtty.c131 bDescriptorType:USB_DT_DEVICE,
150 bDescriptorType:USB_DT_ENDPOINT,
159 bDescriptorType:USB_DT_ENDPOINT,
168 bDescriptorType:USB_DT_ENDPOINT,
177 bDescriptorType:USB_DT_ENDPOINT,
187 bDescriptorType:USB_DT_INTERFACE,
199 bDescriptorType:USB_DT_CONFIG,
211 bDescriptorType:USB_DT_STRING,
705 desc->bDescriptorType = USB_DT_STRING;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusb-debug.c73 printk(" DescriptorType = %02x\n", desc->bDescriptorType);
121 printk(" bDescriptorType = %02x\n", desc->bDescriptorType);
135 printk(" bDescriptorType = %02x\n", desc->bDescriptorType);
154 printk(" bDescriptorType = %02x\n", desc->bDescriptorType);
H A Dhub.h111 __u8 bDescriptorType; member in struct:usb_hub_descriptor
H A Dusb.c1303 if (header->bDescriptorType != USB_DT_ENDPOINT) {
1305 endpoint->bDescriptorType, USB_DT_ENDPOINT);
1333 if ((header->bDescriptorType == USB_DT_ENDPOINT) ||
1334 (header->bDescriptorType == USB_DT_INTERFACE) ||
1335 (header->bDescriptorType == USB_DT_CONFIG) ||
1336 (header->bDescriptorType == USB_DT_DEVICE))
1340 header->bDescriptorType);
1439 if ((header->bDescriptorType == USB_DT_INTERFACE) ||
1440 (header->bDescriptorType == USB_DT_ENDPOINT) ||
1441 (header->bDescriptorType
[all...]
H A DCDCEther.c599 int bDescriptorType,
634 int bDescriptorType,
681 int bDescriptorType,
727 int bDescriptorType,
734 if (bDescriptorType != CS_INTERFACE) {
735 err( "Invalid bDescriptorType found." );
743 bDescriptorType,
751 bDescriptorType,
759 bDescriptorType,
779 int bDescriptorType; local
598 parse_header_functional_descriptor( int *bFunctionLength, int bDescriptorType, int bDescriptorSubtype, unsigned char *data, ether_dev_t *ether_dev, int *requirements ) argument
633 parse_union_functional_descriptor( int *bFunctionLength, int bDescriptorType, int bDescriptorSubtype, unsigned char *data, ether_dev_t *ether_dev, int *requirements ) argument
680 parse_ethernet_functional_descriptor( int *bFunctionLength, int bDescriptorType, int bDescriptorSubtype, unsigned char *data, ether_dev_t *ether_dev, int *requirements ) argument
726 parse_protocol_unit_functional_descriptor( int *bFunctionLength, int bDescriptorType, int bDescriptorSubtype, unsigned char *data, ether_dev_t *ether_dev, int *requirements ) argument
[all...]
H A Dhid.h357 __u8 bDescriptorType; member in struct:hid_class_descriptor
363 __u8 bDescriptorType; member in struct:hid_descriptor
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dconfig.c82 * resulting bDescriptorType value if USB_DT_OTHER_SPEED_CONFIG is needed.
110 cp->bDescriptorType = USB_DT_CONFIG;
H A Dether.c397 .bDescriptorType = USB_DT_DEVICE,
416 .bDescriptorType = USB_DT_CONFIG,
444 .bDescriptorType = USB_DT_INTERFACE,
461 u8 bDescriptorType; member in struct:header_desc
469 .bDescriptorType = 0x24,
478 u8 bDescriptorType; member in struct:union_desc
488 .bDescriptorType = 0x24,
498 u8 bDescriptorType; member in struct:ether_desc
510 .bDescriptorType = 0x24,
536 .bDescriptorType
[all...]
H A Dzero.c306 .bDescriptorType = USB_DT_DEVICE,
323 .bDescriptorType = USB_DT_CONFIG,
336 .bDescriptorType = USB_DT_CONFIG,
351 .bDescriptorType = USB_DT_INTERFACE,
361 .bDescriptorType = USB_DT_INTERFACE,
373 .bDescriptorType = USB_DT_ENDPOINT,
383 .bDescriptorType = USB_DT_ENDPOINT,
418 .bDescriptorType = USB_DT_ENDPOINT,
427 .bDescriptorType = USB_DT_ENDPOINT,
436 .bDescriptorType
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirda-usb.h111 __u8 bDescriptorType; member in struct:irda_class_desc
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirda-usb.h111 __u8 bDescriptorType; member in struct:irda_class_desc
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dir-usb.c93 u8 bDescriptorType; member in struct:irda_class_desc
153 dbg("bDescriptorType=%x", desc->bDescriptorType);
199 if (desc->bDescriptorType != USB_DT_IRDA) {

Completed in 311 milliseconds

12