Searched refs:recalib_wq (Results 1 – 2 of 2) sorted by relevance
/drivers/input/mouse/ |
D | hgpk.c | 172 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()
|
D | hgpk.h | 42 struct delayed_work recalib_wq; member
|