Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp_core.c46 #define GET_NUM_TOUCHES(x) ((x) & 0x0F) macro
316 int num_tch = GET_NUM_TOUCHES(xy_data->tt_stat); in cyttsp_report_tchdata()
Dcyttsp4_core.h60 #define GET_NUM_TOUCHES(x) ((x) & 0x1F) macro
Dcyttsp4_core.c995 num_cur_tch = GET_NUM_TOUCHES(tt_stat); in cyttsp4_xy_worker()