Searched refs:USB_DT_ENDPOINT (Results 1 - 20 of 20) sorted by relevance

/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) ||
204 (header.bDescriptorType == USB_DT_ENDPOINT) ||
344 if ((header.bDescriptorType == USB_DT_ENDPOINT) ||
H A Dusb.h48 #define USB_DT_ENDPOINT 0x05 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dau1000_usbraw.c125 bDescriptorType:USB_DT_ENDPOINT,
134 bDescriptorType:USB_DT_ENDPOINT,
143 bDescriptorType:USB_DT_ENDPOINT,
152 bDescriptorType:USB_DT_ENDPOINT,
H A Dau1000_usbtty.c150 bDescriptorType:USB_DT_ENDPOINT,
159 bDescriptorType:USB_DT_ENDPOINT,
168 bDescriptorType:USB_DT_ENDPOINT,
177 bDescriptorType:USB_DT_ENDPOINT,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb_ch9.h115 #define USB_DT_ENDPOINT 0x05 macro
246 /* USB_DT_ENDPOINT: Endpoint descriptor */
257 // use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof.
H A Dusb.h55 #define USB_DT_ENDPOINT 0x05 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb_ch9.h115 #define USB_DT_ENDPOINT 0x05 macro
234 /* USB_DT_ENDPOINT: Endpoint descriptor */
245 // use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof.
H A Dusb.h55 #define USB_DT_ENDPOINT 0x05 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb_ch9.h115 #define USB_DT_ENDPOINT 0x05 macro
246 /* USB_DT_ENDPOINT: Endpoint descriptor */
257 // use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof.
H A Dusb.h55 #define USB_DT_ENDPOINT 0x05 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb_ch9.h115 #define USB_DT_ENDPOINT 0x05 macro
246 /* USB_DT_ENDPOINT: Endpoint descriptor */
257 // use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof.
H A Dusb.h55 #define USB_DT_ENDPOINT 0x05 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dether.c536 .bDescriptorType = USB_DT_ENDPOINT,
603 .bDescriptorType = USB_DT_ENDPOINT,
613 .bDescriptorType = USB_DT_ENDPOINT,
650 .bDescriptorType = USB_DT_ENDPOINT,
662 .bDescriptorType = USB_DT_ENDPOINT,
673 .bDescriptorType = USB_DT_ENDPOINT,
H A Dzero.c373 .bDescriptorType = USB_DT_ENDPOINT,
383 .bDescriptorType = USB_DT_ENDPOINT,
418 .bDescriptorType = USB_DT_ENDPOINT,
427 .bDescriptorType = USB_DT_ENDPOINT,
H A Dfile_storage.c1032 .bDescriptorType = USB_DT_ENDPOINT,
1042 .bDescriptorType = USB_DT_ENDPOINT,
1052 .bDescriptorType = USB_DT_ENDPOINT,
1073 .bDescriptorType = USB_DT_ENDPOINT,
1083 .bDescriptorType = USB_DT_ENDPOINT,
1094 .bDescriptorType = USB_DT_ENDPOINT,
H A Dgoku_udc.c109 || desc->bDescriptorType != USB_DT_ENDPOINT)
H A Dnet2280.c153 || desc->bDescriptorType != USB_DT_ENDPOINT)
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusb.h48 #define USB_DT_ENDPOINT 0x05 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusb.c1303 if (header->bDescriptorType != USB_DT_ENDPOINT) {
1305 endpoint->bDescriptorType, USB_DT_ENDPOINT);
1333 if ((header->bDescriptorType == USB_DT_ENDPOINT) ||
1440 (header->bDescriptorType == USB_DT_ENDPOINT) ||
1573 if ((header->bDescriptorType == USB_DT_ENDPOINT) ||
H A Dusb-midi.c1404 for (p1 = find_descriptor(buffer, bufSize, NULL, USB_DT_ENDPOINT,
1406 next = find_descriptor(buffer, bufSize, p1, USB_DT_ENDPOINT,
1447 for (p1 = find_descriptor(buffer, bufSize, NULL, USB_DT_ENDPOINT,
1449 next = find_descriptor(buffer, bufSize, p1, USB_DT_ENDPOINT,

Completed in 304 milliseconds