Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Ds6sy761.c66 #define S6SY761_MASK_TID 0x3c macro
177 if (unlikely(!(event[0] & S6SY761_MASK_TID))) in s6sy761_handle_coordinates()
180 tid = ((event[0] & S6SY761_MASK_TID) >> 2) - 1; in s6sy761_handle_coordinates()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Ds6sy761.c66 #define S6SY761_MASK_TID 0x3c macro
177 if (unlikely(!(event[0] & S6SY761_MASK_TID))) in s6sy761_handle_coordinates()
180 tid = ((event[0] & S6SY761_MASK_TID) >> 2) - 1; in s6sy761_handle_coordinates()

Completed in 2 milliseconds