Lines Matching defs:psmouse

38 static int synaptics_send_cmd(struct psmouse *psmouse, unsigned char c,  in synaptics_send_cmd()
53 static int elantech_send_cmd(struct psmouse *psmouse, unsigned char c, in elantech_send_cmd()
71 static int elantech_ps2_command(struct psmouse *psmouse, in elantech_ps2_command()
98 static int elantech_read_reg(struct psmouse *psmouse, unsigned char reg, in elantech_read_reg()
154 static int elantech_write_reg(struct psmouse *psmouse, unsigned char reg, in elantech_write_reg()
226 static void elantech_packet_dump(struct psmouse *psmouse) in elantech_packet_dump()
236 static void elantech_report_absolute_v1(struct psmouse *psmouse) in elantech_report_absolute_v1()
324 static void elantech_report_absolute_v2(struct psmouse *psmouse) in elantech_report_absolute_v2()
405 static void elantech_report_trackpoint(struct psmouse *psmouse, in elantech_report_trackpoint()
461 static void elantech_report_absolute_v3(struct psmouse *psmouse, in elantech_report_absolute_v3()
540 static void elantech_input_sync_v4(struct psmouse *psmouse) in elantech_input_sync_v4()
556 static void process_packet_status_v4(struct psmouse *psmouse) in process_packet_status_v4()
575 static void process_packet_head_v4(struct psmouse *psmouse) in process_packet_head_v4()
604 static void process_packet_motion_v4(struct psmouse *psmouse) in process_packet_motion_v4()
645 static void elantech_report_absolute_v4(struct psmouse *psmouse, in elantech_report_absolute_v4()
668 static int elantech_packet_check_v1(struct psmouse *psmouse) in elantech_packet_check_v1()
692 static int elantech_debounce_check_v2(struct psmouse *psmouse) in elantech_debounce_check_v2()
706 static int elantech_packet_check_v2(struct psmouse *psmouse) in elantech_packet_check_v2()
738 static int elantech_packet_check_v3(struct psmouse *psmouse) in elantech_packet_check_v3()
776 static int elantech_packet_check_v4(struct psmouse *psmouse) in elantech_packet_check_v4()
825 static psmouse_ret_t elantech_process_byte(struct psmouse *psmouse) in elantech_process_byte()
902 static void elantech_set_rate_restore_reg_07(struct psmouse *psmouse, in elantech_set_rate_restore_reg_07()
915 static int elantech_set_absolute_mode(struct psmouse *psmouse) in elantech_set_absolute_mode()
997 static int elantech_set_range(struct psmouse *psmouse, in elantech_set_range()
1088 static int elantech_get_resolution_v4(struct psmouse *psmouse, in elantech_get_resolution_v4()
1144 static void elantech_set_buttonpad_prop(struct psmouse *psmouse) in elantech_set_buttonpad_prop()
1189 static int elantech_set_input_params(struct psmouse *psmouse) in elantech_set_input_params()
1297 static ssize_t elantech_show_int_attr(struct psmouse *psmouse, void *data, in elantech_show_int_attr()
1314 static ssize_t elantech_set_int_attr(struct psmouse *psmouse, in elantech_set_int_attr()
1428 int elantech_detect(struct psmouse *psmouse, bool set_properties) in elantech_detect()
1487 static void elantech_disconnect(struct psmouse *psmouse) in elantech_disconnect()
1508 static int elantech_reconnect(struct psmouse *psmouse) in elantech_reconnect()
1677 static int elantech_query_info(struct psmouse *psmouse, in elantech_query_info()
1770 static int elantech_create_smbus(struct psmouse *psmouse, in elantech_create_smbus()
1794 static int elantech_setup_smbus(struct psmouse *psmouse, in elantech_setup_smbus()
1827 static bool elantech_use_host_notify(struct psmouse *psmouse, in elantech_use_host_notify()
1855 int elantech_init_smbus(struct psmouse *psmouse) in elantech_init_smbus()
1881 static int elantech_setup_ps2(struct psmouse *psmouse, in elantech_setup_ps2()
1973 int elantech_init_ps2(struct psmouse *psmouse) in elantech_init_ps2()
1994 int elantech_init(struct psmouse *psmouse) in elantech_init()