Searched refs:GET_NUM_TOUCHES (Results 1 – 5 of 5) sorted by relevance
32 #define GET_NUM_TOUCHES(x) ((x) & 0x0F) macro302 int num_tch = GET_NUM_TOUCHES(xy_data->tt_stat); in cyttsp_report_tchdata()
50 #define GET_NUM_TOUCHES(x) ((x) & 0x1F) macro
984 num_cur_tch = GET_NUM_TOUCHES(tt_stat); in cyttsp4_xy_worker()
169 u8 num_cur_tch = GET_NUM_TOUCHES(report_reg); in cyttsp5_xy_worker()
194 #define GET_NUM_TOUCHES(x) ((x) & 0x1F) macro