Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-multitouch.c115 __s32 *scantime; /* scantime reported */ member
580 mt_application->scantime = DEFAULT_ZERO; in mt_allocate_application()
850 app->scantime = &field->value[usage->usage_index]; in mt_touch_input_mapping()
1207 int scantime = 0; in mt_touch_report() local
1214 scantime = *app->scantime; in mt_touch_report()
1215 app->timestamp = mt_compute_timestamp(app, scantime); in mt_touch_report()
1233 app->prev_scantime != scantime) in mt_touch_report()
1239 app->prev_scantime = scantime; in mt_touch_report()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py113 self.scantime = 0
155 self.scantime += 1
166 global_data.scantime = self.scantime