Searched refs:UE_BULK (Results 1 – 17 of 17) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_acm_desc.c | 147 .bmAttributes = UE_BULK, 164 .bmAttributes = UE_BULK,
|
D | rndis.c | 305 .bmAttributes = UE_BULK, 322 .bmAttributes = UE_BULK,
|
D | composite.c | 99 if (ep_desc->bmAttributes == UE_BULK) in usbd_configep_byspeed()
|
D | f_mass_storage.c | 220 .bmAttributes = UE_BULK, 239 .bmAttributes = UE_BULK,
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_cdce.c | 101 .type = UE_BULK, 114 .type = UE_BULK, 155 .type = UE_BULK, 168 .type = UE_BULK,
|
D | if_axge.c | 88 .type = UE_BULK, 98 .type = UE_BULK,
|
D | if_axe.c | 163 .type = UE_BULK, 173 .type = UE_BULK,
|
D | if_urndis.c | 80 .type = UE_BULK, 93 .type = UE_BULK,
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_transfer.c | 596 (type != UE_BULK)) { in usbd_transfer_setup_sub() 851 if ((type == UE_BULK) || (type == UE_BULK_INTR) || in usbd_transfer_setup_has_bulk() 2685 if ((type == UE_BULK) || in usbd_pipe_start() 2751 if ((type == UE_BULK) || in usbd_pipe_start() 3404 if (type == UE_BULK) in usbd_get_std_packet_size() 3422 (type == UE_BULK)) { in usbd_get_std_packet_size()
|
D | usb.h | 544 #define UE_BULK 0x02 macro
|
D | usb_hub.c | 2470 [UE_BULK] = USB_HW_POWER_BULK, in usbd_transfer_power_ref() 2663 if (type_refs[UE_BULK] != 0) in usb_bus_powerd() 2805 if (udev->pwr_save.type_refs[UE_BULK] != 0) in usb_dev_resume_peer()
|
D | usb_device.c | 339 ((edesc->bmAttributes & UE_XFERTYPE) == UE_BULK) && in usb_init_endpoint() 926 if ((et != UE_BULK) && in usbd_set_endpoint_stall()
|
D | usb_generic.c | 214 case UE_BULK: in ugen_open_pipe_write() 283 case UE_BULK: in ugen_open_pipe_read()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 574 .type = UE_BULK, 583 .type = UE_BULK, 602 .type = UE_BULK, 621 .type = UE_BULK, 675 .type = UE_BULK, 694 .type = UE_BULK,
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | u3g.c | 126 .type = UE_BULK, 136 .type = UE_BULK,
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 2431 case UE_BULK: in xhci_configure_endpoint() 4300 ((ep->edesc->bmAttributes & UE_XFERTYPE) != UE_BULK) || in xhci_set_endpoint_mode()
|
D | ehci.c | 3765 case UE_BULK:
|