Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp_core.c35 #define IS_BAD_PKT(x) ((x) & 0x20) macro
333 } else if (IS_BAD_PKT(xy_data->tt_mode)) { in cyttsp_report_tchdata()
H A Dcyttsp4_core.h52 #define IS_BAD_PKT(x) ((x) & 0x20) macro
H A Dcyttsp4_core.c1024 if (IS_BAD_PKT(rep_stat)) { in cyttsp4_xy_worker()