Searched refs:oldid (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/input/ |
| H A D | input-mt.c | 200 int oldid, count, i; in input_mt_report_pointer_emulation() local 207 oldid = mt->trkid; in input_mt_report_pointer_emulation() 216 if ((id - oldid) & TRKID_SGN) { in input_mt_report_pointer_emulation() 218 oldid = id; in input_mt_report_pointer_emulation() 224 else if (oldid == id) in input_mt_report_pointer_emulation()
|
| /linux/drivers/parport/ |
| H A D | parport_pc.c | 1114 static void decode_winbond(int efer, int key, int devid, int devrev, int oldid) in decode_winbond() argument 1142 else if ((oldid & 0x0f) == 0x0a) { in decode_winbond() 1145 } else if ((oldid & 0x0f) == 0x0b) { in decode_winbond() 1148 } else if ((oldid & 0x0f) == 0x0c) { in decode_winbond() 1151 } else if ((oldid & 0x0f) == 0x0d) { in decode_winbond() 1159 efer, key, devid, devrev, oldid, type); in decode_winbond() 1200 int origval, devid, devrev, oldid, x_devid, x_devrev, x_oldid; in winbond_check() local 1223 oldid = inb(io + 1); in winbond_check() 1228 if ((x_devid == devid) && (x_devrev == devrev) && (x_oldid == oldid)) in winbond_check() 1231 decode_winbond(io, key, devid, devrev, oldid); in winbond_check() [all …]
|