Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/input/touchscreen/
Dcyttsp_core.c33 #define IS_LARGE_AREA(x) (((x) & 0x10) >> 4) macro
324 if (IS_LARGE_AREA(xy_data->tt_stat) == 1) { in cyttsp_report_tchdata()