Searched refs:fast_reconnect (Results 1 – 5 of 5) sorted by relevance
78 int (*fast_reconnect)(struct serio *); member
258 psmouse->fast_reconnect = psmouse_smbus_reconnect; in psmouse_smbus_init()
1661 psmouse->fast_reconnect = NULL; in synaptics_init_ps2()
2148 psmouse->fast_reconnect = NULL; in elantech_setup_ps2()
911 if (serio->drv && serio->drv->fast_reconnect) { in serio_resume()912 error = serio->drv->fast_reconnect(serio); in serio_resume()