Symbol: ABS_MT_TOUCH_MAJOR
drivers/hid/hid-asus.c
237
input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major);
drivers/hid/hid-asus.c
268
input_mt_get_value(oldest, ABS_MT_TOUCH_MAJOR));
drivers/hid/hid-asus.c
981
input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0,
drivers/hid/hid-debug.c
3525
[ABS_MT_TOUCH_MAJOR] = "MTMajor",
drivers/hid/hid-input.c
271
case ABS_MT_TOUCH_MAJOR:
drivers/hid/hid-magicmouse.c
361
input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2);
drivers/hid/hid-magicmouse.c
637
input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255 << 2,
drivers/hid/hid-multitouch.c
1246
input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, major);
drivers/hid/hid-multitouch.c
923
set_abs(hi->input, ABS_MT_TOUCH_MAJOR, field,
drivers/hid/hid-ntrig.c
526
EV_ABS, ABS_MT_TOUCH_MAJOR);
drivers/hid/hid-ntrig.c
739
ABS_MT_TOUCH_MAJOR, nd->w);
drivers/hid/hid-ntrig.c
746
ABS_MT_TOUCH_MAJOR, nd->h);
drivers/hid/hid-sony.c
1043
input_report_abs(sc->touchpad, ABS_MT_TOUCH_MAJOR,
drivers/hid/hid-sony.c
1311
input_set_abs_params(sc->touchpad, ABS_MT_TOUCH_MAJOR,
drivers/hid/wacom_wac.c
1449
input_report_abs(touch_input, ABS_MT_TOUCH_MAJOR, max(w, h));
drivers/hid/wacom_wac.c
1617
input_report_abs(input, ABS_MT_TOUCH_MAJOR, min(w,h));
drivers/hid/wacom_wac.c
2682
wacom_map_usage(input, usage, field, EV_ABS, ABS_MT_TOUCH_MAJOR, 0);
drivers/hid/wacom_wac.c
2757
if (test_bit(ABS_MT_TOUCH_MAJOR, input->absbit)) {
drivers/hid/wacom_wac.c
2758
input_report_abs(input, ABS_MT_TOUCH_MAJOR, max(hid_data->width, hid_data->height));
drivers/hid/wacom_wac.c
3142
input_report_abs(input, ABS_MT_TOUCH_MAJOR, width);
drivers/hid/wacom_wac.c
4027
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, features->x_max, 0, 0);
drivers/hid/wacom_wac.c
4033
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, features->x_max, 0, 0);
drivers/hid/wacom_wac.c
4070
ABS_MT_TOUCH_MAJOR,
drivers/input/keyboard/applespi.c
1001
input_report_abs(input, ABS_MT_TOUCH_MAJOR,
drivers/input/keyboard/applespi.c
1276
input_set_abs_params(touchpad_input_dev, ABS_MT_TOUCH_MAJOR,
drivers/input/misc/xen-kbdfront.c
137
input_report_abs(info->mtouch, ABS_MT_TOUCH_MAJOR,
drivers/input/misc/xen-kbdfront.c
353
input_set_abs_params(mtouch, ABS_MT_TOUCH_MAJOR,
drivers/input/mouse/bcm5974.c
528
set_abs(input_dev, ABS_MT_TOUCH_MAJOR, &cfg->w);
drivers/input/mouse/bcm5974.c
573
input_report_abs(input, ABS_MT_TOUCH_MAJOR,
drivers/input/mouse/cyapa.c
468
input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/mouse/cyapa_gen5.c
2733
input_report_abs(input, ABS_MT_TOUCH_MAJOR,
drivers/input/mouse/elan_i2c_core.c
1198
input_set_abs_params(input, ABS_MT_TOUCH_MAJOR,
drivers/input/mouse/elan_i2c_core.c
998
input_report_abs(input, ABS_MT_TOUCH_MAJOR,
drivers/input/mouse/elantech.c
1245
input_set_abs_params(dev, ABS_MT_TOUCH_MAJOR, 0,
drivers/input/mouse/elantech.c
695
input_report_abs(dev, ABS_MT_TOUCH_MAJOR, traces * etd->width);
drivers/input/rmi4/rmi_2d_sensor.c
103
input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major);
drivers/input/rmi4/rmi_2d_sensor.c
182
input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 0x0f, 0, 0);
drivers/input/touchscreen/apple_z2.c
116
input_report_abs(z2->input_dev, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/apple_z2.c
405
input_set_abs_params(z2->input_dev, ABS_MT_TOUCH_MAJOR, 0, 65535, 0, 0);
drivers/input/touchscreen/atmel_mxt_ts.c
1012
input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, major);
drivers/input/touchscreen/atmel_mxt_ts.c
2177
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/atmel_mxt_ts.c
892
input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, area);
drivers/input/touchscreen/auo-pixcir-ts.c
222
input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/auo-pixcir-ts.c
541
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/cy8ctma140.c
223
input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/cy8ctma140.c
88
input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, w);
drivers/input/touchscreen/cyttsp5.c
334
input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/cyttsp5.c
392
input_set_abs_params(ts->input, ABS_MT_TOUCH_MAJOR, 0, MAX_AREA, 0, 0);
drivers/input/touchscreen/cyttsp_core.c
350
input_report_abs(input, ABS_MT_TOUCH_MAJOR, tch->z);
drivers/input/touchscreen/cyttsp_core.c
671
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/elants_i2c.c
1014
input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, w);
drivers/input/touchscreen/elants_i2c.c
1489
input_set_abs_params(ts->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/elants_i2c.c
1504
input_abs_set_res(ts->input, ABS_MT_TOUCH_MAJOR, ts->major_res);
drivers/input/touchscreen/goodix.c
1171
input_set_abs_params(ts->input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/goodix.c
415
input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, input_w);
drivers/input/touchscreen/goodix.c
430
input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, input_w);
drivers/input/touchscreen/goodix_berlin_core.c
466
input_report_abs(cd->input_dev, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/goodix_berlin_core.c
627
input_set_abs_params(cd->input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/hideep.c
719
input_report_abs(input, ABS_MT_TOUCH_MAJOR, event->w);
drivers/input/touchscreen/hideep.c
811
input_set_abs_params(ts->input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/himax_hx83112b.c
195
input_set_abs_params(ts->input_dev, ABS_MT_TOUCH_MAJOR, 0, 200, 0, 0);
drivers/input/touchscreen/himax_hx83112b.c
240
input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, w);
drivers/input/touchscreen/himax_hx852x.c
294
input_report_abs(hx->input_dev, ABS_MT_TOUCH_MAJOR, w);
drivers/input/touchscreen/himax_hx852x.c
430
input_set_abs_params(hx->input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/hynitron_cstxxx.c
254
input_report_abs(ts_data->input_dev, ABS_MT_TOUCH_MAJOR, w);
drivers/input/touchscreen/hynitron_cstxxx.c
376
input_set_abs_params(ts_data->input_dev, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/imagis.c
151
input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/imagis.c
245
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 16, 0, 0);
drivers/input/touchscreen/melfas_mip4.c
1454
input_set_abs_params(input, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/melfas_mip4.c
535
input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, touch_major);
drivers/input/touchscreen/mms114.c
187
input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, touch->width);
drivers/input/touchscreen/mms114.c
552
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/raydium_i2c_ts.c
1140
input_set_abs_params(ts->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/raydium_i2c_ts.c
884
input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, max(wx, wy));
drivers/input/touchscreen/s6sy761.c
156
input_report_abs(sdata->input, ABS_MT_TOUCH_MAJOR, major);
drivers/input/touchscreen/s6sy761.c
434
input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/s6sy761.c
436
input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/sis_i2c.c
211
input_report_abs(input, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/sis_i2c.c
337
input_set_abs_params(input, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/st1232.c
224
input_report_abs(input, ABS_MT_TOUCH_MAJOR, z[i]);
drivers/input/touchscreen/st1232.c
367
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0,
drivers/input/touchscreen/stmfts.c
189
input_report_abs(sdata->input, ABS_MT_TOUCH_MAJOR, maj);
drivers/input/touchscreen/stmfts.c
713
input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/sur40.c
450
input_report_abs(input, ABS_MT_TOUCH_MAJOR, major);
drivers/input/touchscreen/sur40.c
633
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/usbtouchscreen.c
1114
ABS_MT_TOUCH_MAJOR, max(w,h));
drivers/input/touchscreen/wdt87xx_i2c.c
1044
input_set_abs_params(input, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/wdt87xx_i2c.c
982
input_report_abs(input, ABS_MT_TOUCH_MAJOR, w);
drivers/input/touchscreen/zforce_ts.c
360
input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR,
drivers/input/touchscreen/zforce_ts.c
767
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0,
drivers/input/touchscreen/zinitix.c
424
ABS_MT_TOUCH_MAJOR, p->width);
drivers/input/touchscreen/zinitix.c
587
input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
include/linux/input.h
12
#define ABS_MT_FIRST ABS_MT_TOUCH_MAJOR