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()
701 static void process_packet_motion_v4(struct psmouse *psmouse) in process_packet_motion_v4()
742 static void elantech_report_absolute_v4(struct psmouse *psmouse, in elantech_report_absolute_v4()
765 static int elantech_packet_check_v1(struct psmouse *psmouse) in elantech_packet_check_v1()
789 static int elantech_debounce_check_v2(struct psmouse *psmouse) in elantech_debounce_check_v2()
803 static int elantech_packet_check_v2(struct psmouse *psmouse) in elantech_packet_check_v2()
835 static int elantech_packet_check_v3(struct psmouse *psmouse) in elantech_packet_check_v3()
873 static int elantech_packet_check_v4(struct psmouse *psmouse) in elantech_packet_check_v4()
922 static psmouse_ret_t elantech_process_byte(struct psmouse *psmouse) in elantech_process_byte()
999 static void elantech_set_rate_restore_reg_07(struct psmouse *psmouse, in elantech_set_rate_restore_reg_07()
1012 static int elantech_set_absolute_mode(struct psmouse *psmouse) in elantech_set_absolute_mode()
1103 static int elantech_get_resolution_v4(struct psmouse *psmouse, in elantech_get_resolution_v4()
1120 static void elantech_set_buttonpad_prop(struct psmouse *psmouse) in elantech_set_buttonpad_prop()
1164 static int elantech_set_input_params(struct psmouse *psmouse) in elantech_set_input_params()
1270 static ssize_t elantech_show_int_attr(struct psmouse *psmouse, void *data, in elantech_show_int_attr()
1287 static ssize_t elantech_set_int_attr(struct psmouse *psmouse, in elantech_set_int_attr()
1401 int elantech_detect(struct psmouse *psmouse, bool set_properties) in elantech_detect()
1460 static void elantech_disconnect(struct psmouse *psmouse) in elantech_disconnect()
1481 static int elantech_reconnect(struct psmouse *psmouse) in elantech_reconnect()
1589 static int elantech_change_report_id(struct psmouse *psmouse) in elantech_change_report_id()
1677 static int elantech_query_info(struct psmouse *psmouse, in elantech_query_info()
1896 static int elantech_create_smbus(struct psmouse *psmouse, in elantech_create_smbus()
1950 static int elantech_setup_smbus(struct psmouse *psmouse, in elantech_setup_smbus()
1985 static bool elantech_use_host_notify(struct psmouse *psmouse, in elantech_use_host_notify()
2011 int elantech_init_smbus(struct psmouse *psmouse) in elantech_init_smbus()
2037 static int elantech_setup_ps2(struct psmouse *psmouse, in elantech_setup_ps2()
2129 int elantech_init_ps2(struct psmouse *psmouse) in elantech_init_ps2()
2150 int elantech_init(struct psmouse *psmouse) in elantech_init()