Searched refs:resync_time (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/input/mouse/ |
D | psmouse-base.c | 82 module_param_named(resync_time, psmouse_resync_time, uint, 0644); 83 MODULE_PARM_DESC(resync_time, "How long can mouse stay idle before forcing resync (in seconds, 0 = … 97 PSMOUSE_DEFINE_ATTR(resync_time, S_IWUSR | S_IRUGO, 98 (void *) offsetof(struct psmouse, resync_time), 419 psmouse->pktcnt == 1 && psmouse->resync_time && in psmouse_interrupt() 420 time_after(jiffies, psmouse->last + psmouse->resync_time * HZ)) { in psmouse_interrupt() 1556 psmouse->resync_time = 0; in psmouse_switch_protocol() 1564 if (psmouse->resync_time && psmouse->poll(psmouse)) in psmouse_switch_protocol() 1565 psmouse->resync_time = 0; in psmouse_switch_protocol() 1631 psmouse->resync_time = parent ? 0 : psmouse_resync_time; in psmouse_connect()
|
D | psmouse-smbus.c | 263 psmouse->resync_time = 0; in psmouse_smbus_init()
|
D | psmouse.h | 115 unsigned int resync_time; member
|
D | byd.c | 490 psmouse->resync_time = 0; in byd_init()
|
D | focaltech.c | 443 psmouse->resync_time = 0; in focaltech_init()
|
D | cypress_ps2.c | 695 psmouse->resync_time = 0; in cypress_init()
|
D | hgpk.c | 939 psmouse->resync_time = 0; in hgpk_register()
|
D | synaptics.c | 1612 psmouse->resync_time = 0; in synaptics_init_ps2()
|
D | alps.c | 3140 psmouse->resync_time = 0; in alps_init()
|