| /u-boot/include/linux/usb/ |
| A 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() 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() 714 __u8 bmAttributes; /* support for HNP, SRP, etc */ member 821 __u8 bmAttributes; member 849 __le32 bmAttributes; member [all …]
|
| A D | composite.h | 271 u8 bmAttributes; member
|
| /u-boot/drivers/usb/gadget/ |
| A D | storage_common.c | 394 .bmAttributes = USB_OTG_SRP, 423 .bmAttributes = USB_ENDPOINT_XFER_BULK, 433 .bmAttributes = USB_ENDPOINT_XFER_BULK, 445 .bmAttributes = USB_ENDPOINT_XFER_INT, 485 .bmAttributes = USB_ENDPOINT_XFER_BULK, 495 .bmAttributes = USB_ENDPOINT_XFER_BULK, 508 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| A D | f_fastboot.c | 79 .bmAttributes = USB_ENDPOINT_XFER_BULK, 87 .bmAttributes = USB_ENDPOINT_XFER_BULK, 95 .bmAttributes = USB_ENDPOINT_XFER_BULK, 103 .bmAttributes = USB_ENDPOINT_XFER_BULK, 137 .bmAttributes = USB_ENDPOINT_XFER_BULK, 145 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| A D | f_acm.c | 131 .bmAttributes = USB_ENDPOINT_XFER_INT, 140 .bmAttributes = USB_ENDPOINT_XFER_BULK, 147 .bmAttributes = USB_ENDPOINT_XFER_BULK, 167 .bmAttributes = USB_ENDPOINT_XFER_INT, 175 .bmAttributes = USB_ENDPOINT_XFER_BULK, 182 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| A D | f_dfu.h | 78 __u8 bmAttributes; member
|
| A D | config.c | 105 cp->bmAttributes |= USB_CONFIG_ATT_ONE; in usb_gadget_config_buf()
|
| A D | epautoconf.c | 61 type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in ep_matches() 221 type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in usb_ep_autoconfig()
|
| A D | dwc2_udc_otg_priv.h | 63 u8 bmAttributes; member
|
| A D | dwc2_udc_otg.c | 642 if (ep->bmAttributes != desc->bmAttributes in dwc2_ep_enable() 643 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK in dwc2_ep_enable() 644 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) { in dwc2_ep_enable() 651 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK && in dwc2_ep_enable() 842 .bmAttributes = 0, 857 .bmAttributes = USB_ENDPOINT_XFER_BULK, 872 .bmAttributes = USB_ENDPOINT_XFER_BULK, 887 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| A D | ether.c | 347 .bmAttributes = USB_OTG_SRP, 359 .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER, 548 .bmAttributes = USB_ENDPOINT_XFER_INT, 641 .bmAttributes = USB_ENDPOINT_XFER_BULK, 651 .bmAttributes = USB_ENDPOINT_XFER_BULK, 720 .bmAttributes = USB_ENDPOINT_XFER_INT, 731 .bmAttributes = USB_ENDPOINT_XFER_BULK, 740 .bmAttributes = USB_ENDPOINT_XFER_BULK, 2142 otg_descriptor.bmAttributes |= USB_OTG_HNP, in eth_bind() 2143 eth_config.bmAttributes |= USB_CONFIG_ATT_WAKEUP; in eth_bind() [all …]
|
| A D | f_thor.c | 386 .bmAttributes = USB_ENDPOINT_XFER_BULK, 394 .bmAttributes = USB_ENDPOINT_XFER_BULK, 443 .bmAttributes = USB_ENDPOINT_XFER_INT, 465 .bmAttributes = USB_ENDPOINT_XFER_BULK, 473 .bmAttributes = USB_ENDPOINT_XFER_BULK, 481 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| A D | f_sdp.c | 167 .bmAttributes = USB_ENDPOINT_XFER_INT, 177 .bmAttributes = USB_ENDPOINT_XFER_INT, 187 .bmAttributes = USB_ENDPOINT_XFER_INT, 197 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| A D | dwc2_udc_otg_xfer_dma.c | 1032 if (ep->bmAttributes == USB_ENDPOINT_XFER_INT in dwc2_udc_ep_clear_stall() 1033 || ep->bmAttributes == USB_ENDPOINT_XFER_BULK) { in dwc2_udc_ep_clear_stall() 1047 if (ep->bmAttributes == USB_ENDPOINT_XFER_INT in dwc2_udc_ep_clear_stall() 1048 || ep->bmAttributes == USB_ENDPOINT_XFER_BULK) { in dwc2_udc_ep_clear_stall() 1071 ep->desc->bmAttributes == USB_ENDPOINT_XFER_ISOC)) { in dwc2_udc_set_halt() 1130 (ep->bmAttributes << DEPCTL_TYPE_BIT); in dwc2_udc_ep_activate()
|
| A D | f_rockusb.c | 32 .bmAttributes = USB_ENDPOINT_XFER_BULK, 40 .bmAttributes = USB_ENDPOINT_XFER_BULK, 48 .bmAttributes = USB_ENDPOINT_XFER_BULK, 56 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| A D | g_dnl.c | 150 config->bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER; in g_dnl_config_register()
|
| /u-boot/drivers/serial/ |
| A D | usbtty.c | 155 .bmAttributes = 207 .bmAttributes = USB_ENDPOINT_XFER_INT, 233 .bmAttributes = 244 .bmAttributes = 286 .bmAttributes = 313 .bmAttributes = USB_ENDPOINT_XFER_BULK, 323 .bmAttributes = USB_ENDPOINT_XFER_BULK, 333 .bmAttributes = USB_ENDPOINT_XFER_INT, 680 ep_descriptor_ptrs[i - 1]->bmAttributes; in usbtty_init_instances() 685 ep_descriptor_ptrs[i - 1]->bmAttributes; in usbtty_init_instances() [all …]
|
| /u-boot/drivers/usb/emul/ |
| A D | sandbox_keyb.c | 75 .bmAttributes = 1 << 7 | 1 << 5, 107 .bmAttributes = USB_ENDPOINT_XFER_BULK | 141 .bmAttributes = USB_ENDPOINT_XFER_BULK |
|
| A D | sandbox_flash.c | 88 .bmAttributes = 1 << 7, 110 .bmAttributes = USB_ENDPOINT_XFER_BULK, 120 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| A D | sandbox_hub.c | 62 .bmAttributes = 1 << 7, 84 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| /u-boot/drivers/usb/eth/ |
| A D | usb_ether.c | 45 if ((iface->ep_desc[i].bmAttributes & in usb_ether_register() 59 if ((iface->ep_desc[i].bmAttributes & in usb_ether_register()
|
| /u-boot/cmd/ |
| A D | usb.c | 194 (config->bmAttributes & 0x40) ? "Self Powered " : "Bus Powered ", in usb_display_conf_desc() 195 (config->bmAttributes & 0x20) ? "Remote Wakeup " : "", in usb_display_conf_desc() 225 switch ((epdesc->bmAttributes & 0x03)) { in usb_display_ep_desc() 240 if ((epdesc->bmAttributes & 0x03) == 0x3) in usb_display_ep_desc()
|
| /u-boot/include/ |
| A D | usbdescriptors.h | 185 u8 bmAttributes; member 209 u8 bmAttributes; member
|
| /u-boot/drivers/usb/common/ |
| A D | usb_urb.c | 86 urb->ep->desc.bmAttributes = endpoint_type; in usb_urb_fill()
|
| /u-boot/drivers/usb/host/ |
| A D | ehci.h | 103 unsigned char bmAttributes; member
|