| /rk3399_rockchip-uboot/include/linux/usb/ |
| H 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() 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 …]
|
| H A D | composite.h | 221 u8 bmAttributes; member
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | storage_common.c | 397 .bmAttributes = USB_OTG_SRP, 426 .bmAttributes = USB_ENDPOINT_XFER_BULK, 436 .bmAttributes = USB_ENDPOINT_XFER_BULK, 448 .bmAttributes = USB_ENDPOINT_XFER_INT, 488 .bmAttributes = USB_ENDPOINT_XFER_BULK, 498 .bmAttributes = USB_ENDPOINT_XFER_BULK, 511 .bmAttributes = USB_ENDPOINT_XFER_INT, 543 .bmAttributes = USB_ENDPOINT_XFER_BULK, 560 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| H A 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 …]
|
| H A D | f_dfu.h | 79 __u8 bmAttributes; member
|
| H A D | dwc2_udc_otg.c | 637 if (ep->bmAttributes != desc->bmAttributes in dwc2_ep_enable() 638 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK in dwc2_ep_enable() 639 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) { in dwc2_ep_enable() 646 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK && in dwc2_ep_enable() 834 .bmAttributes = 0, 849 .bmAttributes = USB_ENDPOINT_XFER_BULK, 864 .bmAttributes = USB_ENDPOINT_XFER_BULK, 879 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| H A D | config.c | 106 cp->bmAttributes |= USB_CONFIG_ATT_ONE; in usb_gadget_config_buf()
|
| H A D | epautoconf.c | 64 type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in ep_matches() 226 type = desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; in usb_ep_autoconfig()
|
| H A D | dwc2_udc_otg_priv.h | 64 u8 bmAttributes; member
|
| H A 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,
|
| H A D | pxa25x_udc.h | 59 u8 bmAttributes; member
|
| H A D | ether.c | 359 .bmAttributes = USB_OTG_SRP, 371 .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER, 385 .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER, 560 .bmAttributes = USB_ENDPOINT_XFER_INT, 653 .bmAttributes = USB_ENDPOINT_XFER_BULK, 663 .bmAttributes = USB_ENDPOINT_XFER_BULK, 732 .bmAttributes = USB_ENDPOINT_XFER_INT, 743 .bmAttributes = USB_ENDPOINT_XFER_BULK, 752 .bmAttributes = USB_ENDPOINT_XFER_BULK, 2194 otg_descriptor.bmAttributes |= USB_OTG_HNP, in eth_bind() [all …]
|
| H A D | dwc2_udc_otg_xfer_dma.c | 1030 if (ep->bmAttributes == USB_ENDPOINT_XFER_INT in dwc2_udc_ep_clear_stall() 1031 || ep->bmAttributes == USB_ENDPOINT_XFER_BULK) { in dwc2_udc_ep_clear_stall() 1045 if (ep->bmAttributes == USB_ENDPOINT_XFER_INT in dwc2_udc_ep_clear_stall() 1046 || ep->bmAttributes == USB_ENDPOINT_XFER_BULK) { in dwc2_udc_ep_clear_stall() 1069 ep->desc->bmAttributes == USB_ENDPOINT_XFER_ISOC)) { in dwc2_udc_set_halt() 1128 (ep->bmAttributes << DEPCTL_TYPE_BIT); in dwc2_udc_ep_activate()
|
| H A D | composite.c | 190 c->bmAttributes = USB_CONFIG_ATT_ONE | config->bmAttributes; in config_buf() 761 usb_ext->bmAttributes = USB_LPM_SUPPORT; in bos_desc() 774 ss_cap->bmAttributes = 0; /* LTM is not supported yet */ in bos_desc()
|
| H A D | g_dnl.c | 143 config->bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER; in g_dnl_config_register()
|
| H A D | f_fastboot.c | 96 .bmAttributes = USB_ENDPOINT_XFER_BULK, 104 .bmAttributes = USB_ENDPOINT_XFER_BULK, 112 .bmAttributes = USB_ENDPOINT_XFER_BULK, 120 .bmAttributes = USB_ENDPOINT_XFER_BULK, 128 .bmAttributes = USB_ENDPOINT_XFER_BULK, 142 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | usbtty.c | 168 .bmAttributes = 220 .bmAttributes = USB_ENDPOINT_XFER_INT, 246 .bmAttributes = 257 .bmAttributes = 299 .bmAttributes = 326 .bmAttributes = USB_ENDPOINT_XFER_BULK, 336 .bmAttributes = USB_ENDPOINT_XFER_BULK, 346 .bmAttributes = USB_ENDPOINT_XFER_INT, 696 ep_descriptor_ptrs[i - 1]->bmAttributes; in usbtty_init_instances() 701 ep_descriptor_ptrs[i - 1]->bmAttributes; in usbtty_init_instances() [all …]
|
| /rk3399_rockchip-uboot/drivers/usb/emul/ |
| H A D | sandbox_keyb.c | 77 .bmAttributes = 1 << 7 | 1 << 5, 109 .bmAttributes = USB_ENDPOINT_XFER_BULK | 143 .bmAttributes = USB_ENDPOINT_XFER_BULK |
|
| H A D | sandbox_flash.c | 127 .bmAttributes = 1 << 7, 149 .bmAttributes = USB_ENDPOINT_XFER_BULK, 159 .bmAttributes = USB_ENDPOINT_XFER_BULK,
|
| H A D | sandbox_hub.c | 64 .bmAttributes = 1 << 7, 86 .bmAttributes = USB_ENDPOINT_XFER_INT,
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | usb.c | 193 (config->bmAttributes & 0x40) ? "Self Powered " : "Bus Powered ", in usb_display_conf_desc() 194 (config->bmAttributes & 0x20) ? "Remote Wakeup " : "", in usb_display_conf_desc() 224 switch ((epdesc->bmAttributes & 0x03)) { in usb_display_ep_desc() 239 if ((epdesc->bmAttributes & 0x03) == 0x3) in usb_display_ep_desc()
|
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H 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()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usbdescriptors.h | 186 u8 bmAttributes; member 210 u8 bmAttributes; member
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci.h | 100 unsigned char bmAttributes; member
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb_hub.c | 916 if ((ep->bmAttributes & 3) != 3) in usb_hub_check() 928 ep->bEndpointAddress, ep->bmAttributes); in usb_hub_check()
|