Symbol: ABS_MT_TOUCH_MINOR
drivers/hid/hid-debug.c
3526
[ABS_MT_TOUCH_MINOR] = "MTMinor",
drivers/hid/hid-input.c
272
case ABS_MT_TOUCH_MINOR:
drivers/hid/hid-magicmouse.c
362
input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2);
drivers/hid/hid-magicmouse.c
623
input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255 << 2,
drivers/hid/hid-multitouch.c
1245
input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor);
drivers/hid/hid-multitouch.c
927
set_abs(hi->input, ABS_MT_TOUCH_MINOR, field,
drivers/hid/hid-ntrig.c
530
EV_ABS, ABS_MT_TOUCH_MINOR);
drivers/hid/hid-ntrig.c
741
ABS_MT_TOUCH_MINOR, nd->h);
drivers/hid/hid-ntrig.c
748
ABS_MT_TOUCH_MINOR, nd->w);
drivers/hid/hid-sony.c
1159
input_set_abs_params(sc->touchpad, ABS_MT_TOUCH_MINOR,
drivers/hid/hid-sony.c
948
input_report_abs(sc->touchpad, ABS_MT_TOUCH_MINOR,
drivers/hid/wacom_wac.c
1450
input_report_abs(touch_input, ABS_MT_TOUCH_MINOR, min(w, h));
drivers/hid/wacom_wac.c
2683
wacom_map_usage(input, usage, field, EV_ABS, ABS_MT_TOUCH_MINOR, 0);
drivers/hid/wacom_wac.c
2759
input_report_abs(input, ABS_MT_TOUCH_MINOR, min(hid_data->width, hid_data->height));
drivers/hid/wacom_wac.c
3143
input_report_abs(input, ABS_MT_TOUCH_MINOR, height);
drivers/hid/wacom_wac.c
4028
input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, features->y_max, 0, 0);
drivers/hid/wacom_wac.c
4073
ABS_MT_TOUCH_MINOR,
drivers/input/keyboard/applespi.c
1003
input_report_abs(input, ABS_MT_TOUCH_MINOR,
drivers/input/keyboard/applespi.c
1278
input_set_abs_params(touchpad_input_dev, ABS_MT_TOUCH_MINOR,
drivers/input/misc/xen-kbdfront.c
139
input_report_abs(info->mtouch, ABS_MT_TOUCH_MINOR,
drivers/input/mouse/bcm5974.c
529
set_abs(input_dev, ABS_MT_TOUCH_MINOR, &cfg->w);
drivers/input/mouse/bcm5974.c
575
input_report_abs(input, ABS_MT_TOUCH_MINOR,
drivers/input/mouse/cyapa.c
469
input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0);
drivers/input/mouse/cyapa_gen5.c
2735
input_report_abs(input, ABS_MT_TOUCH_MINOR,
drivers/input/mouse/elan_i2c_core.c
1168
input_set_abs_params(input, ABS_MT_TOUCH_MINOR,
drivers/input/mouse/elan_i2c_core.c
968
input_report_abs(input, ABS_MT_TOUCH_MINOR,
drivers/input/rmi4/rmi_2d_sensor.c
104
input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MINOR, minor);
drivers/input/rmi4/rmi_2d_sensor.c
183
input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 0x0f, 0, 0);
drivers/input/touchscreen/apple_z2.c
118
input_report_abs(z2->input_dev, ABS_MT_TOUCH_MINOR,
drivers/input/touchscreen/apple_z2.c
406
input_set_abs_params(z2->input_dev, ABS_MT_TOUCH_MINOR, 0, 65535, 0, 0);
drivers/input/touchscreen/auo-pixcir-ts.c
224
input_report_abs(ts->input, ABS_MT_TOUCH_MINOR,
drivers/input/touchscreen/auo-pixcir-ts.c
542
input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR,
drivers/input/touchscreen/cyttsp5.c
337
input_report_abs(ts->input, ABS_MT_TOUCH_MINOR,
drivers/input/touchscreen/cyttsp5.c
394
input_set_abs_params(ts->input, ABS_MT_TOUCH_MINOR, 0, MAX_AREA, 0, 0);
drivers/input/touchscreen/melfas_mip4.c
1485
input_set_abs_params(input, ABS_MT_TOUCH_MINOR,
drivers/input/touchscreen/melfas_mip4.c
536
input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, touch_minor);
drivers/input/touchscreen/raydium_i2c_ts.c
893
input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, min(wx, wy));
drivers/input/touchscreen/s6sy761.c
157
input_report_abs(sdata->input, ABS_MT_TOUCH_MINOR, minor);
drivers/input/touchscreen/s6sy761.c
435
input_set_abs_params(sdata->input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0);
drivers/input/touchscreen/s6sy761.c
437
input_set_abs_params(sdata->input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0);
drivers/input/touchscreen/sis_i2c.c
213
input_report_abs(input, ABS_MT_TOUCH_MINOR,
drivers/input/touchscreen/sis_i2c.c
339
input_set_abs_params(input, ABS_MT_TOUCH_MINOR,
drivers/input/touchscreen/stmfts.c
188
input_report_abs(sdata->input, ABS_MT_TOUCH_MINOR, min);
drivers/input/touchscreen/stmfts.c
663
input_set_abs_params(sdata->input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0);
drivers/input/touchscreen/sur40.c
451
input_report_abs(input, ABS_MT_TOUCH_MINOR, minor);
drivers/input/touchscreen/sur40.c
635
input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR,
drivers/input/touchscreen/usbtouchscreen.c
1114
ABS_MT_TOUCH_MINOR, min(x,h));
drivers/input/touchscreen/zforce_ts.c
362
input_report_abs(ts->input, ABS_MT_TOUCH_MINOR,
drivers/input/touchscreen/zforce_ts.c
769
input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0,