Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dcyttsp_core.c44 #define IS_LARGE_AREA(x) (((x) & 0x10) >> 4) macro
308 if (IS_LARGE_AREA(xy_data->tt_stat) == 1) { in cyttsp_report_tchdata()
Dcyttsp4_core.h61 #define IS_LARGE_AREA(x) ((x) & 0x20) macro
Dcyttsp4_core.c1002 if (IS_LARGE_AREA(tt_stat)) in cyttsp4_xy_worker()