Searched refs:HIDMS_Z (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/hid/
H A Dhidmsvar.h52 #define HIDMS_Z 0x0002 /* Z direction available */ macro
H A Dhidms.c135 ms->sc_flags |= HIDMS_Z;
317 ms->sc_flags |= HIDMS_Z;
352 ms->sc_flags |= HIDMS_Z;
425 ms->sc_flags = HIDMS_Z | HIDMS_SPUR_BUT_UP;
473 switch (ms->sc_flags & (HIDMS_Z | HIDMS_W)) {
474 case HIDMS_Z:
480 case HIDMS_Z | HIDMS_W:
500 if (ms->sc_flags & HIDMS_Z)
/openbsd-current/sys/dev/usb/
H A Dums.c170 ms->sc_flags = HIDMS_Z;

Completed in 129 milliseconds