Home
last modified time | relevance | path

Searched refs:prev_scantime (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-multitouch.c134 int prev_scantime; /* scantime reported previously */ member
948 long delta = value - app->prev_scantime; in mt_compute_timestamp()
1180 app->prev_scantime != scantime) in mt_touch_report()
1186 app->prev_scantime = scantime; in mt_touch_report()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-multitouch.c136 int prev_scantime; /* scantime reported previously */ member
980 long delta = value - app->prev_scantime; in mt_compute_timestamp()
1233 app->prev_scantime != scantime) in mt_touch_report()
1239 app->prev_scantime = scantime; in mt_touch_report()

Completed in 6 milliseconds