/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
usb_ch9.h | 159 __u8 bmAttributes; 197 __u8 bmAttributes; 235 __u8 bmAttributes; 312 __u8 bmAttributes;
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
usb_ch9.h | 159 __u8 bmAttributes; 197 __u8 bmAttributes; 235 __u8 bmAttributes; 312 __u8 bmAttributes;
|
/external/libusb-compat/examples/ |
testlibusb.c | 16 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes); 55 printf(" bmAttributes: %02xh\n", config->bmAttributes);
|
/system/core/toolbox/ |
lsusb.c | 70 printf("\tbmAttributes: %02x\n", desc->bmAttributes); 94 printf("\tbmAttributes: %02x\n", desc->bmAttributes);
|
/external/kernel-headers/original/linux/usb/ |
functionfs.h | 25 __u8 bmAttributes;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/ |
ch9.h | 266 __u8 bmAttributes; 272 /* from config descriptor bmAttributes */ 318 __u8 bmAttributes; 338 #define USB_ENDPOINT_XFERTYPE_MASK 0x03 /* in bmAttributes */ 370 __u8 bmAttributes; /* support for HNP, SRP, etc */ 373 /* from usb_otg_descriptor.bmAttributes */ 476 __u8 bmAttributes;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/ |
ch9.h | 266 __u8 bmAttributes; 272 /* from config descriptor bmAttributes */ 318 __u8 bmAttributes; 338 #define USB_ENDPOINT_XFERTYPE_MASK 0x03 /* in bmAttributes */ 370 __u8 bmAttributes; /* support for HNP, SRP, etc */ 373 /* from usb_otg_descriptor.bmAttributes */ 476 __u8 bmAttributes;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/ |
ch9.h | 266 __u8 bmAttributes; 272 /* from config descriptor bmAttributes */ 318 __u8 bmAttributes; 338 #define USB_ENDPOINT_XFERTYPE_MASK 0x03 /* in bmAttributes */ 370 __u8 bmAttributes; /* support for HNP, SRP, etc */ 373 /* from usb_otg_descriptor.bmAttributes */ 476 __u8 bmAttributes;
|
/system/core/fastbootd/ |
usb_linux_client.c | 102 .bmAttributes = USB_ENDPOINT_XFER_BULK, 109 .bmAttributes = USB_ENDPOINT_XFER_BULK, 128 .bmAttributes = USB_ENDPOINT_XFER_BULK, 135 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
/system/core/adb/ |
usb_linux_client.c | 87 .bmAttributes = USB_ENDPOINT_XFER_BULK, 94 .bmAttributes = USB_ENDPOINT_XFER_BULK, 113 .bmAttributes = USB_ENDPOINT_XFER_BULK, 120 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
usb_libusb.c | 270 if (edesc->bmAttributes != LIBUSB_TRANSFER_TYPE_BULK) { 272 edesc->bmAttributes, LIBUSB_TRANSFER_TYPE_BULK);
|
usb_linux.c | 253 if (ep1->bmAttributes != USB_ENDPOINT_XFER_BULK || 254 ep2->bmAttributes != USB_ENDPOINT_XFER_BULK) {
|
/external/libusb-compat/libusb/ |
usb.h | 110 u_int8_t bmAttributes; 123 #define USB_ENDPOINT_TYPE_MASK 0x03 /* in bmAttributes */ 164 u_int8_t bmAttributes;
|
/frameworks/base/core/jni/ |
android_hardware_UsbRequest.cpp | 58 desc.bmAttributes = ep_attributes;
|
/external/chromium_org/third_party/libusb/src/libusb/ |
libusb.h | 332 #define LIBUSB_TRANSFER_TYPE_MASK 0x03 /* in bmAttributes */ 336 * \ref libusb_endpoint_descriptor::bmAttributes "endpoint attributes" field. 440 * \ref libusb_endpoint_descriptor::bmAttributes "bmAttributes" field in 461 * \ref libusb_endpoint_descriptor::bmAttributes "bmAttributes" field in 556 uint8_t bmAttributes; 668 uint8_t bmAttributes; 712 uint8_t bmAttributes; 797 uint32_t bmAttributes; [all...] |
/system/core/libusbhost/ |
usbhost.c | 612 if ((ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_BULK) 614 else if ((ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT) 617 D("Unsupported endpoint type %d", ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK);
|
/external/libusb/libusb/ |
libusb.h | 162 #define LIBUSB_TRANSFER_TYPE_MASK 0x03 /* in bmAttributes */ 166 * \ref libusb_endpoint_descriptor::bmAttributes "endpoint attributes" field. 263 * \ref libusb_endpoint_descriptor::bmAttributes "bmAttributes" field in 284 * \ref libusb_endpoint_descriptor::bmAttributes "bmAttributes" field in 379 uint8_t bmAttributes; 491 uint8_t bmAttributes; [all...] |
core.c | 785 ep_type = ep->bmAttributes & 0x3; [all...] |
/device/google/accessory/arduino/AndroidAccessory/ |
AndroidAccessory.cpp | 170 ep->Attr = epDesc->bmAttributes;
|
/frameworks/base/services/jni/ |
com_android_server_UsbHostManager.cpp | 94 endpointValues.add(endpoint->bmAttributes);
|
/development/host/windows/usb/adb_winapi_test/ |
adb_winapi_test.cpp | 231 printf("\n bmAttributes = %u", config_desc.bmAttributes);
|
/system/core/fastboot/ |
usb_linux.c | 220 if((ept->bmAttributes & 0x03) != 0x02)
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
windows_usb.h | 450 UCHAR bmAttributes; 472 UCHAR bmAttributes;
|
/frameworks/av/media/mtp/ |
MtpDevice.cpp | 141 if (ep->bmAttributes == USB_ENDPOINT_XFER_BULK) { 146 } else if (ep->bmAttributes == USB_ENDPOINT_XFER_INT &&
|
/external/libmtp/src/ |
libusb-glue.c | [all...] |