Symbol: INPUT_MT_POINTER
drivers/hid/hid-alps.c
723
input_mt_init_slots(input, data->max_fingers, INPUT_MT_POINTER);
drivers/hid/hid-asus.c
991
INPUT_MT_POINTER);
drivers/hid/hid-elan.c
188
ret = input_mt_init_slots(input, ELAN_MAX_FINGERS, INPUT_MT_POINTER);
drivers/hid/hid-logitech-hidpp.c
2961
input_mt_init_slots(input_dev, wd->maxcontacts, INPUT_MT_POINTER |
drivers/hid/hid-magicmouse.c
610
mt_flags = INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED |
drivers/hid/hid-multitouch.c
1427
app->mt_flags |= INPUT_MT_POINTER;
drivers/hid/hid-multitouch.c
1436
if ((app->mt_flags & INPUT_MT_POINTER) &&
drivers/hid/hid-multitouch.c
651
mt_application->mt_flags |= INPUT_MT_POINTER;
drivers/hid/hid-multitouch.c
810
app->mt_flags |= INPUT_MT_POINTER;
drivers/hid/hid-playstation.c
964
ret = input_mt_init_slots(touchpad, num_contacts, INPUT_MT_POINTER);
drivers/hid/hid-sony.c
1324
ret = input_mt_init_slots(sc->touchpad, touch_count, INPUT_MT_POINTER);
drivers/hid/wacom_sys.c
518
INPUT_MT_POINTER);
drivers/hid/wacom_wac.c
4029
input_mt_init_slots(input_dev, features->touch_max, INPUT_MT_POINTER);
drivers/hid/wacom_wac.c
4076
input_mt_init_slots(input_dev, features->touch_max, INPUT_MT_POINTER);
drivers/hid/wacom_wac.c
4081
INPUT_MT_POINTER);
drivers/input/input-mt.c
345
if ((mt->flags & INPUT_MT_POINTER) && !(mt->flags & INPUT_MT_SEMI_MT))
drivers/input/input-mt.c
62
if (flags & (INPUT_MT_POINTER | INPUT_MT_DIRECT)) {
drivers/input/input-mt.c
70
if (flags & INPUT_MT_POINTER) {
drivers/input/keyboard/applespi.c
1305
INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED |
drivers/input/mouse/alps.c
3014
INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED |
drivers/input/mouse/alps.c
3025
INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED |
drivers/input/mouse/alps.c
3039
INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED |
drivers/input/mouse/bcm5974.c
546
INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | INPUT_MT_TRACK);
drivers/input/mouse/cyapa.c
507
INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED);
drivers/input/mouse/elan_i2c_core.c
1162
INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED);
drivers/input/mouse/focaltech.c
343
input_mt_init_slots(dev, 5, INPUT_MT_POINTER);
drivers/input/mouse/synaptics.c
1334
INPUT_MT_POINTER | INPUT_MT_TRACK);
drivers/input/mouse/synaptics.c
1349
INPUT_MT_POINTER |
drivers/input/rmi4/rmi_2d_sensor.c
189
input_flags = INPUT_MT_POINTER;
drivers/input/touchscreen/atmel_mxt_ts.c
2148
mt_flags |= INPUT_MT_POINTER;