Searched refs:USB_EP_MODE_STREAMS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/usb/
H A Dusb.h799 USB_EP_MODE_STREAMS, /* USB3.0 specific */ enumerator in enum:usb_ep_mode
H A Dusb_transfer.c1165 ((ep->ep_mode != USB_EP_MODE_STREAMS) &&
1169 (ep->ep_mode != USB_EP_MODE_STREAMS)))) {
H A Dusb_device.c531 usbd_set_endpoint_mode(udev, ep, USB_EP_MODE_STREAMS);
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c955 if (pepext->trb_ep_mode != USB_EP_MODE_STREAMS ||
2415 if (ep_mode == USB_EP_MODE_STREAMS) {
4395 case USB_EP_MODE_STREAMS:

Completed in 119 milliseconds