Lines Matching defs:psmouse

124 static int hgpk_discard_decay_hack(struct psmouse *psmouse, int x, int y)  in hgpk_discard_decay_hack()
185 static void hgpk_reset_hack_state(struct psmouse *psmouse) in hgpk_reset_hack_state()
211 static void hgpk_spewing_hack(struct psmouse *psmouse, in hgpk_spewing_hack()
306 static bool hgpk_is_byte_valid(struct psmouse *psmouse, unsigned char *packet) in hgpk_is_byte_valid()
340 static void hgpk_process_advanced_packet(struct psmouse *psmouse) in hgpk_process_advanced_packet()
425 static void hgpk_process_simple_packet(struct psmouse *psmouse) in hgpk_process_simple_packet()
460 static psmouse_ret_t hgpk_process_byte(struct psmouse *psmouse) in hgpk_process_byte()
492 static int hgpk_select_mode(struct psmouse *psmouse) in hgpk_select_mode()
603 static int hgpk_reset_device(struct psmouse *psmouse, bool recalibrate) in hgpk_reset_device()
635 static int hgpk_force_recalibrate(struct psmouse *psmouse) in hgpk_force_recalibrate()
692 static int hgpk_toggle_powersave(struct psmouse *psmouse, int enable) in hgpk_toggle_powersave()
745 static int hgpk_poll(struct psmouse *psmouse) in hgpk_poll()
751 static int hgpk_reconnect(struct psmouse *psmouse) in hgpk_reconnect()
769 static ssize_t hgpk_show_powered(struct psmouse *psmouse, void *data, char *buf) in hgpk_show_powered()
776 static ssize_t hgpk_set_powered(struct psmouse *psmouse, void *data, in hgpk_set_powered()
806 static ssize_t attr_show_mode(struct psmouse *psmouse, void *data, char *buf) in attr_show_mode()
813 static ssize_t attr_set_mode(struct psmouse *psmouse, void *data, in attr_set_mode()
865 static ssize_t hgpk_trigger_recal_show(struct psmouse *psmouse, in hgpk_trigger_recal_show()
871 static ssize_t hgpk_trigger_recal(struct psmouse *psmouse, void *data, in hgpk_trigger_recal()
897 static void hgpk_disconnect(struct psmouse *psmouse) in hgpk_disconnect()
918 struct psmouse *psmouse = priv->psmouse; in hgpk_recalib_work() local
924 static int hgpk_register(struct psmouse *psmouse) in hgpk_register()
979 int hgpk_init(struct psmouse *psmouse) in hgpk_init()
1013 static enum hgpk_model_t hgpk_get_model(struct psmouse *psmouse) in hgpk_get_model()
1037 int hgpk_detect(struct psmouse *psmouse, bool set_properties) in hgpk_detect()