Lines Matching refs:hgpk_data
129 struct hgpk_data *priv = psmouse->private; in hgpk_discard_decay_hack()
179 static void hgpk_reset_spew_detection(struct hgpk_data *priv) in hgpk_reset_spew_detection()
190 struct hgpk_data *priv = psmouse->private; in hgpk_reset_hack_state()
217 struct hgpk_data *priv = psmouse->private; in hgpk_spewing_hack()
311 struct hgpk_data *priv = psmouse->private; in hgpk_is_byte_valid()
345 struct hgpk_data *priv = psmouse->private; in hgpk_process_advanced_packet()
465 struct hgpk_data *priv = psmouse->private; in hgpk_process_byte()
498 struct hgpk_data *priv = psmouse->private; in hgpk_select_mode()
640 struct hgpk_data *priv = psmouse->private; in hgpk_force_recalibrate()
756 struct hgpk_data *priv = psmouse->private; in hgpk_reconnect()
774 struct hgpk_data *priv = psmouse->private; in hgpk_show_powered()
782 struct hgpk_data *priv = psmouse->private; in hgpk_set_powered()
811 struct hgpk_data *priv = psmouse->private; in attr_show_mode()
819 struct hgpk_data *priv = psmouse->private; in attr_set_mode()
877 struct hgpk_data *priv = psmouse->private; in hgpk_trigger_recal()
902 struct hgpk_data *priv = psmouse->private; in hgpk_disconnect()
920 struct hgpk_data *priv = container_of(w, struct hgpk_data, recalib_wq); in hgpk_recalib_work()
929 struct hgpk_data *priv = psmouse->private; in hgpk_register()
984 struct hgpk_data *priv; in hgpk_init()
987 priv = kzalloc(sizeof(struct hgpk_data), GFP_KERNEL); in hgpk_init()