Symbol: ABS_MT_WIDTH_MAJOR
drivers/hid/hid-debug.c
3527
[ABS_MT_WIDTH_MAJOR] = "MTMajorW",
drivers/hid/wacom_wac.c
1618
input_report_abs(input, ABS_MT_WIDTH_MAJOR,
drivers/hid/wacom_wac.c
4034
input_set_abs_params(input_dev, ABS_MT_WIDTH_MAJOR, 0, features->x_max, 0, 0);
drivers/input/keyboard/applespi.c
1005
input_report_abs(input, ABS_MT_WIDTH_MAJOR,
drivers/input/keyboard/applespi.c
1282
input_set_abs_params(touchpad_input_dev, ABS_MT_WIDTH_MAJOR,
drivers/input/mouse/bcm5974.c
531
set_abs(input_dev, ABS_MT_WIDTH_MAJOR, &cfg->w);
drivers/input/mouse/bcm5974.c
577
input_report_abs(input, ABS_MT_WIDTH_MAJOR,
drivers/input/mouse/cyapa.c
485
input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0);
drivers/input/mouse/cyapa_gen5.c
2738
input_report_abs(input, ABS_MT_WIDTH_MAJOR,
drivers/input/touchscreen/apple_z2.c
110
input_report_abs(z2->input_dev, ABS_MT_WIDTH_MAJOR,
drivers/input/touchscreen/apple_z2.c
403
input_set_abs_params(z2->input_dev, ABS_MT_WIDTH_MAJOR, 0, 65535, 0, 0);
drivers/input/touchscreen/goodix.c
1169
input_set_abs_params(ts->input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0);
drivers/input/touchscreen/goodix.c
416
input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w);
drivers/input/touchscreen/goodix.c
431
input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w);
drivers/input/touchscreen/himax_hx83112b.c
194
input_set_abs_params(ts->input_dev, ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0);
drivers/input/touchscreen/himax_hx83112b.c
241
input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, w);
drivers/input/touchscreen/surface3_spi.c
258
input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 1024, 0, 0);
drivers/input/touchscreen/surface3_spi.c
87
ABS_MT_WIDTH_MAJOR,
drivers/input/touchscreen/zinitix.c
586
input_set_abs_params(input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0);