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

/netbsd-current/sys/dev/hid/
H A Dhidms.h44 #define HIDMS_Z 0x001 /* z direction available */ macro
H A Dhidms.c143 ms->flags |= HIDMS_Z;
180 if (ms->flags & HIDMS_Z)
183 ms->flags |= HIDMS_Z;
223 ms->flags & HIDMS_Z ? " and Z dir" : "",
237 if (ms->flags & HIDMS_Z)
/netbsd-current/sys/dev/usb/
H A Dums.c239 if ((sc->sc_ms.flags & HIDMS_Z) &&

Completed in 191 milliseconds