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.c2782 uint8_t ep_mode) in usbd_set_endpoint_mode() argument
2792 udev, ep, ep_mode); in usbd_set_endpoint_mode()
2793 } else if (ep_mode != USB_EP_MODE_DEFAULT) { in usbd_set_endpoint_mode()
2800 ep->ep_mode = ep_mode; in usbd_set_endpoint_mode()
2811 return (ep->ep_mode); in usbd_get_endpoint_mode()
Dusbdi.h160 uint8_t ep_mode; member
537 struct usb_endpoint *ep, uint8_t ep_mode);
Dusb_transfer.c1014 ((ep->ep_mode != USB_EP_MODE_STREAMS) && in usbd_transfer_setup()
1015 (ep->ep_mode != USB_EP_MODE_DEFAULT)) || in usbd_transfer_setup()
1018 (ep->ep_mode != USB_EP_MODE_STREAMS)))) { in usbd_transfer_setup()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2297 uint16_t max_frame_size, uint8_t ep_mode) in xhci_configure_endpoint() argument
2334 pepext->trb_ep_mode = ep_mode; in xhci_configure_endpoint()
2339 if (ep_mode == USB_EP_MODE_STREAMS) { in xhci_configure_endpoint()
2491 xfer->max_frame_size, xfer->endpoint->ep_mode)); in xhci_configure_endpoint_by_xfer()
4263 uint8_t ep_mode) in xhci_set_endpoint_mode() argument
4265 switch (ep_mode) { in xhci_set_endpoint_mode()