/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_sony.py | 150 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 179 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 189 libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_X, 5) not in events 195 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 198 assert evdev.slots[1][libevdev.EV_ABS.ABS_MT_POSITION_X] == 150 207 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_X) not in events
|
H A D | test_multitouch.py | 508 absinfo = evdev.absinfo[libevdev.EV_ABS.ABS_MT_POSITION_X] 599 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 639 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 649 libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_X, 5) not in events 655 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 658 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_POSITION_X] == 150 669 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_X) not in events 710 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50 713 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_POSITION_X] == 150 716 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_POSITION_X] [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-magicmouse.c | 292 input_report_abs(input, ABS_MT_POSITION_X, x); in magicmouse_emit_touch() 485 input_set_abs_params(input, ABS_MT_POSITION_X, in magicmouse_setup_input() 490 input_abs_set_res(input, ABS_MT_POSITION_X, in magicmouse_setup_input() 502 input_set_abs_params(input, ABS_MT_POSITION_X, in magicmouse_setup_input() 509 input_abs_set_res(input, ABS_MT_POSITION_X, TRACKPAD2_RES_X); in magicmouse_setup_input() 517 input_set_abs_params(input, ABS_MT_POSITION_X, in magicmouse_setup_input() 524 input_abs_set_res(input, ABS_MT_POSITION_X, in magicmouse_setup_input()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | of_touchscreen.c | 77 axis_x = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties() 200 input_report_abs(input, multitouch ? ABS_MT_POSITION_X : ABS_X, x); in touchscreen_report_pos()
|
H A D | mms114.c | 463 input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_X); in mms114_probe() 477 input_set_abs_params(input_dev, ABS_MT_POSITION_X, in mms114_probe() 489 ABS_MT_POSITION_X); in mms114_probe() 492 input_abs_set_fuzz(input_dev, ABS_MT_POSITION_X, 0); in mms114_probe()
|
H A D | egalax_ts.c | 108 input_report_abs(input_dev, ABS_MT_POSITION_X, x); in egalax_ts_interrupt() 209 ABS_MT_POSITION_X, 0, EGALAX_MAX_X, 0, 0); in egalax_ts_probe()
|
H A D | zet6223.c | 86 input_event(ts->input, EV_ABS, ABS_MT_POSITION_X, in zet6223_irq() 208 input_set_abs_params(input, ABS_MT_POSITION_X, 0, ts->max_x, 0, 0); in zet6223_probe()
|
H A D | chipone_icn8318.c | 214 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in icn8318_probe() 218 if (!input_abs_get_max(input, ABS_MT_POSITION_X) || in icn8318_probe()
|
H A D | pixcir_i2c_ts.c | 178 input_report_abs(ts->input, ABS_MT_POSITION_X, in pixcir_ts_report() 499 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in pixcir_i2c_ts_probe() 502 if (!input_abs_get_max(input, ABS_MT_POSITION_X) || in pixcir_i2c_ts_probe()
|
H A D | surface3_spi.c | 81 ABS_MT_POSITION_X, in surface3_spi_report_touch() 263 input_set_abs_params(input, ABS_MT_POSITION_X, 0, 9600, 0, 0); in surface3_spi_create_touch_input() 264 input_abs_set_res(input, ABS_MT_POSITION_X, 40); in surface3_spi_create_touch_input()
|
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 | chipone_icn8505.c | 420 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in icn8505_probe() 443 input_set_abs_params(input, ABS_MT_POSITION_X, 0, in icn8505_probe() 449 if (!input_abs_get_max(input, ABS_MT_POSITION_X) || in icn8505_probe()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | touchscreen.c | 78 axis_x = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties() 201 input_report_abs(input, multitouch ? ABS_MT_POSITION_X : ABS_X, x); in touchscreen_report_pos()
|
H A D | input-mt.c | 63 copy_abs(dev, ABS_X, ABS_MT_POSITION_X); in input_mt_init_slots() 242 int x = input_mt_get_value(oldest, ABS_MT_POSITION_X); in input_mt_report_pointer_emulation() 415 x = input_mt_get_value(s, ABS_MT_POSITION_X); in input_mt_set_matrix()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-magicmouse.c | 356 input_report_abs(input, ABS_MT_POSITION_X, x); in magicmouse_emit_touch() 612 input_set_abs_params(input, ABS_MT_POSITION_X, in magicmouse_setup_input() 617 input_abs_set_res(input, ABS_MT_POSITION_X, in magicmouse_setup_input() 629 input_set_abs_params(input, ABS_MT_POSITION_X, in magicmouse_setup_input() 636 input_abs_set_res(input, ABS_MT_POSITION_X, TRACKPAD2_RES_X); in magicmouse_setup_input() 644 input_set_abs_params(input, ABS_MT_POSITION_X, in magicmouse_setup_input() 651 input_abs_set_res(input, ABS_MT_POSITION_X, in magicmouse_setup_input()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | egalax_ts.c | 108 input_report_abs(input_dev, ABS_MT_POSITION_X, x); in egalax_ts_interrupt() 200 ABS_MT_POSITION_X, 0, EGALAX_MAX_X, 0, 0); in egalax_ts_probe()
|
H A D | zet6223.c | 86 input_event(ts->input, EV_ABS, ABS_MT_POSITION_X, in zet6223_irq() 207 input_set_abs_params(input, ABS_MT_POSITION_X, 0, ts->max_x, 0, 0); in zet6223_probe()
|
H A D | chipone_icn8318.c | 207 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in icn8318_probe() 211 if (!input_abs_get_max(input, ABS_MT_POSITION_X) || in icn8318_probe()
|
H A D | mms114.c | 545 input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_X); in mms114_probe() 559 input_set_abs_params(input_dev, ABS_MT_POSITION_X, in mms114_probe() 572 ABS_MT_POSITION_X); in mms114_probe() 575 input_abs_set_fuzz(input_dev, ABS_MT_POSITION_X, 0); in mms114_probe()
|
H A D | chipone_icn8505.c | 408 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in icn8505_probe() 431 input_set_abs_params(input, ABS_MT_POSITION_X, 0, in icn8505_probe() 437 if (!input_abs_get_max(input, ABS_MT_POSITION_X) || in icn8505_probe()
|
H A D | pixcir_i2c_ts.c | 178 input_report_abs(ts->input, ABS_MT_POSITION_X, in pixcir_ts_report() 499 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in pixcir_i2c_ts_probe() 502 if (!input_abs_get_max(input, ABS_MT_POSITION_X) || in pixcir_i2c_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()
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 98 input_event(sensor->input, EV_ABS, ABS_MT_POSITION_X, obj->x); in rmi_2d_sensor_abs_report() 161 input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_x, 0, 0); in rmi_2d_sensor_set_input_params() 173 input_abs_set_res(input, ABS_MT_POSITION_X, res_x); in rmi_2d_sensor_set_input_params()
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input-mt.c | 62 copy_abs(dev, ABS_X, ABS_MT_POSITION_X); in input_mt_init_slots() 241 int x = input_mt_get_value(oldest, ABS_MT_POSITION_X); in input_mt_report_pointer_emulation() 375 x = input_mt_get_value(s, ABS_MT_POSITION_X); in input_mt_set_matrix()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 98 input_event(sensor->input, EV_ABS, ABS_MT_POSITION_X, obj->x); in rmi_2d_sensor_abs_report() 161 input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_x, 0, 0); in rmi_2d_sensor_set_input_params() 173 input_abs_set_res(input, ABS_MT_POSITION_X, res_x); in rmi_2d_sensor_set_input_params()
|