Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dcyttsp_core.c32 #define GET_NUM_TOUCHES(x) ((x) & 0x0F) macro
318 int num_tch = GET_NUM_TOUCHES(xy_data->tt_stat); in cyttsp_report_tchdata()