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

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dps2comm.c433 int newabs = SYN_MODEL_NEWABS(synhw); local in function:ps2_packet_ok
435 if (newabs ? ((buf[0] & 0xC0) != 0x80) : ((buf[0] & 0xC0) != 0xC0)) {
440 if (!newabs && ((buf[1] & 0x60) != 0x00)) {
445 if ((newabs ? ((buf[3] & 0xC0) != 0xC0) : ((buf[3] & 0xC0) != 0x80))) {
450 if (!newabs && ((buf[4] & 0x60) != 0x00)) {
532 int newabs; local in function:PS2ReadHwStateProto
542 newabs = SYN_MODEL_NEWABS(synhw);
553 if (newabs) { /* newer protos... */

Completed in 3 milliseconds