| /OK3568_Linux_fs/kernel/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 369 ABS_MT_WIDTH_MAJOR := min(X, Y) + distance(T, C)
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | surface3_spi.c | 87 ABS_MT_WIDTH_MAJOR, in surface3_spi_report_touch() 267 input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 1024, 0, 0); in surface3_spi_create_touch_input()
|
| H A D | gslx680_pad.c | 681 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 687 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 870 set_bit(ABS_MT_WIDTH_MAJOR, input_device->absbit); in gslX680_ts_init() 875 input_set_abs_params(input_device,ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0); in gslX680_ts_init()
|
| H A D | gslx680_firefly.c | 656 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); 662 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); 848 set_bit(ABS_MT_WIDTH_MAJOR, input_device->absbit); 854 input_set_abs_params(input_device, ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0);
|
| H A D | gslx6801.c | 873 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 879 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 1039 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 0); in gslX680_ts_worker() 1335 set_bit(ABS_MT_WIDTH_MAJOR, input_device->absbit); in gslX680_ts_init() 1343 input_set_abs_params(input_device, ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0); in gslX680_ts_init()
|
| H A D | gsl3673.c | 751 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 757 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 1025 set_bit(ABS_MT_WIDTH_MAJOR, input_device->absbit); in gsl3673_ts_init() 1032 input_set_abs_params(input_device, ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0); in gsl3673_ts_init()
|
| H A D | gslx680a.c | 774 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 780 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 1049 set_bit(ABS_MT_WIDTH_MAJOR, input_device->absbit); in gslX680_ts_init() 1054 input_set_abs_params(input_device, ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0); in gslX680_ts_init()
|
| H A D | gsl3673_800x1280.c | 773 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 779 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 1047 set_bit(ABS_MT_WIDTH_MAJOR, input_device->absbit); in gsl3673_ts_init() 1054 input_set_abs_params(input_device, ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0); in gsl3673_ts_init()
|
| H A D | gslx680.c | 933 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 940 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 1464 set_bit(ABS_MT_WIDTH_MAJOR, input_device->absbit); in gslX680_ts_init() 1472 input_set_abs_params(input_device, ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0); in gslX680_ts_init()
|
| H A D | goodix.c | 360 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w); in goodix_ts_report_touch_8b() 375 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w); in goodix_ts_report_touch_9b() 1059 input_set_abs_params(ts->input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in goodix_configure_dev()
|
| H A D | zinitix.c | 464 input_set_abs_params(input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in zinitix_init_input_dev()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/ |
| H A D | gsl3676.c | 745 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 751 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 1020 set_bit(ABS_MT_WIDTH_MAJOR, input_device->absbit); in gsl_thzy_ts_init() 1027 input_set_abs_params(input_device, ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0); in gsl_thzy_ts_init()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/ |
| H A D | rockchip_gslX680.c | 723 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 729 input_report_abs(ts->input, ABS_MT_WIDTH_MAJOR, 1); in report_data() 1033 set_bit(ABS_MT_WIDTH_MAJOR, input_device->absbit); in gsl_ts_init_ts() 1038 input_set_abs_params(input_device, ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0); in gsl_ts_init_ts()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 734 input_report_abs(input_dev, ABS_MT_WIDTH_MAJOR, temp_w); in cst2xx_touch_down() 741 input_report_abs(input_dev, ABS_MT_WIDTH_MAJOR, temp_w); in cst2xx_touch_down() 1588 set_bit(ABS_MT_WIDTH_MAJOR, input_device->absbit); in cst2xx_ts_init() 1593 input_set_abs_params(input_device,ABS_MT_WIDTH_MAJOR, 0, 200, 0, 0); in cst2xx_ts_init()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | events.c | 74 #define ABS_MT_WIDTH_MAJOR 0x32 macro 476 case ABS_MT_WIDTH_MAJOR: //32 in vk_modify()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/ |
| H A D | vtl_ts.c | 328 input_report_abs(input_dev, ABS_MT_WIDTH_MAJOR, 1); in vtl_ts_report_xy_coord() 507 input_set_abs_params(input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in vtl_ts_init_input_dev()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 767 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 767 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 681 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
| H A D | linux-event-codes.h | 859 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 859 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx.c | 442 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, w); in gtp_touch_down() 448 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, w); in gtp_touch_down() 2107 input_set_abs_params(ts->input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in gtp_request_input_dev()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | applespi.c | 1009 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in report_finger_data() 1286 input_set_abs_params(touchpad_input_dev, ABS_MT_WIDTH_MAJOR, in applespi_register_touchpad_device()
|