| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_sony.py | 151 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 180 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 190 libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_X, 5) not in events 196 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 199 assert evdev.slots[1][libevdev.EV_ABS.ABS_MT_POSITION_X] == 150 208 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_X) not in events
|
| H A D | test_multitouch.py | 512 absinfo = evdev.absinfo[libevdev.EV_ABS.ABS_MT_POSITION_X] 676 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 716 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 726 libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_X, 5) not in events 732 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 735 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_POSITION_X] == 150 746 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_X) not in events 787 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 790 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_POSITION_X] == 150 793 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_POSITION_X] == 250 [all …]
|
| /linux/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 98 ABS_MT_POSITION_X x[0] 101 ABS_MT_POSITION_X x[1] 112 ABS_MT_POSITION_X x[1] 136 ABS_MT_POSITION_X x[0] 140 ABS_MT_POSITION_X x[1] 147 ABS_MT_POSITION_X x[0] 171 minimum set consists of ABS_MT_POSITION_X and ABS_MT_POSITION_Y, which 181 ABS_MT_POSITION_X/Y and the center of the approaching finger (b) is 293 ABS_MT_POSITION_X 361 ABS_MT_POSITION_X := T_X
|
| /linux/drivers/input/touchscreen/ |
| H A D | egalax_ts.c | 109 input_report_abs(input_dev, ABS_MT_POSITION_X, x); in egalax_ts_interrupt() 201 ABS_MT_POSITION_X, 0, EGALAX_MAX_X, 0, 0); in egalax_ts_probe()
|
| H A D | surface3_spi.c | 81 ABS_MT_POSITION_X, in surface3_spi_report_touch() 254 input_set_abs_params(input, ABS_MT_POSITION_X, 0, 9600, 0, 0); in surface3_spi_create_touch_input() 255 input_abs_set_res(input, ABS_MT_POSITION_X, 40); in surface3_spi_create_touch_input()
|
| H A D | chipone_icn8505.c | 407 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in icn8505_probe() 430 input_set_abs_params(input, ABS_MT_POSITION_X, 0, in icn8505_probe() 436 if (!input_abs_get_max(input, ABS_MT_POSITION_X) || in icn8505_probe()
|
| H A D | zet6223.c | 84 input_event(ts->input, EV_ABS, ABS_MT_POSITION_X, in zet6223_irq() 205 input_set_abs_params(input, ABS_MT_POSITION_X, 0, ts->max_x, 0, 0); in zet6223_probe()
|
| H A D | cy8ctma140.c | 220 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in cy8ctma140_probe() 238 input_abs_set_fuzz(input, ABS_MT_POSITION_X, 0); in cy8ctma140_probe()
|
| H A D | bu21013_ts.c | 226 input_report_abs(input, ABS_MT_POSITION_X, pos[i].x); in bu21013_do_touch_report() 451 input_set_abs_params(in_dev, ABS_MT_POSITION_X, 0, max_x, 0, 0); in bu21013_probe() 459 info = &in_dev->absinfo[ABS_MT_POSITION_X]; in bu21013_probe()
|
| H A D | pixcir_i2c_ts.c | 178 input_report_abs(ts->input, ABS_MT_POSITION_X, in pixcir_ts_report() 497 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in pixcir_i2c_ts_probe() 500 if (!input_abs_get_max(input, ABS_MT_POSITION_X) || in pixcir_i2c_ts_probe()
|
| H A D | mms114.c | 588 input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_X); in mms114_probe() 602 input_set_abs_params(input_dev, ABS_MT_POSITION_X, in mms114_probe() 614 ABS_MT_POSITION_X); in mms114_probe() 617 input_abs_set_fuzz(input_dev, ABS_MT_POSITION_X, 0); in mms114_probe()
|
| H A D | penmount.c | 75 input_event(input, EV_ABS, ABS_MT_POSITION_X, pm->slots[i].x); in pm_mtevent() 264 ABS_MT_POSITION_X, 0, max_x, 0, 0); in pm_connect()
|
| H A D | sis_i2c.c | 216 input_report_abs(input, ABS_MT_POSITION_X, x); in sis_ts_report_contact() 334 input_set_abs_params(input, ABS_MT_POSITION_X, 0, SIS_MAX_X, 0, 0); in sis_ts_probe()
|
| H A D | hynitron_cstxxx.c | 381 input_set_capability(ts_data->input_dev, EV_ABS, ABS_MT_POSITION_X); in cst3xx_input_dev_int() 395 ABS_MT_POSITION_X, ts_data->prop.max_x); in cst3xx_input_dev_int()
|
| H A D | st1232.c | 221 input_report_abs(input, ABS_MT_POSITION_X, pos[i].x); in st1232_ts_parse_and_report() 390 input_set_abs_params(input_dev, ABS_MT_POSITION_X, in st1232_ts_probe()
|
| H A D | silead.c | 94 struct input_absinfo *absinfo_x = &data->input->absinfo[ABS_MT_POSITION_X]; in silead_apply_efi_fw_min_max() 133 input_set_abs_params(data->input, ABS_MT_POSITION_X, 0, 4095, 0, 0); in silead_ts_request_input_dev() 302 input_report_abs(input, ABS_MT_POSITION_X, data->pos[i].x); in silead_ts_read_data()
|
| H A D | s6sy761.c | 154 input_report_abs(sdata->input, ABS_MT_POSITION_X, x); in s6sy761_report_coordinates() 432 input_set_abs_params(sdata->input, ABS_MT_POSITION_X, 0, max_x, 0, 0); in s6sy761_probe()
|
| H A D | melfas_mip4.c | 532 input_report_abs(ts->input, ABS_MT_POSITION_X, x); in mip4_report_touch() 1140 input_set_abs_params(ts->input, ABS_MT_POSITION_X, 0, ts->max_x, 0, 0); in mip4_flash_fw() 1144 input_abs_set_res(ts->input, ABS_MT_POSITION_X, ts->ppm_x); in mip4_flash_fw() 1450 input_set_abs_params(input, ABS_MT_POSITION_X, 0, ts->max_x, 0, 0); in mip4_probe() 1458 input_abs_set_res(ts->input, ABS_MT_POSITION_X, ts->ppm_x); in mip4_probe()
|
| H A D | himax_hx852x.c | 238 input_set_abs_params(hx->input_dev, ABS_MT_POSITION_X, 0, x_res - 1, 0, 0); in hx852x_read_config() 428 input_set_capability(hx->input_dev, EV_ABS, ABS_MT_POSITION_X); in hx852x_probe()
|
| /linux/drivers/input/ |
| H A D | input-mt.c | 66 copy_abs(dev, ABS_X, ABS_MT_POSITION_X); in input_mt_init_slots() 250 int x = input_mt_get_value(oldest, ABS_MT_POSITION_X); in input_mt_report_pointer_emulation() 414 x = input_mt_get_value(s, ABS_MT_POSITION_X); in input_mt_set_matrix()
|
| /linux/drivers/input/mouse/ |
| H A D | focaltech.c | 136 input_report_abs(dev, ABS_MT_POSITION_X, finger->x); in focaltech_report_state() 339 input_set_abs_params(dev, ABS_MT_POSITION_X, 0, priv->x_max, 0, 0); in focaltech_set_input_params()
|
| H A D | cypress_ps2.c | 342 input_set_abs_params(input, ABS_MT_POSITION_X, 0, cytp->tp_max_abs_x, 0, 0); in cypress_set_input_params() 356 input_abs_set_res(input, ABS_MT_POSITION_X, cytp->tp_res_x); in cypress_set_input_params() 504 input_report_abs(input, ABS_MT_POSITION_X, contact->x); in cypress_process_packet()
|
| H A D | elantech.c | 389 input_report_abs(dev, ABS_MT_POSITION_X, x); in elantech_set_slot() 692 input_report_abs(dev, ABS_MT_POSITION_X, etd->mt[id].x); in process_packet_head_v4() 729 input_report_abs(dev, ABS_MT_POSITION_X, etd->mt[id].x); in process_packet_motion_v4() 736 input_report_abs(dev, ABS_MT_POSITION_X, etd->mt[sid].x); in process_packet_motion_v4() 1217 input_set_abs_params(dev, ABS_MT_POSITION_X, x_min, x_max, 0, 0); in elantech_set_input_params() 1237 input_set_abs_params(dev, ABS_MT_POSITION_X, x_min, x_max, 0, 0); in elantech_set_input_params() 1253 input_abs_set_res(dev, ABS_MT_POSITION_X, info->x_res); in elantech_set_input_params()
|
| /linux/drivers/hid/ |
| H A D | hid-elan.c | 178 input_set_abs_params(input, ABS_MT_POSITION_X, 0, drvdata->max_x, in elan_input_configured() 226 input_report_abs(input, ABS_MT_POSITION_X, x); in elan_report_mt_slot()
|
| H A D | wacom_wac.c | 1441 int w = touch[6] * input_abs_get_res(touch_input, ABS_MT_POSITION_X); in wacom_intuos_pro2_bt_touch() 1449 input_report_abs(touch_input, ABS_MT_POSITION_X, x); in wacom_intuos_pro2_bt_touch() 1623 input_report_abs(input, ABS_MT_POSITION_X, t_x); in wacom_24hdt_irq() 1687 input_report_abs(input, ABS_MT_POSITION_X, x); in wacom_mt_touch() 1717 input_report_abs(input, ABS_MT_POSITION_X, x); in wacom_tpc_mt_touch() 2686 ABS_MT_POSITION_X, 4); in wacom_wac_finger_usage_mapping() 2767 input_report_abs(input, mt ? ABS_MT_POSITION_X : ABS_X, in wacom_wac_finger_slot() 3103 input_report_abs(input, ABS_MT_POSITION_X, x); in wacom_bpt_touch() 3149 int x_res = input_abs_get_res(input, ABS_MT_POSITION_X); in wacom_bpt3_touch_msg() 3155 input_report_abs(input, ABS_MT_POSITION_X, x); in wacom_bpt3_touch_msg() [all …]
|