Home
last modified time | relevance | path

Searched refs:INPUT_MT_POINTER (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/drivers/input/
Dinput-mt.c61 if (flags & (INPUT_MT_POINTER | INPUT_MT_DIRECT)) { in input_mt_init_slots()
69 if (flags & INPUT_MT_POINTER) { in input_mt_init_slots()
309 if ((mt->flags & INPUT_MT_POINTER) && !(mt->flags & INPUT_MT_SEMI_MT)) in input_mt_sync_frame()
/Linux-v4.19/include/linux/input/
Dmt.h18 #define INPUT_MT_POINTER 0x0001 /* pointer device, e.g. trackpad */ macro
/Linux-v4.19/drivers/input/mouse/
Dfocaltech.c347 input_mt_init_slots(dev, 5, INPUT_MT_POINTER); in focaltech_set_input_params()
Dsynaptics.c1282 INPUT_MT_POINTER | INPUT_MT_TRACK); in set_input_params()
1297 INPUT_MT_POINTER | in set_input_params()
Dalps.c2994 INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | in alps_set_abs_params_semi_mt()
3005 INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | in alps_set_abs_params_v7()
3019 INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | in alps_set_abs_params_ss4_v2()
Dbcm5974.c558 INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED | INPUT_MT_TRACK); in setup_events_to_report()
Delan_i2c_core.c1054 INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED); in elan_setup_input_device()
Dcyapa.c508 INPUT_MT_POINTER | INPUT_MT_DROP_UNUSED); in cyapa_create_input_dev()
/Linux-v4.19/drivers/hid/
Dhid-multitouch.c535 mt_application->mt_flags |= INPUT_MT_POINTER; in mt_allocate_application()
673 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_mapping()
1230 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_configured()
1236 if ((app->mt_flags & INPUT_MT_POINTER) && in mt_touch_input_configured()
Dhid-elan.c192 ret = input_mt_init_slots(input, ELAN_MAX_FINGERS, INPUT_MT_POINTER); in elan_input_configured()
Dhid-asus.c429 INPUT_MT_POINTER); in asus_input_configured()
Dhid-alps.c709 input_mt_init_slots(input, data->max_fingers, INPUT_MT_POINTER); in alps_input_configured()
Dwacom_wac.c3707 input_mt_init_slots(input_dev, features->touch_max, INPUT_MT_POINTER); in wacom_setup_touch_input_capabilities()
3745 input_mt_init_slots(input_dev, features->touch_max, INPUT_MT_POINTER); in wacom_setup_touch_input_capabilities()
3750 INPUT_MT_POINTER); in wacom_setup_touch_input_capabilities()
Dhid-sony.c1402 ret = input_mt_init_slots(sc->touchpad, touch_count, INPUT_MT_POINTER); in sony_register_touchpad()
Dwacom_sys.c469 INPUT_MT_POINTER); in wacom_post_parse_hid()
Dhid-logitech-hidpp.c2046 input_mt_init_slots(input_dev, wd->maxcontacts, INPUT_MT_POINTER | in wtp_populate_input()
/Linux-v4.19/drivers/input/rmi4/
Drmi_2d_sensor.c191 input_flags = INPUT_MT_POINTER; in rmi_2d_sensor_set_input_params()
/Linux-v4.19/drivers/input/touchscreen/
Datmel_mxt_ts.c2040 mt_flags |= INPUT_MT_POINTER; in mxt_initialize_input_device()