Lines Matching defs:psmouse

39 int focaltech_detect(struct psmouse *psmouse, bool set_properties)  in focaltech_detect()
52 static void focaltech_reset(struct psmouse *psmouse) in focaltech_reset()
115 static void focaltech_report_state(struct psmouse *psmouse) in focaltech_report_state()
148 static void focaltech_process_touch_packet(struct psmouse *psmouse, in focaltech_process_touch_packet()
172 static void focaltech_process_abs_packet(struct psmouse *psmouse, in focaltech_process_abs_packet()
193 static void focaltech_process_rel_packet(struct psmouse *psmouse, in focaltech_process_rel_packet()
224 static void focaltech_process_packet(struct psmouse *psmouse) in focaltech_process_packet()
249 static psmouse_ret_t focaltech_process_byte(struct psmouse *psmouse) in focaltech_process_byte()
263 static int focaltech_switch_protocol(struct psmouse *psmouse) in focaltech_switch_protocol()
291 static void focaltech_disconnect(struct psmouse *psmouse) in focaltech_disconnect()
298 static int focaltech_reconnect(struct psmouse *psmouse) in focaltech_reconnect()
313 static void focaltech_set_input_params(struct psmouse *psmouse) in focaltech_set_input_params()
364 static int focaltech_read_size(struct psmouse *psmouse) in focaltech_read_size()
380 void focaltech_set_resolution(struct psmouse *psmouse, unsigned int resolution) in focaltech_set_resolution()
385 static void focaltech_set_rate(struct psmouse *psmouse, unsigned int rate) in focaltech_set_rate()
390 static void focaltech_set_scale(struct psmouse *psmouse, in focaltech_set_scale()
396 int focaltech_init(struct psmouse *psmouse) in focaltech_init()
449 int focaltech_init(struct psmouse *psmouse) in focaltech_init()