Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/
H A Dinput-mt.c13 #define TRKID_SGN ((TRKID_MAX + 1) >> 1) macro
218 if ((id - oldid) & TRKID_SGN) { in input_mt_report_pointer_emulation()
/openbmc/linux/drivers/hid/
H A Dhid-asus.c95 #define TRKID_SGN ((TRKID_MAX + 1) >> 1) macro
238 if ((id - oldid) & TRKID_SGN) { in asus_report_tool_width()