Symbol: input_mt_pos
drivers/input/input-mt.c
403
const struct input_mt_pos *pos, int num_pos,
drivers/input/input-mt.c
406
const struct input_mt_pos *p;
drivers/input/input-mt.c
480
const struct input_mt_pos *pos, int num_pos,
drivers/input/keyboard/applespi.c
388
struct input_mt_pos pos[MAX_FINGERS];
drivers/input/keyboard/applespi.c
995
const struct input_mt_pos *pos,
drivers/input/mouse/alps.c
1015
static int alps_get_mt_count(struct input_mt_pos *mt)
drivers/input/mouse/alps.c
399
struct input_mt_pos corner[4];
drivers/input/mouse/alps.c
970
static void alps_get_finger_coordinate_v7(struct input_mt_pos *mt,
drivers/input/mouse/alps.h
238
struct input_mt_pos st;
drivers/input/mouse/alps.h
239
struct input_mt_pos mt[MAX_TOUCHES];
drivers/input/mouse/bcm5974.c
287
struct input_mt_pos pos[MAX_FINGERS]; /* position array */
drivers/input/mouse/bcm5974.c
567
const struct input_mt_pos *pos,
drivers/input/mouse/cypress_ps2.c
482
struct input_mt_pos pos[CYTP_MAX_MT_SLOTS];
drivers/input/mouse/synaptics.c
1031
struct input_mt_pos pos[2];
drivers/input/rmi4/rmi_2d_sensor.h
48
struct input_mt_pos *tracking_pos;
drivers/input/rmi4/rmi_f11.c
1204
sensor->nbr_fingers, sizeof(struct input_mt_pos),
drivers/input/touch-overlay.c
126
struct input_mt_pos *pos)
drivers/input/touch-overlay.c
157
struct input_mt_pos *pos)
drivers/input/touch-overlay.c
181
struct input_mt_pos *pos, int slot)
drivers/input/touch-overlay.c
253
struct input_mt_pos *pos, int slot)
drivers/input/touchscreen.c
174
void touchscreen_set_mt_pos(struct input_mt_pos *pos,
drivers/input/touchscreen/bu21013_ts.c
189
struct input_mt_pos pos[MAX_FINGERS];
drivers/input/touchscreen/ektf2127.c
58
struct input_mt_pos *touches)
drivers/input/touchscreen/ektf2127.c
78
struct input_mt_pos touches[EKTF2127_MAX_TOUCHES];
drivers/input/touchscreen/pixcir_i2c_ts.c
89
struct input_mt_pos pos[PIXCIR_MAX_SLOTS];
drivers/input/touchscreen/rohm_bu21023.c
529
struct input_mt_pos pos[MAX_CONTACTS];
drivers/input/touchscreen/silead.c
206
struct input_mt_pos pos;
drivers/input/touchscreen/silead.c
75
struct input_mt_pos pos[SILEAD_MAX_FINGERS];
drivers/input/touchscreen/st1232.c
189
struct input_mt_pos pos[ST_TS_MAX_FINGERS];
include/linux/input/mt.h
125
const struct input_mt_pos *pos, int num_pos,
include/linux/input/touch-overlay.h
21
struct input_mt_pos *pos, int slot);
include/linux/input/touchscreen.h
10
struct input_mt_pos;
include/linux/input/touchscreen.h
23
void touchscreen_set_mt_pos(struct input_mt_pos *pos,