/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_sony.py | 151 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 100 180 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 100 192 libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_Y, 10) not in events 196 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 100 199 assert evdev.slots[1][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 200 208 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_Y) not in events
|
H A D | test_multitouch.py | 600 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 100 640 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 100 652 libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_Y, 10) not in events 656 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 100 659 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 200 670 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_POSITION_Y) not in events 711 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 100 714 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 200 717 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 300 762 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_POSITION_Y] [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-magicmouse.c | 293 input_report_abs(input, ABS_MT_POSITION_Y, y); in magicmouse_emit_touch() 487 input_set_abs_params(input, ABS_MT_POSITION_Y, in magicmouse_setup_input() 492 input_abs_set_res(input, ABS_MT_POSITION_Y, in magicmouse_setup_input() 504 input_set_abs_params(input, ABS_MT_POSITION_Y, in magicmouse_setup_input() 510 input_abs_set_res(input, ABS_MT_POSITION_Y, TRACKPAD2_RES_Y); in magicmouse_setup_input() 519 input_set_abs_params(input, ABS_MT_POSITION_Y, in magicmouse_setup_input() 526 input_abs_set_res(input, ABS_MT_POSITION_Y, in magicmouse_setup_input()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | of_touchscreen.c | 78 axis_y = multitouch ? ABS_MT_POSITION_Y : ABS_Y; in touchscreen_parse_properties() 201 input_report_abs(input, multitouch ? ABS_MT_POSITION_Y : ABS_Y, y); in touchscreen_report_pos()
|
H A D | egalax_ts.c | 109 input_report_abs(input_dev, ABS_MT_POSITION_Y, y); in egalax_ts_interrupt() 211 ABS_MT_POSITION_Y, 0, EGALAX_MAX_Y, 0, 0); in egalax_ts_probe()
|
H A D | zet6223.c | 88 input_event(ts->input, EV_ABS, ABS_MT_POSITION_Y, in zet6223_irq() 209 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, ts->max_y, 0, 0); in zet6223_probe()
|
H A D | chipone_icn8318.c | 215 input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y); in icn8318_probe() 219 !input_abs_get_max(input, ABS_MT_POSITION_Y)) { in icn8318_probe()
|
H A D | pixcir_i2c_ts.c | 180 input_report_abs(ts->input, ABS_MT_POSITION_Y, in pixcir_ts_report() 500 input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y); in pixcir_i2c_ts_probe() 503 !input_abs_get_max(input, ABS_MT_POSITION_Y)) { in pixcir_i2c_ts_probe()
|
H A D | surface3_spi.c | 84 ABS_MT_POSITION_Y, in surface3_spi_report_touch() 265 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, 7200, 0, 0); in surface3_spi_create_touch_input() 266 input_abs_set_res(input, ABS_MT_POSITION_Y, 48); in surface3_spi_create_touch_input()
|
H A D | bu21013_ts.c | 227 input_report_abs(input, ABS_MT_POSITION_Y, pos[i].y); in bu21013_do_touch_report() 452 input_set_abs_params(in_dev, ABS_MT_POSITION_Y, 0, max_y, 0, 0); in bu21013_probe() 466 info = &in_dev->absinfo[ABS_MT_POSITION_Y]; in bu21013_probe()
|
H A D | chipone_icn8505.c | 421 input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y); in icn8505_probe() 445 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, in icn8505_probe() 450 !input_abs_get_max(input, ABS_MT_POSITION_Y)) { in icn8505_probe()
|
H A D | mms114.c | 464 input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_Y); in mms114_probe() 479 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, in mms114_probe() 493 input_abs_set_fuzz(input_dev, ABS_MT_POSITION_Y, 0); in mms114_probe()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | touchscreen.c | 79 axis_y = multitouch ? ABS_MT_POSITION_Y : ABS_Y; in touchscreen_parse_properties() 202 input_report_abs(input, multitouch ? ABS_MT_POSITION_Y : ABS_Y, y); in touchscreen_report_pos()
|
H A D | input-mt.c | 64 copy_abs(dev, ABS_Y, ABS_MT_POSITION_Y); in input_mt_init_slots() 243 int y = input_mt_get_value(oldest, ABS_MT_POSITION_Y); in input_mt_report_pointer_emulation() 416 y = input_mt_get_value(s, ABS_MT_POSITION_Y); in input_mt_set_matrix()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-magicmouse.c | 357 input_report_abs(input, ABS_MT_POSITION_Y, y); in magicmouse_emit_touch() 614 input_set_abs_params(input, ABS_MT_POSITION_Y, in magicmouse_setup_input() 619 input_abs_set_res(input, ABS_MT_POSITION_Y, in magicmouse_setup_input() 631 input_set_abs_params(input, ABS_MT_POSITION_Y, in magicmouse_setup_input() 637 input_abs_set_res(input, ABS_MT_POSITION_Y, TRACKPAD2_RES_Y); in magicmouse_setup_input() 646 input_set_abs_params(input, ABS_MT_POSITION_Y, in magicmouse_setup_input() 653 input_abs_set_res(input, ABS_MT_POSITION_Y, in magicmouse_setup_input()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | egalax_ts.c | 109 input_report_abs(input_dev, ABS_MT_POSITION_Y, y); in egalax_ts_interrupt() 202 ABS_MT_POSITION_Y, 0, EGALAX_MAX_Y, 0, 0); in egalax_ts_probe()
|
H A D | zet6223.c | 88 input_event(ts->input, EV_ABS, ABS_MT_POSITION_Y, in zet6223_irq() 208 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, ts->max_y, 0, 0); in zet6223_probe()
|
H A D | chipone_icn8318.c | 208 input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y); in icn8318_probe() 212 !input_abs_get_max(input, ABS_MT_POSITION_Y)) { in icn8318_probe()
|
H A D | chipone_icn8505.c | 409 input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y); in icn8505_probe() 433 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, in icn8505_probe() 438 !input_abs_get_max(input, ABS_MT_POSITION_Y)) { in icn8505_probe()
|
H A D | pixcir_i2c_ts.c | 180 input_report_abs(ts->input, ABS_MT_POSITION_Y, in pixcir_ts_report() 500 input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y); in pixcir_i2c_ts_probe() 503 !input_abs_get_max(input, ABS_MT_POSITION_Y)) { in pixcir_i2c_ts_probe()
|
H A D | surface3_spi.c | 84 ABS_MT_POSITION_Y, in surface3_spi_report_touch() 256 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, 7200, 0, 0); in surface3_spi_create_touch_input() 257 input_abs_set_res(input, ABS_MT_POSITION_Y, 48); in surface3_spi_create_touch_input()
|
H A D | bu21013_ts.c | 227 input_report_abs(input, ABS_MT_POSITION_Y, pos[i].y); in bu21013_do_touch_report() 452 input_set_abs_params(in_dev, ABS_MT_POSITION_Y, 0, max_y, 0, 0); in bu21013_probe() 466 info = &in_dev->absinfo[ABS_MT_POSITION_Y]; in bu21013_probe()
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 99 input_event(sensor->input, EV_ABS, ABS_MT_POSITION_Y, obj->y); in rmi_2d_sensor_abs_report() 162 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_y, 0, 0); in rmi_2d_sensor_set_input_params() 174 input_abs_set_res(input, ABS_MT_POSITION_Y, res_y); in rmi_2d_sensor_set_input_params()
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input-mt.c | 63 copy_abs(dev, ABS_Y, ABS_MT_POSITION_Y); in input_mt_init_slots() 242 int y = input_mt_get_value(oldest, ABS_MT_POSITION_Y); in input_mt_report_pointer_emulation() 376 y = input_mt_get_value(s, ABS_MT_POSITION_Y); in input_mt_set_matrix()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 99 input_event(sensor->input, EV_ABS, ABS_MT_POSITION_Y, obj->y); in rmi_2d_sensor_abs_report() 162 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_y, 0, 0); in rmi_2d_sensor_set_input_params() 174 input_abs_set_res(input, ABS_MT_POSITION_Y, res_y); in rmi_2d_sensor_set_input_params()
|