Home
last modified time | relevance | path

Searched refs:USB_EP_MODE_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb.h802 USB_EP_MODE_DEFAULT, enumerator
H A Dusb_device.c532 usbd_set_endpoint_mode(udev, ep, USB_EP_MODE_DEFAULT); in usb_init_endpoint()
3094 } else if (ep_mode != USB_EP_MODE_DEFAULT) { in usbd_set_endpoint_mode()
H A Dusb_transfer.c1146 (ep->ep_mode != USB_EP_MODE_DEFAULT)) || in usbd_transfer_setup()