Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.h98 #define EVENT_DOWN(flag) ((FTS_TOUCH_DOWN == flag) || (FTS_TOUCH_CONTACT == flag… macro
H A Dfocaltech_core.c405 if (EVENT_DOWN(data->events[index].flag) in fts_input_report_key()
440 if (EVENT_DOWN(events[i].flag)) { in fts_input_report_b()
520 if (EVENT_DOWN(events[i].flag)) { in fts_input_report_a()
654 if (EVENT_DOWN(events[i].flag) && (data->point_num == 0)) { in fts_read_parse_touchdata()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.h97 #define EVENT_DOWN(flag) ((FTS_TOUCH_DOWN == flag) || (FTS_TOUCH_CONTACT == flag… macro
H A Dfocaltech_core.c598 if (EVENT_DOWN(flag)) { in fts_input_report_key()
639 if (EVENT_DOWN(events[i].flag)) { in fts_input_report_b()
720 if (EVENT_DOWN(events[i].flag)) { in fts_input_report_a()
847 if (EVENT_DOWN(events[i].flag) && (data->point_num == 0)) { in fts_read_touchdata()