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(struct psmouse *psmouse, unsigned char reg, in elantech_read_reg()
151 static int elantech_write_reg(struct psmouse *psmouse, unsigned char reg, in elantech_write_reg()
223 static void elantech_packet_dump(struct psmouse *psmouse) in elantech_packet_dump()
279 static void elantech_report_absolute_v1(struct psmouse *psmouse) in elantech_report_absolute_v1()
367 static void elantech_report_absolute_v2(struct psmouse *psmouse) in elantech_report_absolute_v2()
448 static void elantech_report_trackpoint(struct psmouse *psmouse, in elantech_report_trackpoint()
504 static void elantech_report_absolute_v3(struct psmouse *psmouse, in elantech_report_absolute_v3()
583 static void elantech_input_sync_v4(struct psmouse *psmouse) in elantech_input_sync_v4()
599 static void process_packet_status_v4(struct psmouse *psmouse) in process_packet_status_v4()
618 static void process_packet_head_v4(struct psmouse *psmouse) in process_packet_head_v4()
647 static void process_packet_motion_v4(struct psmouse *psmouse) in process_packet_motion_v4()
688 static void elantech_report_absolute_v4(struct psmouse *psmouse, in elantech_report_absolute_v4()
711 static int elantech_packet_check_v1(struct psmouse *psmouse) in elantech_packet_check_v1()
735 static int elantech_debounce_check_v2(struct psmouse *psmouse) in elantech_debounce_check_v2()
749 static int elantech_packet_check_v2(struct psmouse *psmouse) in elantech_packet_check_v2()
781 static int elantech_packet_check_v3(struct psmouse *psmouse) in elantech_packet_check_v3()
819 static int elantech_packet_check_v4(struct psmouse *psmouse) in elantech_packet_check_v4()
868 static psmouse_ret_t elantech_process_byte(struct psmouse *psmouse) in elantech_process_byte()
945 static void elantech_set_rate_restore_reg_07(struct psmouse *psmouse, in elantech_set_rate_restore_reg_07()
958 static int elantech_set_absolute_mode(struct psmouse *psmouse) in elantech_set_absolute_mode()
1049 static int elantech_get_resolution_v4(struct psmouse *psmouse, in elantech_get_resolution_v4()
1066 static void elantech_set_buttonpad_prop(struct psmouse *psmouse) in elantech_set_buttonpad_prop()
1110 static int elantech_set_input_params(struct psmouse *psmouse) in elantech_set_input_params()
1216 static ssize_t elantech_show_int_attr(struct psmouse *psmouse, void *data, in elantech_show_int_attr()
1233 static ssize_t elantech_set_int_attr(struct psmouse *psmouse, in elantech_set_int_attr()
1347 int elantech_detect(struct psmouse *psmouse, bool set_properties) in elantech_detect()
1406 static void elantech_disconnect(struct psmouse *psmouse) in elantech_disconnect()
1427 static int elantech_reconnect(struct psmouse *psmouse) in elantech_reconnect()
1596 static int elantech_query_info(struct psmouse *psmouse, in elantech_query_info()
1782 static int elantech_create_smbus(struct psmouse *psmouse, in elantech_create_smbus()
1834 static int elantech_setup_smbus(struct psmouse *psmouse, in elantech_setup_smbus()
1869 static bool elantech_use_host_notify(struct psmouse *psmouse, in elantech_use_host_notify()
1895 int elantech_init_smbus(struct psmouse *psmouse) in elantech_init_smbus()
1921 static int elantech_setup_ps2(struct psmouse *psmouse, in elantech_setup_ps2()
2013 int elantech_init_ps2(struct psmouse *psmouse) in elantech_init_ps2()
2034 int elantech_init(struct psmouse *psmouse) in elantech_init()