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 | 100 .type = UE_BULK, 113 .type = UE_BULK, 153 .type = UE_BULK, 166 .type = UE_BULK,
|
D | if_axge.c | 88 .type = UE_BULK, 98 .type = UE_BULK,
|
D | if_urndis.c | 80 .type = UE_BULK, 93 .type = UE_BULK,
|
D | if_axe.c | 163 .type = UE_BULK, 173 .type = UE_BULK,
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_transfer.c | 585 (type != UE_BULK)) { in usbd_transfer_setup_sub() 833 if ((type == UE_BULK) || (type == UE_BULK_INTR) || in usbd_transfer_setup_has_bulk() 2655 if ((type == UE_BULK) || in usbd_pipe_start() 2720 if ((type == UE_BULK) || in usbd_pipe_start() 3369 if (type == UE_BULK) in usbd_get_std_packet_size() 3387 (type == UE_BULK)) { in usbd_get_std_packet_size()
|
D | usb.h | 545 #define UE_BULK 0x02 macro
|
D | usb_hub.c | 2462 [UE_BULK] = USB_HW_POWER_BULK, in usbd_transfer_power_ref() 2653 if (type_refs[UE_BULK] != 0) in usb_bus_powerd() 2792 if (udev->pwr_save.type_refs[UE_BULK] != 0) in usb_dev_resume_peer()
|
D | usb_device.c | 337 ((edesc->bmAttributes & UE_XFERTYPE) == UE_BULK) && in usb_init_endpoint() 923 if ((et != UE_BULK) && in usbd_set_endpoint_stall()
|
D | usb_generic.c | 211 case UE_BULK: in ugen_open_pipe_write() 280 case UE_BULK: in ugen_open_pipe_read()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 573 .type = UE_BULK, 582 .type = UE_BULK, 601 .type = UE_BULK, 620 .type = UE_BULK, 673 .type = UE_BULK, 692 .type = UE_BULK,
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | u3g.c | 125 .type = UE_BULK, 135 .type = UE_BULK,
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 2412 case UE_BULK: in xhci_configure_endpoint() 4271 ((ep->edesc->bmAttributes & UE_XFERTYPE) != UE_BULK) || in xhci_set_endpoint_mode()
|
D | ehci.c | 3732 case UE_BULK:
|