Searched refs:resync_time (Results 1 – 7 of 7) sorted by relevance
/drivers/input/mouse/ |
D | psmouse-base.c | 75 module_param_named(resync_time, psmouse_resync_time, uint, 0644); 76 MODULE_PARM_DESC(resync_time, "How long can mouse stay idle before forcing resync (in seconds, 0 = … 90 PSMOUSE_DEFINE_ATTR(resync_time, S_IWUSR | S_IRUGO, 91 (void *) offsetof(struct psmouse, resync_time), 368 psmouse->pktcnt == 1 && psmouse->resync_time && in psmouse_interrupt() 369 time_after(jiffies, psmouse->last + psmouse->resync_time * HZ)) { in psmouse_interrupt() 1480 psmouse->resync_time = 0; in psmouse_switch_protocol() 1488 if (psmouse->resync_time && psmouse->poll(psmouse)) in psmouse_switch_protocol() 1489 psmouse->resync_time = 0; in psmouse_switch_protocol() 1555 psmouse->resync_time = parent ? 0 : psmouse_resync_time; in psmouse_connect()
|
D | psmouse.h | 69 unsigned int resync_time; member
|
D | focaltech.c | 442 psmouse->resync_time = 0; in focaltech_init()
|
D | cypress_ps2.c | 697 psmouse->resync_time = 0; in cypress_init()
|
D | hgpk.c | 940 psmouse->resync_time = 0; in hgpk_register()
|
D | synaptics.c | 1521 psmouse->resync_time = 0; in __synaptics_init()
|
D | alps.c | 2977 psmouse->resync_time = 0; in alps_init()
|