Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_mouse.c197 .bEndpointAddress = UE_DIR_IN | UMOUSE_INTR_ENDPT,
292 sc->hci->hci_intr(sc->hci, UE_DIR_IN | UMOUSE_INTR_ENDPT); in umouse_event()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb.h523 #define UE_DIR_IN 0x80 /* IN-token endpoint, fixed */ macro