Lines Matching defs:psmouse
127 static int hgpk_discard_decay_hack(struct psmouse *psmouse, int x, int y) in hgpk_discard_decay_hack()
188 static void hgpk_reset_hack_state(struct psmouse *psmouse) in hgpk_reset_hack_state()
214 static void hgpk_spewing_hack(struct psmouse *psmouse, in hgpk_spewing_hack()
309 static bool hgpk_is_byte_valid(struct psmouse *psmouse, unsigned char *packet) in hgpk_is_byte_valid()
346 static void hgpk_process_advanced_packet(struct psmouse *psmouse) in hgpk_process_advanced_packet()
431 static void hgpk_process_simple_packet(struct psmouse *psmouse) in hgpk_process_simple_packet()
466 static psmouse_ret_t hgpk_process_byte(struct psmouse *psmouse) in hgpk_process_byte()
498 static int hgpk_select_mode(struct psmouse *psmouse) in hgpk_select_mode()
609 static int hgpk_reset_device(struct psmouse *psmouse, bool recalibrate) in hgpk_reset_device()
641 static int hgpk_force_recalibrate(struct psmouse *psmouse) in hgpk_force_recalibrate()
702 static int hgpk_toggle_powersave(struct psmouse *psmouse, int enable) in hgpk_toggle_powersave()
757 static int hgpk_poll(struct psmouse *psmouse) in hgpk_poll()
763 static int hgpk_reconnect(struct psmouse *psmouse) in hgpk_reconnect()
781 static ssize_t hgpk_show_powered(struct psmouse *psmouse, void *data, char *buf) in hgpk_show_powered()
788 static ssize_t hgpk_set_powered(struct psmouse *psmouse, void *data, in hgpk_set_powered()
818 static ssize_t attr_show_mode(struct psmouse *psmouse, void *data, char *buf) in attr_show_mode()
825 static ssize_t attr_set_mode(struct psmouse *psmouse, void *data, in attr_set_mode()
877 static ssize_t hgpk_trigger_recal_show(struct psmouse *psmouse, in hgpk_trigger_recal_show()
883 static ssize_t hgpk_trigger_recal(struct psmouse *psmouse, void *data, in hgpk_trigger_recal()
909 static void hgpk_disconnect(struct psmouse *psmouse) in hgpk_disconnect()
930 struct psmouse *psmouse = priv->psmouse; in hgpk_recalib_work() local
936 static int hgpk_register(struct psmouse *psmouse) in hgpk_register()
991 int hgpk_init(struct psmouse *psmouse) in hgpk_init()
1025 static enum hgpk_model_t hgpk_get_model(struct psmouse *psmouse) in hgpk_get_model()
1049 int hgpk_detect(struct psmouse *psmouse, bool set_properties) in hgpk_detect()