Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp_core.c33 #define IS_LARGE_AREA(x) (((x) & 0x10) >> 4) macro
308 if (IS_LARGE_AREA(xy_data->tt_stat) == 1) { in cyttsp_report_tchdata()
H A Dcyttsp4_core.h51 #define IS_LARGE_AREA(x) ((x) & 0x20) macro
H A Dcyttsp4_core.c1016 if (IS_LARGE_AREA(tt_stat)) in cyttsp4_xy_worker()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_regs.h195 #define IS_LARGE_AREA(x) ((x) & 0x20) macro