Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dgoodix.c134 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w); in goodix_ts_report_touch()
300 input_set_abs_params(ts->input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in goodix_request_input_dev()
/linux-4.1.27/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.1.27/drivers/input/mouse/
Dbcm5974.c469 set_abs(input_dev, ABS_MT_WIDTH_MAJOR, &cfg->w); in setup_events_to_report()
515 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in report_finger_data()
Dcyapa.c444 input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in cyapa_create_input_dev()
Dcyapa_gen5.c2641 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in cyapa_gen5_report_slot_data()
/linux-4.1.27/include/uapi/linux/
Dinput.h855 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
/linux-4.1.27/drivers/hid/
Dhid-debug.c982 [ABS_MT_WIDTH_MAJOR] = "MTMajorW",
Dwacom_wac.c1144 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in wacom_24hdt_irq()
2349 input_set_abs_params(input_dev, ABS_MT_WIDTH_MAJOR, 0, features->x_max, 0, 0); in wacom_setup_pentouch_input_capabilities()