Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp_core.c48 #define IS_BAD_PKT(x) ((x) & 0x20) macro
330 } else if (IS_BAD_PKT(xy_data->tt_mode)) { in cyttsp_report_tchdata()
Dcyttsp4_core.h62 #define IS_BAD_PKT(x) ((x) & 0x20) macro
Dcyttsp4_core.c1021 if (IS_BAD_PKT(rep_stat)) { in cyttsp4_xy_worker()