Home
last modified time | relevance | path

Searched refs:recalib_wq (Results 1 – 2 of 2) sorted by relevance

/drivers/input/mouse/
Dhgpk.c172 psmouse_queue_work(psmouse, &priv->recalib_wq, in hgpk_discard_decay_hack()
266 psmouse_queue_work(psmouse, &priv->recalib_wq, in hgpk_spewing_hack()
398 psmouse_queue_work(psmouse, &priv->recalib_wq, in hgpk_process_advanced_packet()
486 psmouse_queue_work(psmouse, &priv->recalib_wq, in hgpk_process_byte()
894 psmouse_queue_work(psmouse, &priv->recalib_wq, 0); in hgpk_trigger_recal()
921 struct hgpk_data *priv = container_of(w, struct hgpk_data, recalib_wq); in hgpk_recalib_work()
999 INIT_DELAYED_WORK(&priv->recalib_wq, hgpk_recalib_work); in hgpk_init()
Dhgpk.h42 struct delayed_work recalib_wq; member