Lines Matching refs:hgpk_data
126 struct hgpk_data *priv = psmouse->private; in hgpk_discard_decay_hack()
176 static void hgpk_reset_spew_detection(struct hgpk_data *priv) in hgpk_reset_spew_detection()
187 struct hgpk_data *priv = psmouse->private; in hgpk_reset_hack_state()
214 struct hgpk_data *priv = psmouse->private; in hgpk_spewing_hack()
308 struct hgpk_data *priv = psmouse->private; in hgpk_is_byte_valid()
342 struct hgpk_data *priv = psmouse->private; in hgpk_process_advanced_packet()
462 struct hgpk_data *priv = psmouse->private; in hgpk_process_byte()
495 struct hgpk_data *priv = psmouse->private; in hgpk_select_mode()
637 struct hgpk_data *priv = psmouse->private; in hgpk_force_recalibrate()
753 struct hgpk_data *priv = psmouse->private; in hgpk_reconnect()
771 struct hgpk_data *priv = psmouse->private; in hgpk_show_powered()
779 struct hgpk_data *priv = psmouse->private; in hgpk_set_powered()
808 struct hgpk_data *priv = psmouse->private; in attr_show_mode()
816 struct hgpk_data *priv = psmouse->private; in attr_set_mode()
874 struct hgpk_data *priv = psmouse->private; in hgpk_trigger_recal()
899 struct hgpk_data *priv = psmouse->private; in hgpk_disconnect()
917 struct hgpk_data *priv = container_of(w, struct hgpk_data, recalib_wq); in hgpk_recalib_work()
926 struct hgpk_data *priv = psmouse->private; in hgpk_register()
981 struct hgpk_data *priv; in hgpk_init()
984 priv = kzalloc(sizeof(struct hgpk_data), GFP_KERNEL); in hgpk_init()