Searched defs:IS_LARGE_AREA (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ | ||
H A D | cyttsp_core.c | 44 #define IS_LARGE_AREA(x) (((x) & 0x10) >> 4) macro |
H A D | cyttsp4_core.h | 61 #define IS_LARGE_AREA(x) ((x) & 0x20) macro |
Completed in 71 milliseconds