Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp_core.c34 #define IS_BAD_PKT(x) ((x) & 0x20) macro
316 } 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.c1010 if (IS_BAD_PKT(rep_stat)) { in cyttsp4_xy_worker()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_regs.h196 #define IS_BAD_PKT(x) ((x) & 0x20) macro