Lines Matching defs:psmouse
35 static int synaptics_send_cmd(struct psmouse *psmouse, unsigned char c, in synaptics_send_cmd()
50 static int elantech_send_cmd(struct psmouse *psmouse, unsigned char c, in elantech_send_cmd()
68 static int elantech_ps2_command(struct psmouse *psmouse, in elantech_ps2_command()
95 static int elantech_read_reg_params(struct psmouse *psmouse, u8 reg, u8 *param) in elantech_read_reg_params()
113 static int elantech_write_reg_params(struct psmouse *psmouse, u8 reg, u8 *param) in elantech_write_reg_params()
136 static int elantech_read_reg(struct psmouse *psmouse, unsigned char reg, in elantech_read_reg()
192 static int elantech_write_reg(struct psmouse *psmouse, unsigned char reg, in elantech_write_reg()
264 static void elantech_packet_dump(struct psmouse *psmouse) in elantech_packet_dump()
320 static void elantech_report_absolute_v1(struct psmouse *psmouse) in elantech_report_absolute_v1()
408 static void elantech_report_absolute_v2(struct psmouse *psmouse) in elantech_report_absolute_v2()
489 static void elantech_report_trackpoint(struct psmouse *psmouse, in elantech_report_trackpoint()
558 static void elantech_report_absolute_v3(struct psmouse *psmouse, in elantech_report_absolute_v3()
637 static void elantech_input_sync_v4(struct psmouse *psmouse) in elantech_input_sync_v4()
653 static void process_packet_status_v4(struct psmouse *psmouse) in process_packet_status_v4()
672 static void process_packet_head_v4(struct psmouse *psmouse) in process_packet_head_v4()
702 static void process_packet_motion_v4(struct psmouse *psmouse) in process_packet_motion_v4()
743 static void elantech_report_absolute_v4(struct psmouse *psmouse, in elantech_report_absolute_v4()
766 static int elantech_packet_check_v1(struct psmouse *psmouse) in elantech_packet_check_v1()
790 static int elantech_debounce_check_v2(struct psmouse *psmouse) in elantech_debounce_check_v2()
804 static int elantech_packet_check_v2(struct psmouse *psmouse) in elantech_packet_check_v2()
836 static int elantech_packet_check_v3(struct psmouse *psmouse) in elantech_packet_check_v3()
874 static int elantech_packet_check_v4(struct psmouse *psmouse) in elantech_packet_check_v4()
923 static psmouse_ret_t elantech_process_byte(struct psmouse *psmouse) in elantech_process_byte()
1000 static void elantech_set_rate_restore_reg_07(struct psmouse *psmouse, in elantech_set_rate_restore_reg_07()
1013 static int elantech_set_absolute_mode(struct psmouse *psmouse) in elantech_set_absolute_mode()
1104 static int elantech_get_resolution_v4(struct psmouse *psmouse, in elantech_get_resolution_v4()
1121 static void elantech_set_buttonpad_prop(struct psmouse *psmouse) in elantech_set_buttonpad_prop()
1165 static int elantech_set_input_params(struct psmouse *psmouse) in elantech_set_input_params()
1271 static ssize_t elantech_show_int_attr(struct psmouse *psmouse, void *data, in elantech_show_int_attr()
1288 static ssize_t elantech_set_int_attr(struct psmouse *psmouse, in elantech_set_int_attr()
1402 int elantech_detect(struct psmouse *psmouse, bool set_properties) in elantech_detect()
1461 static void elantech_disconnect(struct psmouse *psmouse) in elantech_disconnect()
1499 static int elantech_reconnect(struct psmouse *psmouse) in elantech_reconnect()
1621 static int elantech_change_report_id(struct psmouse *psmouse) in elantech_change_report_id()
1709 static int elantech_query_info(struct psmouse *psmouse, in elantech_query_info()
1928 static int elantech_create_smbus(struct psmouse *psmouse, in elantech_create_smbus()
1982 static int elantech_setup_smbus(struct psmouse *psmouse, in elantech_setup_smbus()
2017 static bool elantech_use_host_notify(struct psmouse *psmouse, in elantech_use_host_notify()
2043 int elantech_init_smbus(struct psmouse *psmouse) in elantech_init_smbus()
2069 static int elantech_setup_ps2(struct psmouse *psmouse, in elantech_setup_ps2()
2162 int elantech_init_ps2(struct psmouse *psmouse) in elantech_init_ps2()
2183 int elantech_init(struct psmouse *psmouse) in elantech_init()