Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dugen.c76 #define UGEN_SHORT_OK 0x04 /* short xfers are OK */ macro
560 if (sce->state & UGEN_SHORT_OK) in ugen_do_read()
989 sce->state |= UGEN_SHORT_OK; in ugen_do_ioctl()
991 sce->state &= ~UGEN_SHORT_OK; in ugen_do_ioctl()