Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-multitouch.c114 __s32 *scantime; /* scantime reported */ member
539 mt_application->scantime = DEFAULT_ZERO; in mt_allocate_application()
791 app->scantime = &field->value[usage->usage_index]; in mt_touch_input_mapping()
1125 int scantime = 0; in mt_touch_report() local
1132 scantime = *app->scantime; in mt_touch_report()
1133 app->timestamp = mt_compute_timestamp(app, scantime); in mt_touch_report()
1151 app->prev_scantime != scantime) in mt_touch_report()
1157 app->prev_scantime = scantime; in mt_touch_report()
/Linux-v4.19/include/linux/
Disdnif.h252 __u8 scantime; member
/Linux-v4.19/Documentation/isdn/
DINTERFACE.fax43 - scantime
/Linux-v4.19/drivers/isdn/i4l/
Disdn_tty.c1687 f->scantime = 0; in isdn_tty_modem_reset_faxpar()