Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/mouse/
Dsynaptics.c1155 static const u8 newabs_rel_mask[] = { 0xC0, 0x00, 0x00, 0xC0, 0x00 }; in synaptics_validate_byte() local
1168 return (packet[idx] & newabs_rel_mask[idx]) == newabs_rslt[idx]; in synaptics_validate_byte()