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()
757 struct hgpk_data *priv = psmouse->private; in hgpk_reconnect()
775 struct hgpk_data *priv = psmouse->private; in hgpk_show_powered()
783 struct hgpk_data *priv = psmouse->private; in hgpk_set_powered()
812 struct hgpk_data *priv = psmouse->private; in attr_show_mode()
820 struct hgpk_data *priv = psmouse->private; in attr_set_mode()
878 struct hgpk_data *priv = psmouse->private; in hgpk_trigger_recal()
903 struct hgpk_data *priv = psmouse->private; in hgpk_disconnect()
921 struct hgpk_data *priv = container_of(w, struct hgpk_data, recalib_wq); in hgpk_recalib_work()
930 struct hgpk_data *priv = psmouse->private; in hgpk_register()
985 struct hgpk_data *priv; in hgpk_init()
988 priv = kzalloc(sizeof(struct hgpk_data), GFP_KERNEL); in hgpk_init()