Searched refs:ABS_MT_WIDTH_MAJOR (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
D | goodix.c | 168 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w); in goodix_ts_report_touch() 344 input_set_abs_params(ts->input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in goodix_request_input_dev()
|
/linux-4.4.14/Documentation/input/ |
D | multi-touch-protocol.txt | 166 ABS_MT_TOUCH_MAJOR and ABS_MT_WIDTH_MAJOR may be used to provide the size 176 diameter is ABS_MT_WIDTH_MAJOR. Now imagine the person pressing the finger 178 the ratio ABS_MT_TOUCH_MAJOR / ABS_MT_WIDTH_MAJOR, which is always smaller 236 ABS_MT_WIDTH_MAJOR 249 the contact. The ratio ABS_MT_TOUCH_MAJOR / ABS_MT_WIDTH_MAJOR approximates 373 ABS_MT_WIDTH_MAJOR := min(X, Y) + distance(T, C)
|
/linux-4.4.14/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 | 485 input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in cyapa_create_input_dev()
|
D | cyapa_gen5.c | 2686 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in cyapa_pip_report_slot_data()
|
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/linux-4.4.14/include/dt-bindings/input/ |
D | linux-event-codes.h | 714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/linux-4.4.14/include/uapi/linux/ |
D | input-event-codes.h | 714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
/linux-4.4.14/drivers/hid/ |
D | hid-debug.c | 982 [ABS_MT_WIDTH_MAJOR] = "MTMajorW",
|
D | wacom_wac.c | 1277 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in wacom_24hdt_irq() 2760 input_set_abs_params(input_dev, ABS_MT_WIDTH_MAJOR, 0, features->x_max, 0, 0); in wacom_setup_touch_input_capabilities()
|