Lines Matching defs:psmouse

33 static int synaptics_send_cmd(struct psmouse *psmouse, unsigned char c,  in synaptics_send_cmd()
48 static int elantech_send_cmd(struct psmouse *psmouse, unsigned char c, in elantech_send_cmd()
66 static int elantech_ps2_command(struct psmouse *psmouse, in elantech_ps2_command()
93 static int elantech_read_reg(struct psmouse *psmouse, unsigned char reg, in elantech_read_reg()
149 static int elantech_write_reg(struct psmouse *psmouse, unsigned char reg, in elantech_write_reg()
221 static void elantech_packet_dump(struct psmouse *psmouse) in elantech_packet_dump()
235 static void elantech_report_absolute_v1(struct psmouse *psmouse) in elantech_report_absolute_v1()
323 static void elantech_report_absolute_v2(struct psmouse *psmouse) in elantech_report_absolute_v2()
409 static void elantech_report_absolute_v3(struct psmouse *psmouse, in elantech_report_absolute_v3()
483 static void elantech_input_sync_v4(struct psmouse *psmouse) in elantech_input_sync_v4()
494 static void process_packet_status_v4(struct psmouse *psmouse) in process_packet_status_v4()
513 static void process_packet_head_v4(struct psmouse *psmouse) in process_packet_head_v4()
542 static void process_packet_motion_v4(struct psmouse *psmouse) in process_packet_motion_v4()
583 static void elantech_report_absolute_v4(struct psmouse *psmouse, in elantech_report_absolute_v4()
606 static int elantech_packet_check_v1(struct psmouse *psmouse) in elantech_packet_check_v1()
630 static int elantech_debounce_check_v2(struct psmouse *psmouse) in elantech_debounce_check_v2()
642 static int elantech_packet_check_v2(struct psmouse *psmouse) in elantech_packet_check_v2()
674 static int elantech_packet_check_v3(struct psmouse *psmouse) in elantech_packet_check_v3()
695 static int elantech_packet_check_v4(struct psmouse *psmouse) in elantech_packet_check_v4()
717 static psmouse_ret_t elantech_process_byte(struct psmouse *psmouse) in elantech_process_byte()
774 static int elantech_set_absolute_mode(struct psmouse *psmouse) in elantech_set_absolute_mode()
852 static int elantech_set_range(struct psmouse *psmouse, in elantech_set_range()
942 static int elantech_get_resolution_v4(struct psmouse *psmouse, in elantech_get_resolution_v4()
960 static int elantech_set_input_params(struct psmouse *psmouse) in elantech_set_input_params()
1066 static ssize_t elantech_show_int_attr(struct psmouse *psmouse, void *data, in elantech_show_int_attr()
1083 static ssize_t elantech_set_int_attr(struct psmouse *psmouse, in elantech_set_int_attr()
1176 int elantech_detect(struct psmouse *psmouse, bool set_properties) in elantech_detect()
1235 static void elantech_disconnect(struct psmouse *psmouse) in elantech_disconnect()
1246 static int elantech_reconnect(struct psmouse *psmouse) in elantech_reconnect()
1317 int elantech_init(struct psmouse *psmouse) in elantech_init()