Home
last modified time | relevance | path

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

/external/libusb_aah/libusb/os/
Dopenbsd_usb.c665 int fd, endpt; in _access_endpoint() local
671 endpt = UE_GET_ADDR(transfer->endpoint); in _access_endpoint()
674 usbi_dbg("endpoint %d mode %d", endpt, mode); in _access_endpoint()
676 if (hpriv->endpoints[endpt] < 0) { in _access_endpoint()
680 snprintf(s, 4, ".%02d", endpt); in _access_endpoint()
687 hpriv->endpoints[endpt] = fd; in _access_endpoint()
690 return (hpriv->endpoints[endpt]); in _access_endpoint()