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.c2796 uint8_t ep_mode) in usbd_set_endpoint_mode() argument
2806 udev, ep, ep_mode); in usbd_set_endpoint_mode()
2807 } else if (ep_mode != USB_EP_MODE_DEFAULT) { in usbd_set_endpoint_mode()
2814 ep->ep_mode = ep_mode; in usbd_set_endpoint_mode()
2825 return (ep->ep_mode); in usbd_get_endpoint_mode()
Dusbdi.h163 uint8_t ep_mode; member
522 struct usb_endpoint *ep, uint8_t ep_mode);
Dusb_transfer.c1032 ((ep->ep_mode != USB_EP_MODE_STREAMS) && in usbd_transfer_setup()
1033 (ep->ep_mode != USB_EP_MODE_DEFAULT)) || in usbd_transfer_setup()
1036 (ep->ep_mode != USB_EP_MODE_STREAMS)))) { in usbd_transfer_setup()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2317 uint16_t max_frame_size, uint8_t ep_mode) in xhci_configure_endpoint() argument
2354 pepext->trb_ep_mode = ep_mode; in xhci_configure_endpoint()
2359 if (ep_mode == USB_EP_MODE_STREAMS) { in xhci_configure_endpoint()
2511 xfer->max_frame_size, xfer->endpoint->ep_mode)); in xhci_configure_endpoint_by_xfer()
4293 uint8_t ep_mode) in xhci_set_endpoint_mode() argument
4295 switch (ep_mode) { in xhci_set_endpoint_mode()