/openbmc/linux/drivers/input/touchscreen/ |
H A D | himax_hx83112b.c | 148 input_set_abs_params(ts->input_dev, ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0); in himax_input_register() 195 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, w); in himax_process_event_point()
|
H A D | surface3_spi.c | 87 ABS_MT_WIDTH_MAJOR, in surface3_spi_report_touch() 258 input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 1024, 0, 0); in surface3_spi_create_touch_input()
|
H A D | goodix.c | 414 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w); in goodix_ts_report_touch_8b() 429 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w); in goodix_ts_report_touch_9b() 1168 input_set_abs_params(ts->input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in goodix_configure_dev()
|
H A D | zinitix.c | 475 input_set_abs_params(input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in zinitix_init_input_dev()
|
/openbmc/linux/Documentation/input/ |
H A D | multi-touch-protocol.rst | 173 ABS_MT_TOUCH_MAJOR and ABS_MT_WIDTH_MAJOR may be used to provide the size 183 diameter is ABS_MT_WIDTH_MAJOR. Now imagine the person pressing the finger 185 the ratio ABS_MT_TOUCH_MAJOR / ABS_MT_WIDTH_MAJOR, which is always smaller 243 ABS_MT_WIDTH_MAJOR 254 the contact. The ratio ABS_MT_TOUCH_MAJOR / ABS_MT_WIDTH_MAJOR approximates 373 ABS_MT_WIDTH_MAJOR := min(X, Y) + distance(T, C)
|
/openbmc/linux/drivers/input/mouse/ |
H A D | bcm5974.c | 529 set_abs(input_dev, ABS_MT_WIDTH_MAJOR, &cfg->w); in setup_events_to_report() 575 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in report_finger_data()
|
H A D | cyapa.c | 486 input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in cyapa_create_input_dev()
|
H A D | cyapa_gen5.c | 2738 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in cyapa_pip_report_slot_data()
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 887 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 888 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ 887 #define ABS_MT_WIDTH_MAJOR global() macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 888 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | applespi.c | 1024 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in report_finger_data() 1301 input_set_abs_params(touchpad_input_dev, ABS_MT_WIDTH_MAJOR, in applespi_register_touchpad_device()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-debug.c | 1027 [ABS_MT_WIDTH_MAJOR] = "MTMajorW",
|
H A D | wacom_wac.c | 1653 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in wacom_24hdt_irq() 3988 input_set_abs_params(input_dev, ABS_MT_WIDTH_MAJOR, 0, features->x_max, 0, 0); in wacom_setup_touch_input_capabilities()
|