| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x.c | 171 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, size); in gt1x_touch_down() 181 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, 100); in gt1x_touch_down() 184 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, size); in gt1x_touch_down() 525 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in gt1x_request_input_dev()
|
| /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 182 ABS_MT_TOOL_X/Y. The touch diameter is ABS_MT_TOUCH_MAJOR and the finger 185 the ratio ABS_MT_TOUCH_MAJOR / ABS_MT_WIDTH_MAJOR, which is always smaller 234 ABS_MT_TOUCH_MAJOR 237 possible value of ABS_MT_TOUCH_MAJOR is sqrt(X^2 + Y^2), the diagonal [#f4]_. 254 the contact. The ratio ABS_MT_TOUCH_MAJOR / ABS_MT_WIDTH_MAJOR approximates 347 ABS_MT_TOUCH_MAJOR := max(X, Y) 366 ABS_MT_TOUCH_MAJOR := min(X, Y)
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | s6sy761.c | 156 input_report_abs(sdata->input, ABS_MT_TOUCH_MAJOR, major); in s6sy761_report_coordinates() 438 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in s6sy761_probe() 440 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in s6sy761_probe()
|
| H A D | cy8ctma140.c | 88 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, w); in cy8ctma140_report() 224 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in cy8ctma140_probe()
|
| H A D | st1232.c | 111 input_report_abs(input, ABS_MT_TOUCH_MAJOR, z[i]); in st1232_ts_parse_and_report() 243 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, in st1232_ts_probe()
|
| H A D | sis_i2c.c | 211 input_report_abs(input, ABS_MT_TOUCH_MAJOR, in sis_ts_report_contact() 346 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, in sis_ts_probe()
|
| H A D | zinitix.c | 332 ABS_MT_TOUCH_MAJOR, p->width); in zinitix_report_finger() 465 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in zinitix_init_input_dev()
|
| H A D | gslx680_pad.c | 678 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 684 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 869 set_bit(ABS_MT_TOUCH_MAJOR, input_device->absbit); in gslX680_ts_init() 874 input_set_abs_params(input_device,ABS_MT_TOUCH_MAJOR, 0, PRESS_MAX, 0, 0); in gslX680_ts_init()
|
| H A D | gslx680_firefly.c | 653 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); 659 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); 847 set_bit(ABS_MT_TOUCH_MAJOR, input_device->absbit); 853 input_set_abs_params(input_device, ABS_MT_TOUCH_MAJOR, 0, PRESS_MAX, 0, 0);
|
| H A D | gslx6801.c | 870 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 876 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 1038 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, 0); in gslX680_ts_worker() 1334 set_bit(ABS_MT_TOUCH_MAJOR, input_device->absbit); in gslX680_ts_init() 1341 input_set_abs_params(input_device, ABS_MT_TOUCH_MAJOR, 0, PRESS_MAX, 0, in gslX680_ts_init()
|
| H A D | gsl3673.c | 740 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 754 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 1024 set_bit(ABS_MT_TOUCH_MAJOR, input_device->absbit); in gsl3673_ts_init() 1030 input_set_abs_params(input_device, ABS_MT_TOUCH_MAJOR, 0, in gsl3673_ts_init()
|
| H A D | gslx680a.c | 771 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 777 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 1048 set_bit(ABS_MT_TOUCH_MAJOR, input_device->absbit); in gslX680_ts_init() 1053 input_set_abs_params(input_device, ABS_MT_TOUCH_MAJOR, 0, PRESS_MAX, 0, 0); in gslX680_ts_init()
|
| H A D | gsl3673_800x1280.c | 762 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 776 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 1046 set_bit(ABS_MT_TOUCH_MAJOR, input_device->absbit); in gsl3673_ts_init() 1052 input_set_abs_params(input_device, ABS_MT_TOUCH_MAJOR, 0, in gsl3673_ts_init()
|
| H A D | auo-pixcir-ts.c | 210 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, in auo_pixcir_interrupt() 580 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, in auo_pixcir_probe()
|
| H A D | mms114.c | 186 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, touch->width); in mms114_process_mt() 466 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, in mms114_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/rmi4/ |
| H A D | rmi_2d_sensor.c | 102 input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in rmi_2d_sensor_abs_report() 181 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 0x0f, 0, 0); in rmi_2d_sensor_set_input_params()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-ntrig.c | 526 EV_ABS, ABS_MT_TOUCH_MAJOR); in ntrig_input_mapping() 739 ABS_MT_TOUCH_MAJOR, nd->w); in ntrig_event() 746 ABS_MT_TOUCH_MAJOR, nd->h); in ntrig_event()
|
| H A D | hid-asus.c | 210 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major); in asus_report_contact_down() 243 input_mt_get_value(oldest, ABS_MT_TOUCH_MAJOR)); in asus_report_tool_width() 697 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, in asus_input_configured()
|
| H A D | hid-magicmouse.c | 289 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2); in magicmouse_emit_touch() 472 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255 << 2, in magicmouse_setup_input()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | xen-kbdfront.c | 137 input_report_abs(info->mtouch, ABS_MT_TOUCH_MAJOR, in xenkbd_handle_mt_event() 353 input_set_abs_params(mtouch, ABS_MT_TOUCH_MAJOR, in xenkbd_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/ |
| H A D | gsl3676.c | 741 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 748 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 1019 set_bit(ABS_MT_TOUCH_MAJOR, input_device->absbit); in gsl_thzy_ts_init() 1025 input_set_abs_params(input_device, ABS_MT_TOUCH_MAJOR, 0, in gsl_thzy_ts_init()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/ |
| H A D | rockchip_gslX680.c | 720 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 726 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, pressure); in report_data() 1032 set_bit(ABS_MT_TOUCH_MAJOR, input_device->absbit); in gsl_ts_init_ts() 1037 input_set_abs_params(input_device, ABS_MT_TOUCH_MAJOR, 0, PRESS_MAX, 0, 0); in gsl_ts_init_ts()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 733 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, temp_w); in cst2xx_touch_down() 740 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, temp_w); in cst2xx_touch_down() 1587 set_bit(ABS_MT_TOUCH_MAJOR, input_device->absbit); in cst2xx_ts_init() 1592 input_set_abs_params(input_device,ABS_MT_TOUCH_MAJOR, 0, PRESS_MAX, 0, 0); in cst2xx_ts_init()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | events.c | 72 #define ABS_MT_TOUCH_MAJOR 0x30 macro 427 case ABS_MT_TOUCH_MAJOR: //30 in vk_modify()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/ |
| H A D | vtl_ts.c | 327 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, 1); in vtl_ts_report_xy_coord() 506 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in vtl_ts_init_input_dev()
|