Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb.h803 USB_EP_MODE_STREAMS, /* USB3.0 specific */ enumerator
H A Dusb_transfer.c1145 ((ep->ep_mode != USB_EP_MODE_STREAMS) && in usbd_transfer_setup()
1149 (ep->ep_mode != USB_EP_MODE_STREAMS)))) { in usbd_transfer_setup()
H A Dusb_device.c530 usbd_set_endpoint_mode(udev, ep, USB_EP_MODE_STREAMS); in usb_init_endpoint()
/freebsd/sys/dev/usb/controller/
H A Dxhci.c987 if (pepext->trb_ep_mode != USB_EP_MODE_STREAMS || in xhci_check_transfer()
2438 if (ep_mode == USB_EP_MODE_STREAMS) { in xhci_configure_endpoint()
4463 case USB_EP_MODE_STREAMS: in xhci_set_endpoint_mode()