Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c2783 uint8_t ep_mode) in usbd_set_endpoint_mode() argument
2793 udev, ep, ep_mode); in usbd_set_endpoint_mode()
2794 } else if (ep_mode != USB_EP_MODE_DEFAULT) { in usbd_set_endpoint_mode()
2801 ep->ep_mode = ep_mode; in usbd_set_endpoint_mode()
2812 return (ep->ep_mode); in usbd_get_endpoint_mode()
Dusbdi.h162 uint8_t ep_mode; member
521 struct usb_endpoint *ep, uint8_t ep_mode);
Dusb_transfer.c1012 ((ep->ep_mode != USB_EP_MODE_STREAMS) && in usbd_transfer_setup()
1013 (ep->ep_mode != USB_EP_MODE_DEFAULT)) || in usbd_transfer_setup()
1016 (ep->ep_mode != USB_EP_MODE_STREAMS)))) { in usbd_transfer_setup()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2298 uint16_t max_frame_size, uint8_t ep_mode) in xhci_configure_endpoint() argument
2335 pepext->trb_ep_mode = ep_mode; in xhci_configure_endpoint()
2340 if (ep_mode == USB_EP_MODE_STREAMS) { in xhci_configure_endpoint()
2492 xfer->max_frame_size, xfer->endpoint->ep_mode)); in xhci_configure_endpoint_by_xfer()
4264 uint8_t ep_mode) in xhci_set_endpoint_mode() argument
4266 switch (ep_mode) { in xhci_set_endpoint_mode()