Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-multitouch.c112 __s32 *scantime; /* scantime reported */ member
546 mt_application->scantime = DEFAULT_ZERO; in mt_allocate_application()
810 app->scantime = &field->value[usage->usage_index]; in mt_touch_input_mapping()
1144 int scantime = 0; in mt_touch_report() local
1151 scantime = *app->scantime; in mt_touch_report()
1152 app->timestamp = mt_compute_timestamp(app, scantime); in mt_touch_report()
1170 app->prev_scantime != scantime) in mt_touch_report()
1176 app->prev_scantime = scantime; in mt_touch_report()