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

1 2 3

  /external/u-boot/include/linux/usb/
ch9.h 319 __u8 bmAttributes;
325 /* from config descriptor bmAttributes */
371 __u8 bmAttributes;
414 #define USB_ENDPOINT_XFERTYPE_MASK 0x03 /* in bmAttributes */
427 /* The USB 3.0 spec redefines bits 5:4 of bmAttributes as interrupt ep type. */
465 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
500 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
513 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
527 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) ==
541 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) =
    [all...]
composite.h 169 * @bmAttributes: Copied into configuration descriptor.
216 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/u-boot/drivers/usb/gadget/
storage_common.c 392 .bmAttributes = USB_OTG_SRP,
421 .bmAttributes = USB_ENDPOINT_XFER_BULK,
431 .bmAttributes = USB_ENDPOINT_XFER_BULK,
443 .bmAttributes = USB_ENDPOINT_XFER_INT,
483 .bmAttributes = USB_ENDPOINT_XFER_BULK,
493 .bmAttributes = USB_ENDPOINT_XFER_BULK,
506 .bmAttributes = USB_ENDPOINT_XFER_INT,
config.c 105 cp->bmAttributes |= USB_CONFIG_ATT_ONE;
dwc2_udc_otg_priv.h 65 u8 bmAttributes;
f_dfu.h 78 __u8 bmAttributes;
pxa25x_udc.h 58 u8 bmAttributes;
pxa25x_udc.c 311 if (ep->bmAttributes != desc->bmAttributes
312 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK
313 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) {
319 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK
657 if (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC) {
755 if (unlikely(ep->bmAttributes == USB_ENDPOINT_XFER_ISOC
895 || ep->bmAttributes == USB_ENDPOINT_XFER_ISOC) {
983 | (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC
    [all...]
dwc2_udc_otg.c 562 if (ep->bmAttributes != desc->bmAttributes
563 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK
564 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) {
571 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK &&
755 .bmAttributes = 0,
770 .bmAttributes = USB_ENDPOINT_XFER_BULK,
785 .bmAttributes = USB_ENDPOINT_XFER_BULK,
800 .bmAttributes = USB_ENDPOINT_XFER_INT,
epautoconf.c 61 type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
223 type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
f_fastboot.c 57 .bmAttributes = USB_ENDPOINT_XFER_BULK,
65 .bmAttributes = USB_ENDPOINT_XFER_BULK,
73 .bmAttributes = USB_ENDPOINT_XFER_BULK,
81 .bmAttributes = USB_ENDPOINT_XFER_BULK,
  /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...]
  /external/u-boot/drivers/serial/
usbtty.c 167 .bmAttributes =
219 .bmAttributes = USB_ENDPOINT_XFER_INT,
245 .bmAttributes =
256 .bmAttributes =
298 .bmAttributes =
325 .bmAttributes = USB_ENDPOINT_XFER_BULK,
335 .bmAttributes = USB_ENDPOINT_XFER_BULK,
345 .bmAttributes = USB_ENDPOINT_XFER_INT,
695 ep_descriptor_ptrs[i - 1]->bmAttributes;
700 ep_descriptor_ptrs[i - 1]->bmAttributes;
    [all...]
  /external/u-boot/drivers/usb/emul/
sandbox_keyb.c 74 .bmAttributes = 1 << 7 | 1 << 5,
106 .bmAttributes = USB_ENDPOINT_XFER_BULK |
140 .bmAttributes = USB_ENDPOINT_XFER_BULK |
sandbox_flash.c 124 .bmAttributes = 1 << 7,
146 .bmAttributes = USB_ENDPOINT_XFER_BULK,
156 .bmAttributes = USB_ENDPOINT_XFER_BULK,
  /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;
  /external/libusb-compat/examples/
testlibusb.c 16 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes);
55 printf(" bmAttributes: %02xh\n", config->bmAttributes);
  /external/u-boot/cmd/
usb.c 192 (config->bmAttributes & 0x40) ? "Self Powered " : "Bus Powered ",
193 (config->bmAttributes & 0x20) ? "Remote Wakeup " : "",
223 switch ((epdesc->bmAttributes & 0x03)) {
238 if ((epdesc->bmAttributes & 0x03) == 0x3)
  /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):

Completed in 1238 milliseconds

1 2 3