/third_party/uboot/u-boot-2020.01/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 …]
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_acm_desc.c | 117 .bmAttributes = UE_INTERRUPT, 126 .bmAttributes = 0, 147 .bmAttributes = UE_BULK, 156 .bmAttributes = 0, 164 .bmAttributes = UE_BULK, 173 .bmAttributes = 0, 189 .bmAttributes = UC_SELF_POWERED | UC_BUS_POWERED, /* 0xc0 */
|
D | f_uac.h | 168 uByte bmAttributes; member 180 uint8_t bmAttributes; member
|
D | f_hid.h | 62 uByte bmAttributes; member
|
/third_party/uboot/u-boot-2020.01/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 | 310 if (ep->bmAttributes != desc->bmAttributes in pxa25x_ep_enable() 311 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK in pxa25x_ep_enable() 312 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) { in pxa25x_ep_enable() 318 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK in pxa25x_ep_enable() 656 if (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC) { in read_fifo() 754 if (unlikely(ep->bmAttributes == USB_ENDPOINT_XFER_ISOC in pxa25x_ep_queue() 894 || ep->bmAttributes == USB_ENDPOINT_XFER_ISOC) { in pxa25x_ep_set_halt() 982 | (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC in pxa25x_ep_fifo_flush() 1480 if (likely(ep->bmAttributes == USB_ENDPOINT_XFER_BULK)) in handle_ep() 1489 if (likely(ep->bmAttributes == USB_ENDPOINT_XFER_BULK)) in handle_ep() [all …]
|
D | dwc2_udc_otg.c | 632 if (ep->bmAttributes != desc->bmAttributes in dwc2_ep_enable() 633 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK in dwc2_ep_enable() 634 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) { in dwc2_ep_enable() 641 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK && in dwc2_ep_enable() 829 .bmAttributes = 0, 844 .bmAttributes = USB_ENDPOINT_XFER_BULK, 859 .bmAttributes = USB_ENDPOINT_XFER_BULK, 874 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
D | f_fastboot.c | 58 .bmAttributes = USB_ENDPOINT_XFER_BULK, 66 .bmAttributes = USB_ENDPOINT_XFER_BULK, 74 .bmAttributes = USB_ENDPOINT_XFER_BULK, 82 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
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 | f_thor.c | 382 .bmAttributes = USB_ENDPOINT_XFER_BULK, 390 .bmAttributes = USB_ENDPOINT_XFER_BULK, 439 .bmAttributes = USB_ENDPOINT_XFER_INT, 461 .bmAttributes = USB_ENDPOINT_XFER_BULK, 469 .bmAttributes = USB_ENDPOINT_XFER_BULK, 477 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
D | f_dfu.h | 78 __u8 bmAttributes; member
|
D | ether.c | 354 .bmAttributes = USB_OTG_SRP, 366 .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER, 380 .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER, 555 .bmAttributes = USB_ENDPOINT_XFER_INT, 648 .bmAttributes = USB_ENDPOINT_XFER_BULK, 658 .bmAttributes = USB_ENDPOINT_XFER_BULK, 727 .bmAttributes = USB_ENDPOINT_XFER_INT, 738 .bmAttributes = USB_ENDPOINT_XFER_BULK, 747 .bmAttributes = USB_ENDPOINT_XFER_BULK, 2189 otg_descriptor.bmAttributes |= USB_OTG_HNP, in eth_bind() [all …]
|
D | config.c | 105 cp->bmAttributes |= USB_CONFIG_ATT_ONE; in usb_gadget_config_buf()
|
D | dwc2_udc_otg_priv.h | 63 u8 bmAttributes; member
|
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/ |
D | usb3.h | 145 uint8_t bmAttributes; member 184 uint8_t bmAttributes; member 199 uint8_t bmAttributes; member 217 uint32_t bmAttributes; member 226 uint8_t bmAttributes; member
|
/third_party/uboot/u-boot-2020.01/drivers/serial/ |
D | usbtty.c | 169 .bmAttributes = 221 .bmAttributes = USB_ENDPOINT_XFER_INT, 247 .bmAttributes = 258 .bmAttributes = 300 .bmAttributes = 327 .bmAttributes = USB_ENDPOINT_XFER_BULK, 337 .bmAttributes = USB_ENDPOINT_XFER_BULK, 347 .bmAttributes = USB_ENDPOINT_XFER_INT, 697 ep_descriptor_ptrs[i - 1]->bmAttributes; in usbtty_init_instances() 702 ep_descriptor_ptrs[i - 1]->bmAttributes; in usbtty_init_instances() [all …]
|
/third_party/libusb/examples/ |
D | testlibusb.c | 30 printf(" bmAttributes: %02xh\n", ep_comp->bmAttributes); in print_endpoint_comp() 40 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes); in print_endpoint() 84 printf(" bmAttributes: %08xh\n", usb_2_0_ext_cap->bmAttributes); in print_2_0_ext_cap() 91 printf(" bmAttributes: %02xh\n", ss_usb_cap->bmAttributes); in print_ss_usb_cap() 156 printf(" bmAttributes: %02xh\n", config->bmAttributes); in print_configuration()
|
/third_party/uboot/u-boot-2020.01/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,
|
D | sandbox_hub.c | 61 .bmAttributes = 1 << 7, 83 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb.h | 329 uDWord bmAttributes; member 343 uByte bmAttributes; member 387 uByte bmAttributes; member 540 uByte bmAttributes; member 571 uByte bmAttributes; member 677 uByte bmAttributes; member
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | usbspec.h | 259 } bmAttributes; member 287 } bmAttributes; member 321 UCHAR bmAttributes; member 387 } bmAttributes; member 457 UCHAR bmAttributes; member 494 UCHAR bmAttributes; member 575 } bmAttributes; member
|
/third_party/uboot/u-boot-2020.01/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()
|
/third_party/libusb/libusb/ |
D | libusb.h | 602 uint8_t bmAttributes; member 715 uint8_t bmAttributes; member 758 uint8_t bmAttributes; member 834 uint32_t bmAttributes; member 860 uint8_t bmAttributes; member
|
/third_party/uboot/u-boot-2020.01/drivers/usb/eth/ |
D | usb_ether.c | 44 if ((iface->ep_desc[i].bmAttributes & in usb_ether_register() 58 if ((iface->ep_desc[i].bmAttributes & in usb_ether_register()
|