Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_device.c2861 uint8_t ep_mode) in usbd_set_endpoint_mode() argument
2871 udev, ep, ep_mode); in usbd_set_endpoint_mode()
2872 } else if (ep_mode != USB_EP_MODE_DEFAULT) { in usbd_set_endpoint_mode()
2879 ep->ep_mode = ep_mode; in usbd_set_endpoint_mode()
2889 return (ep->ep_mode); in usbd_get_endpoint_mode()
H A Dusbdi.h163 uint8_t ep_mode; member
498 struct usb_endpoint *ep, uint8_t ep_mode);
H A Dusb_transfer.c1042 ((ep->ep_mode != USB_EP_MODE_STREAMS) && in usbd_transfer_setup()
1043 (ep->ep_mode != USB_EP_MODE_DEFAULT)) || in usbd_transfer_setup()
1046 (ep->ep_mode != USB_EP_MODE_STREAMS)))) { in usbd_transfer_setup()
/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c2329 uint16_t max_frame_size, uint8_t ep_mode) in xhci_configure_endpoint() argument
2366 pepext->trb_ep_mode = ep_mode; in xhci_configure_endpoint()
2371 if (ep_mode == USB_EP_MODE_STREAMS) { in xhci_configure_endpoint()
2523 xfer->max_frame_size, xfer->endpoint->ep_mode)); in xhci_configure_endpoint_by_xfer()
4309 uint8_t ep_mode) in xhci_set_endpoint_mode() argument
4311 switch (ep_mode) { in xhci_set_endpoint_mode()