Searched refs:input_mt_pos (Results 1 – 19 of 19) sorted by relevance
/linux/include/linux/input/ |
A D | touchscreen.h | 10 struct input_mt_pos; 23 void touchscreen_set_mt_pos(struct input_mt_pos *pos,
|
A D | mt.h | 119 struct input_mt_pos { struct 124 const struct input_mt_pos *pos, int num_pos, argument
|
/linux/drivers/input/mouse/ |
A D | alps.h | 238 struct input_mt_pos st; 239 struct input_mt_pos mt[MAX_TOUCHES];
|
A D | bcm5974.c | 287 struct input_mt_pos pos[MAX_FINGERS]; /* position array */ 565 const struct input_mt_pos *pos, in report_finger_data()
|
A D | cypress_ps2.c | 520 struct input_mt_pos pos[CYTP_MAX_MT_SLOTS]; in cypress_process_packet()
|
A D | alps.c | 398 struct input_mt_pos corner[4]; in alps_process_bitmap() 969 static void alps_get_finger_coordinate_v7(struct input_mt_pos *mt, in alps_get_finger_coordinate_v7() 1014 static int alps_get_mt_count(struct input_mt_pos *mt) in alps_get_mt_count()
|
A D | synaptics.c | 993 struct input_mt_pos pos[2]; in synaptics_report_mt_data()
|
/linux/drivers/input/ |
A D | input-mt.c | 364 const struct input_mt_pos *pos, int num_pos, in input_mt_set_matrix() 367 const struct input_mt_pos *p; in input_mt_set_matrix() 441 const struct input_mt_pos *pos, int num_pos, in input_mt_assign_slots()
|
A D | touchscreen.c | 173 void touchscreen_set_mt_pos(struct input_mt_pos *pos, in touchscreen_set_mt_pos()
|
/linux/drivers/input/rmi4/ |
A D | rmi_2d_sensor.h | 45 struct input_mt_pos *tracking_pos;
|
A D | rmi_f12.c | 525 sensor->nbr_fingers, sizeof(struct input_mt_pos), in rmi_f12_probe()
|
A D | rmi_f11.c | 1204 sensor->nbr_fingers, sizeof(struct input_mt_pos), in rmi_f11_initialize()
|
/linux/drivers/input/touchscreen/ |
A D | ektf2127.c | 52 struct input_mt_pos *touches) in ektf2127_parse_coordinates() 72 struct input_mt_pos touches[EKTF2127_MAX_TOUCHES]; in ektf2127_report_event()
|
A D | st1232.c | 133 struct input_mt_pos pos[ST_TS_MAX_FINGERS]; in st1232_ts_parse_and_report()
|
A D | bu21013_ts.c | 189 struct input_mt_pos pos[MAX_FINGERS]; in bu21013_do_touch_report()
|
A D | pixcir_i2c_ts.c | 89 struct input_mt_pos pos[PIXCIR_MAX_SLOTS];
|
A D | silead.c | 75 struct input_mt_pos pos[SILEAD_MAX_FINGERS];
|
A D | rohm_bu21023.c | 529 struct input_mt_pos pos[MAX_CONTACTS]; in rohm_ts_soft_irq()
|
/linux/drivers/input/keyboard/ |
A D | applespi.c | 388 struct input_mt_pos pos[MAX_FINGERS]; 1014 const struct input_mt_pos *pos, in report_finger_data()
|
Completed in 52 milliseconds