Searched refs:input_mt_pos (Results 1 – 19 of 19) sorted by relevance
/linux-6.1.9/include/linux/input/ |
D | touchscreen.h | 10 struct input_mt_pos; 23 void touchscreen_set_mt_pos(struct input_mt_pos *pos,
|
D | mt.h | 119 struct input_mt_pos { struct 124 const struct input_mt_pos *pos, int num_pos, argument
|
/linux-6.1.9/drivers/input/mouse/ |
D | alps.h | 238 struct input_mt_pos st; 239 struct input_mt_pos mt[MAX_TOUCHES];
|
D | bcm5974.c | 287 struct input_mt_pos pos[MAX_FINGERS]; /* position array */ 565 const struct input_mt_pos *pos, in report_finger_data()
|
D | cypress_ps2.c | 520 struct input_mt_pos pos[CYTP_MAX_MT_SLOTS]; in cypress_process_packet()
|
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()
|
D | synaptics.c | 994 struct input_mt_pos pos[2]; in synaptics_report_mt_data()
|
/linux-6.1.9/drivers/input/rmi4/ |
D | rmi_2d_sensor.h | 45 struct input_mt_pos *tracking_pos;
|
D | rmi_f12.c | 525 sensor->nbr_fingers, sizeof(struct input_mt_pos), in rmi_f12_probe()
|
D | rmi_f11.c | 1204 sensor->nbr_fingers, sizeof(struct input_mt_pos), in rmi_f11_initialize()
|
/linux-6.1.9/drivers/input/ |
D | input-mt.c | 404 const struct input_mt_pos *pos, int num_pos, in input_mt_set_matrix() 407 const struct input_mt_pos *p; in input_mt_set_matrix() 481 const struct input_mt_pos *pos, int num_pos, in input_mt_assign_slots()
|
D | touchscreen.c | 173 void touchscreen_set_mt_pos(struct input_mt_pos *pos, in touchscreen_set_mt_pos()
|
/linux-6.1.9/drivers/input/touchscreen/ |
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()
|
D | silead.c | 76 struct input_mt_pos pos[SILEAD_MAX_FINGERS]; 207 struct input_mt_pos pos; in silead_ts_handle_pen_data()
|
D | st1232.c | 133 struct input_mt_pos pos[ST_TS_MAX_FINGERS]; in st1232_ts_parse_and_report()
|
D | bu21013_ts.c | 189 struct input_mt_pos pos[MAX_FINGERS]; in bu21013_do_touch_report()
|
D | pixcir_i2c_ts.c | 89 struct input_mt_pos pos[PIXCIR_MAX_SLOTS];
|
D | rohm_bu21023.c | 529 struct input_mt_pos pos[MAX_CONTACTS]; in rohm_ts_soft_irq()
|
/linux-6.1.9/drivers/input/keyboard/ |
D | applespi.c | 388 struct input_mt_pos pos[MAX_FINGERS]; 1014 const struct input_mt_pos *pos, in report_finger_data()
|