Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp_core.c33 #define GET_NUM_TOUCHES(x) ((x) & 0x0F) macro
319 int num_tch = GET_NUM_TOUCHES(xy_data->tt_stat); in cyttsp_report_tchdata()
H A Dcyttsp4_core.h50 #define GET_NUM_TOUCHES(x) ((x) & 0x1F) macro
H A Dcyttsp4_core.c998 num_cur_tch = GET_NUM_TOUCHES(tt_stat); in cyttsp4_xy_worker()