Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp_core.c32 #define GET_NUM_TOUCHES(x) ((x) & 0x0F) macro
302 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.c984 num_cur_tch = GET_NUM_TOUCHES(tt_stat); in cyttsp4_xy_worker()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_debug.c169 u8 num_cur_tch = GET_NUM_TOUCHES(report_reg); in cyttsp5_xy_worker()
H A Dcyttsp5_regs.h194 #define GET_NUM_TOUCHES(x) ((x) & 0x1F) macro