Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dcyttsp_core.c43 #define GET_NUM_TOUCHES(x) ((x) & 0x0F) macro
302 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.c970 num_cur_tch = GET_NUM_TOUCHES(tt_stat); in cyttsp4_xy_worker()