Symbol: INPUT_MT_POINTER
drivers/hid/hid-alps.c
720
input_mt_init_slots(input, data->max_fingers, INPUT_MT_POINTER);
drivers/hid/hid-asus.c
992
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
2951
input_mt_init_slots(input_dev, wd->maxcontacts, INPUT_MT_POINTER |
drivers/hid/hid-magicmouse.c
594
mt_flags = INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED |
drivers/hid/hid-multitouch.c
1425
app->mt_flags |= INPUT_MT_POINTER;
drivers/hid/hid-multitouch.c
1434
if ((app->mt_flags & INPUT_MT_POINTER) &&
drivers/hid/hid-multitouch.c
649
mt_application->mt_flags |= INPUT_MT_POINTER;
drivers/hid/hid-multitouch.c
808
app->mt_flags |= INPUT_MT_POINTER;
drivers/hid/hid-playstation.c
955
ret = input_mt_init_slots(touchpad, num_contacts, INPUT_MT_POINTER);
drivers/hid/hid-sony.c
1170
ret = input_mt_init_slots(sc->touchpad, touch_count, INPUT_MT_POINTER);
drivers/hid/wacom_sys.c
519
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
1130
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
1333
INPUT_MT_POINTER | INPUT_MT_TRACK);
drivers/input/mouse/synaptics.c
1348
INPUT_MT_POINTER |
drivers/input/rmi4/rmi_2d_sensor.c
189
input_flags = INPUT_MT_POINTER;
drivers/input/touchscreen/atmel_mxt_ts.c
2164
mt_flags |= INPUT_MT_POINTER;