Searched refs:recalib_wq (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/input/mouse/ |
H A D | hgpk.c | 169 psmouse_queue_work(psmouse, &priv->recalib_wq, in hgpk_discard_decay_hack() 263 psmouse_queue_work(psmouse, &priv->recalib_wq, in hgpk_spewing_hack() 395 psmouse_queue_work(psmouse, &priv->recalib_wq, in hgpk_process_advanced_packet() 483 psmouse_queue_work(psmouse, &priv->recalib_wq, in hgpk_process_byte() 890 psmouse_queue_work(psmouse, &priv->recalib_wq, 0); in hgpk_trigger_recal() 917 struct hgpk_data *priv = container_of(w, struct hgpk_data, recalib_wq); in hgpk_recalib_work() 995 INIT_DELAYED_WORK(&priv->recalib_wq, hgpk_recalib_work); in hgpk_init()
|
H A D | hgpk.h | 43 struct delayed_work recalib_wq; member
|