Searched refs:ABS_MT_WIDTH_MAJOR (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | surface3_spi.c | 91 ABS_MT_WIDTH_MAJOR, in surface3_spi_report_touch() 271 input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 1024, 0, 0); in surface3_spi_create_touch_input()
|
D | goodix.c | 300 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w); in goodix_ts_report_touch() 685 input_set_abs_params(ts->input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in goodix_configure_dev()
|
/Linux-v4.19/Documentation/input/ |
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 369 ABS_MT_WIDTH_MAJOR := min(X, Y) + distance(T, C)
|
/Linux-v4.19/drivers/input/mouse/ |
D | bcm5974.c | 543 set_abs(input_dev, ABS_MT_WIDTH_MAJOR, &cfg->w); in setup_events_to_report() 589 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in report_finger_data()
|
D | cyapa.c | 486 input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in cyapa_create_input_dev()
|
D | cyapa_gen5.c | 2737 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in cyapa_pip_report_slot_data()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 750 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 750 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/Linux-v4.19/drivers/hid/ |
D | hid-debug.c | 984 [ABS_MT_WIDTH_MAJOR] = "MTMajorW",
|
D | wacom_wac.c | 1499 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in wacom_24hdt_irq() 3712 input_set_abs_params(input_dev, ABS_MT_WIDTH_MAJOR, 0, features->x_max, 0, 0); in wacom_setup_touch_input_capabilities()
|