Home
last modified time | relevance | path

Searched refs:bmAttributes (Results 1 – 25 of 85) sorted by relevance

1234

/external/libmtp/logs/
Dmtp-detect-sonyericsson-mt27i-android4.txt28 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 …]
Dmtp-detect-asus-me301t.txt32 bmAttributes 0x80
49 bmAttributes 2
59 bmAttributes 2
69 bmAttributes 3
Dlsusb-canon-canoscan.txt27 bmAttributes 0xc0
44 bmAttributes 2
54 bmAttributes 2
64 bmAttributes 3
Dmtp-detect-yifang-tesla.txt31 bmAttributes 0xc0
48 bmAttributes 2
58 bmAttributes 2
Dmtp-detect-nokia.txt25 bmAttributes 0xc0
42 bmAttributes 2
52 bmAttributes 2
62 bmAttributes 3
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h353 __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/
Dch9.h319 __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/
Dstorage_common.c392 .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,
Dpxa25x_udc.c311 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 …]
Ddwc2_udc_otg.c562 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,
Df_fastboot.c57 .bmAttributes = USB_ENDPOINT_XFER_BULK,
65 .bmAttributes = USB_ENDPOINT_XFER_BULK,
73 .bmAttributes = USB_ENDPOINT_XFER_BULK,
81 .bmAttributes = USB_ENDPOINT_XFER_BULK,
Df_thor.c381 .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,
Dether.c362 .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 …]
Depautoconf.c61 type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in ep_matches()
223 type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in usb_ep_autoconfig()
/external/u-boot/drivers/serial/
Dusbtty.c167 .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/
Dtestlibusb.c30 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/
Dsandbox_keyb.c74 .bmAttributes = 1 << 7 | 1 << 5,
106 .bmAttributes = USB_ENDPOINT_XFER_BULK |
140 .bmAttributes = USB_ENDPOINT_XFER_BULK |
Dsandbox_flash.c124 .bmAttributes = 1 << 7,
146 .bmAttributes = USB_ENDPOINT_XFER_BULK,
156 .bmAttributes = USB_ENDPOINT_XFER_BULK,
/external/autotest/client/cros/cellular/mbim_compliance/
Dusb_descriptors_unittest.py187 self.assertEquals(0xA0, descriptor.bmAttributes)
284 self.assertEquals(0x03, descriptor.bmAttributes)
328 self.assertEquals(0x02, descriptor.bmAttributes)
340 self.assertEquals(0x02, descriptor.bmAttributes)
Dusb_descriptors.py479 endpoint.bmAttributes == 0x02):
483 endpoint.bmAttributes == 0x02):
/external/u-boot/cmd/
Dusb.c192 (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/
Dtestlibusb.c16 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes); in print_endpoint()
55 printf(" bmAttributes: %02xh\n", config->bmAttributes); in print_configuration()
/external/libusb-compat/libusb/
Dusb.h110 u_int8_t bmAttributes; member
164 u_int8_t bmAttributes; member
/external/libusb/libusb/
Dlibusb.h553 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/
Dlibusb.h553 uint8_t bmAttributes; member
665 uint8_t bmAttributes; member
710 uint8_t bmAttributes; member
795 uint32_t bmAttributes; member
821 uint8_t bmAttributes; member

1234