Searched refs:recalib_wq (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/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() 893 psmouse_queue_work(psmouse, &priv->recalib_wq, 0); in hgpk_trigger_recal() 920 struct hgpk_data *priv = container_of(w, struct hgpk_data, recalib_wq); in hgpk_recalib_work() 998 INIT_DELAYED_WORK(&priv->recalib_wq, hgpk_recalib_work); in hgpk_init()
|
D | hgpk.h | 43 struct delayed_work recalib_wq; member
|