/external/libmtp/logs/ |
D | mtp-detect-sonyericsson-mt27i-android4.txt | 28 bmAttributes 0x80 45 bmAttributes 2 55 bmAttributes 2 65 bmAttributes 3 85 bmAttributes 2 95 bmAttributes 2 141 bmAttributes 0x80 158 bmAttributes 2 168 bmAttributes 2 188 bmAttributes 2 [all …]
|
D | lsusb-canon-canoscan.txt | 27 bmAttributes 0xc0 44 bmAttributes 2 54 bmAttributes 2 64 bmAttributes 3
|
D | mtp-detect-asus-me301t.txt | 32 bmAttributes 0x80 49 bmAttributes 2 59 bmAttributes 2 69 bmAttributes 3
|
D | mtp-detect-yifang-tesla.txt | 31 bmAttributes 0xc0 48 bmAttributes 2 58 bmAttributes 2
|
D | mtp-detect-nokia.txt | 25 bmAttributes 0xc0 42 bmAttributes 2 52 bmAttributes 2 62 bmAttributes 3
|
/external/kernel-headers/original/uapi/linux/usb/ |
D | ch9.h | 353 __u8 bmAttributes; member 405 __u8 bmAttributes; member 476 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in usb_endpoint_type() 511 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_bulk() 524 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_control() 538 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_int() 552 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_isoc() 662 return epd->bmAttributes & USB_ENDPOINT_INTRTYPE; in usb_endpoint_interrupt_type() 687 __u8 bmAttributes; member 702 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams() [all …]
|
/external/u-boot/include/linux/usb/ |
D | ch9.h | 319 __u8 bmAttributes; member 371 __u8 bmAttributes; member 465 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in usb_endpoint_type() 500 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_bulk() 513 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_control() 527 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_int() 541 return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == in usb_endpoint_xfer_isoc() 651 return epd->bmAttributes & USB_ENDPOINT_INTRTYPE; in usb_endpoint_interrupt_type() 662 __u8 bmAttributes; member 677 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams() [all …]
|
/external/u-boot/drivers/usb/gadget/ |
D | 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,
|
D | pxa25x_udc.c | 311 if (ep->bmAttributes != desc->bmAttributes in pxa25x_ep_enable() 312 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK in pxa25x_ep_enable() 313 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) { in pxa25x_ep_enable() 319 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK in pxa25x_ep_enable() 657 if (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC) { in read_fifo() 755 if (unlikely(ep->bmAttributes == USB_ENDPOINT_XFER_ISOC in pxa25x_ep_queue() 895 || ep->bmAttributes == USB_ENDPOINT_XFER_ISOC) { in pxa25x_ep_set_halt() 983 | (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC in pxa25x_ep_fifo_flush() 1481 if (likely(ep->bmAttributes == USB_ENDPOINT_XFER_BULK)) in handle_ep() 1490 if (likely(ep->bmAttributes == USB_ENDPOINT_XFER_BULK)) in handle_ep() [all …]
|
D | dwc2_udc_otg.c | 562 if (ep->bmAttributes != desc->bmAttributes in dwc2_ep_enable() 563 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK in dwc2_ep_enable() 564 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) { in dwc2_ep_enable() 571 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK && in dwc2_ep_enable() 755 .bmAttributes = 0, 770 .bmAttributes = USB_ENDPOINT_XFER_BULK, 785 .bmAttributes = USB_ENDPOINT_XFER_BULK, 800 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
D | 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,
|
D | f_thor.c | 381 .bmAttributes = USB_ENDPOINT_XFER_BULK, 389 .bmAttributes = USB_ENDPOINT_XFER_BULK, 438 .bmAttributes = USB_ENDPOINT_XFER_INT, 460 .bmAttributes = USB_ENDPOINT_XFER_BULK, 468 .bmAttributes = USB_ENDPOINT_XFER_BULK, 476 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
D | epautoconf.c | 61 type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in ep_matches() 223 type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in usb_ep_autoconfig()
|
D | ether.c | 362 .bmAttributes = USB_OTG_SRP, 374 .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER, 388 .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER, 563 .bmAttributes = USB_ENDPOINT_XFER_INT, 656 .bmAttributes = USB_ENDPOINT_XFER_BULK, 666 .bmAttributes = USB_ENDPOINT_XFER_BULK, 735 .bmAttributes = USB_ENDPOINT_XFER_INT, 746 .bmAttributes = USB_ENDPOINT_XFER_BULK, 755 .bmAttributes = USB_ENDPOINT_XFER_BULK, 2197 otg_descriptor.bmAttributes |= USB_OTG_HNP, in eth_bind() [all …]
|
/external/u-boot/drivers/serial/ |
D | 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; in usbtty_init_instances() 700 ep_descriptor_ptrs[i - 1]->bmAttributes; in usbtty_init_instances() [all …]
|
/external/libusb/examples/ |
D | testlibusb.c | 30 printf(" bmAttributes: 0x%02x\n", ep_comp->bmAttributes); in print_endpoint_comp() 40 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes); in print_endpoint() 85 printf(" bmAttributes: 0x%x\n", usb_2_0_ext_cap->bmAttributes); in print_2_0_ext_cap() 92 printf(" bmAttributes: 0x%x\n", ss_usb_cap->bmAttributes); in print_ss_usb_cap() 157 printf(" bmAttributes: %02xh\n", config->bmAttributes); in print_configuration()
|
/external/u-boot/drivers/usb/emul/ |
D | sandbox_keyb.c | 74 .bmAttributes = 1 << 7 | 1 << 5, 106 .bmAttributes = USB_ENDPOINT_XFER_BULK | 140 .bmAttributes = USB_ENDPOINT_XFER_BULK |
|
D | sandbox_flash.c | 124 .bmAttributes = 1 << 7, 146 .bmAttributes = USB_ENDPOINT_XFER_BULK, 156 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | 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)
|
D | usb_descriptors.py | 479 endpoint.bmAttributes == 0x02): 483 endpoint.bmAttributes == 0x02):
|
/external/u-boot/cmd/ |
D | usb.c | 192 (config->bmAttributes & 0x40) ? "Self Powered " : "Bus Powered ", in usb_display_conf_desc() 193 (config->bmAttributes & 0x20) ? "Remote Wakeup " : "", in usb_display_conf_desc() 223 switch ((epdesc->bmAttributes & 0x03)) { in usb_display_ep_desc() 238 if ((epdesc->bmAttributes & 0x03) == 0x3) in usb_display_ep_desc()
|
/external/libusb-compat/examples/ |
D | testlibusb.c | 16 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes); in print_endpoint() 55 printf(" bmAttributes: %02xh\n", config->bmAttributes); in print_configuration()
|
/external/libusb-compat/libusb/ |
D | usb.h | 110 u_int8_t bmAttributes; member 164 u_int8_t bmAttributes; member
|
/external/libusb/libusb/ |
D | libusb.h | 553 uint8_t bmAttributes; member 665 uint8_t bmAttributes; member 710 uint8_t bmAttributes; member 795 uint32_t bmAttributes; member 821 uint8_t bmAttributes; member
|
/external/libusb/include/libusb/ |
D | libusb.h | 553 uint8_t bmAttributes; member 665 uint8_t bmAttributes; member 710 uint8_t bmAttributes; member 795 uint32_t bmAttributes; member 821 uint8_t bmAttributes; member
|