HomeSort by relevance Sort by last modified time
    Searched refs:bmAttributes (Results 1 - 25 of 41) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch9.h 314 __u8 bmAttributes;
320 /* from config descriptor bmAttributes */
366 __u8 bmAttributes;
386 #define USB_ENDPOINT_XFERTYPE_MASK 0x03 /* in bmAttributes */
426 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
461 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
474 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
488 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
502 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
603 __u8 bmAttributes;
    [all...]
functionfs.h 24 __u8 bmAttributes;
  /frameworks/av/media/mtp/
MtpDescriptors.cpp 49 .bmAttributes = USB_ENDPOINT_XFER_BULK,
57 .bmAttributes = USB_ENDPOINT_XFER_BULK,
65 .bmAttributes = USB_ENDPOINT_XFER_INT,
74 .bmAttributes = USB_ENDPOINT_XFER_BULK,
82 .bmAttributes = USB_ENDPOINT_XFER_BULK,
90 .bmAttributes = USB_ENDPOINT_XFER_BULK,
98 .bmAttributes = USB_ENDPOINT_XFER_BULK,
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 353 __u8 bmAttributes;
359 /* from config descriptor bmAttributes */
405 __u8 bmAttributes;
425 #define USB_ENDPOINT_XFERTYPE_MASK 0x03 /* in bmAttributes */
438 /* The USB 3.0 spec redefines bits 5:4 of bmAttributes as interrupt ep type. */
476 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
511 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
524 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
538 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
552 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) =
    [all...]
functionfs.h 35 __u8 bmAttributes;
  /external/libusb/libusb/os/
windows_nt_common.h 41 UCHAR bmAttributes;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
UsbDeviceModeLib.h 33 UINT8 bmAttributes;
43 UINT8 bmAttributes;
  /external/libusb/examples/
testlibusb.c 30 printf(" bmAttributes: 0x%02x\n", ep_comp->bmAttributes);
40 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes);
85 printf(" bmAttributes: 0x%x\n", usb_2_0_ext_cap->bmAttributes);
92 printf(" bmAttributes: 0x%x\n", ss_usb_cap->bmAttributes);
157 printf(" bmAttributes: %02xh\n", config->bmAttributes);
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
ch9.h 156 byte bmAttributes; // Configuration characteristics.
180 byte bmAttributes; // Endpoint transfer type.
  /bionic/libc/kernel/uapi/linux/usb/
ch9.h 190 __u8 bmAttributes;
219 __u8 bmAttributes;
262 __u8 bmAttributes;
282 __u8 bmAttributes;
287 __u8 bmAttributes;
352 __u8 bmAttributes;
378 __le32 bmAttributes;
392 __u8 bmAttributes;
419 __le32 bmAttributes;
444 __le32 bmAttributes;
    [all...]
functionfs.h 43 __u8 bmAttributes;
audio.h 285 __u8 bmAttributes;
  /external/libusb-compat/examples/
testlibusb.c 16 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes);
55 printf(" bmAttributes: %02xh\n", config->bmAttributes);
  /system/core/adb/daemon/
usb.cpp 115 .bmAttributes = USB_ENDPOINT_XFER_BULK,
122 .bmAttributes = USB_ENDPOINT_XFER_BULK,
142 .bmAttributes = USB_ENDPOINT_XFER_BULK,
149 .bmAttributes = USB_ENDPOINT_XFER_BULK,
169 .bmAttributes = USB_ENDPOINT_XFER_BULK,
181 .bmAttributes = USB_ENDPOINT_XFER_BULK,
  /external/autotest/client/cros/cellular/mbim_compliance/
usb_descriptors.py 220 ('B', 'bmAttributes'),
244 ('B', 'bmAttributes'),
320 ('B', 'bmAttributes'),
479 endpoint.bmAttributes == 0x02):
483 endpoint.bmAttributes == 0x02):
usb_descriptors_unittest.py 187 self.assertEquals(0xA0, descriptor.bmAttributes)
284 self.assertEquals(0x03, descriptor.bmAttributes)
328 self.assertEquals(0x02, descriptor.bmAttributes)
340 self.assertEquals(0x02, descriptor.bmAttributes)
  /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;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.h 401 UINT8 bmAttributes;
440 UINT8 bmAttributes;
455 UINT8 bmAttributes;
473 UINT32 bmAttributes;
482 UINT8 bmAttributes;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbspec.h 235 } bmAttributes;
244 UCHAR bmAttributes;
288 UCHAR bmAttributes;
325 UCHAR bmAttributes;
406 } bmAttributes;
  /external/libusb/libusb/
libusb.h 326 #define LIBUSB_TRANSFER_TYPE_MASK 0x03 /* in bmAttributes */
330 * \ref libusb_endpoint_descriptor::bmAttributes "endpoint attributes" field.
437 * \ref libusb_endpoint_descriptor::bmAttributes "bmAttributes" field in
458 * \ref libusb_endpoint_descriptor::bmAttributes "bmAttributes" field in
553 uint8_t bmAttributes;
665 uint8_t bmAttributes;
710 uint8_t bmAttributes;
795 uint32_t bmAttributes;
    [all...]
  /system/core/libusbhost/
usbhost.c 694 if ((ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_BULK)
696 else if ((ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT)
699 D("Unsupported endpoint type %d", ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK);
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 170 ep->Attr = epDesc->bmAttributes;
  /external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/
cellular_MbimComplianceDES02.py 265 interrupt_endpoint_descriptor.bmAttributes == 0x03):
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 58 desc.bmAttributes = ep_attributes;
  /system/core/adb/client/
usb_linux.cpp 250 if (ep1->bmAttributes != USB_ENDPOINT_XFER_BULK ||
251 ep2->bmAttributes != USB_ENDPOINT_XFER_BULK) {

Completed in 782 milliseconds

1 2