Home
last modified time | relevance | path

Searched refs:ABS_MT_WIDTH_MAJOR (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dgoodix.c168 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/
Dmulti-touch-protocol.txt166 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/
Dbcm5974.c543 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()
Dcyapa.c485 input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in cyapa_create_input_dev()
Dcyapa_gen5.c2686 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/
Dlinux-event-codes.h714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h714 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
/linux-4.4.14/drivers/hid/
Dhid-debug.c982 [ABS_MT_WIDTH_MAJOR] = "MTMajorW",
Dwacom_wac.c1277 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()