Home
last modified time | relevance | path

Searched refs:ABS_MT_POSITION_Y (Results 1 – 25 of 79) sorted by relevance

1234

/linux-6.6.21/tools/testing/selftests/hid/tests/
Dtest_sony.py151 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
Dtest_multitouch.py600 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] == t.y
[all …]
/linux-6.6.21/drivers/hid/
Dhid-magicmouse.c357 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()
Dhid-alps.c347 input_report_abs(hdata->input, ABS_MT_POSITION_Y, y); in t4_raw_event()
388 ABS_MT_POSITION_Y, y); in u1_raw_event()
707 input_set_abs_params(input, ABS_MT_POSITION_Y, in alps_input_configured()
715 input_abs_set_res(input, ABS_MT_POSITION_Y, res_y); in alps_input_configured()
/linux-6.6.21/drivers/input/
Dtouchscreen.c79 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()
Dinput-mt.c64 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()
/linux-6.6.21/drivers/input/touchscreen/
Degalax_ts.c109 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()
Dsurface3_spi.c84 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()
Dchipone_icn8318.c208 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()
Dzet6223.c88 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()
Dchipone_icn8505.c409 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()
Dcy8ctma140.c221 input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y); in cy8ctma140_probe()
239 input_abs_set_fuzz(input, ABS_MT_POSITION_Y, 0); in cy8ctma140_probe()
Dbu21013_ts.c227 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()
Dpixcir_i2c_ts.c180 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()
Dpenmount.c76 input_event(input, EV_ABS, ABS_MT_POSITION_Y, pm->slots[i].y); in pm_mtevent()
266 ABS_MT_POSITION_Y, 0, max_y, 0, 0); in pm_connect()
Dsis_i2c.c217 input_report_abs(input, ABS_MT_POSITION_Y, y); in sis_ts_report_contact()
335 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, SIS_MAX_Y, 0, 0); in sis_ts_probe()
Dst1232.c162 input_report_abs(input, ABS_MT_POSITION_Y, pos[i].y); in st1232_ts_parse_and_report()
309 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, in st1232_ts_probe()
Dhynitron_cstxxx.c376 input_set_capability(ts_data->input_dev, EV_ABS, ABS_MT_POSITION_Y); in cst3xx_input_dev_int()
391 ABS_MT_POSITION_Y, ts_data->prop.max_y); in cst3xx_input_dev_int()
Dmms114.c546 input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_Y); in mms114_probe()
561 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, in mms114_probe()
576 input_abs_set_fuzz(input_dev, ABS_MT_POSITION_Y, 0); in mms114_probe()
Dwacom_w8001.c170 input_report_abs(dev, ABS_MT_POSITION_Y, y); in parse_multi_touch()
532 input_set_abs_params(dev, ABS_MT_POSITION_Y, in w8001_setup_touch()
537 input_abs_set_res(dev, ABS_MT_POSITION_Y, touch.panel_res); in w8001_setup_touch()
/linux-6.6.21/drivers/input/rmi4/
Drmi_2d_sensor.c99 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()
/linux-6.6.21/Documentation/input/
Dmulti-touch-protocol.rst99 ABS_MT_POSITION_Y y[0]
102 ABS_MT_POSITION_Y y[1]
113 ABS_MT_POSITION_Y y[1]
137 ABS_MT_POSITION_Y y[0]
141 ABS_MT_POSITION_Y y[1]
171 minimum set consists of ABS_MT_POSITION_X and ABS_MT_POSITION_Y, which
296 ABS_MT_POSITION_Y
362 ABS_MT_POSITION_Y := T_Y
/linux-6.6.21/drivers/input/mouse/
Dfocaltech.c138 input_report_abs(dev, ABS_MT_POSITION_Y, in focaltech_report_state()
341 input_set_abs_params(dev, ABS_MT_POSITION_Y, 0, priv->y_max, 0, 0); in focaltech_set_input_params()
Dcypress_ps2.c382 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, cytp->tp_max_abs_y, 0, 0); in cypress_set_input_params()
396 input_abs_set_res(input, ABS_MT_POSITION_Y, cytp->tp_res_y); in cypress_set_input_params()
543 input_report_abs(input, ABS_MT_POSITION_Y, contact->y); in cypress_process_packet()
Delantech.c390 input_report_abs(dev, ABS_MT_POSITION_Y, y); in elantech_set_slot()
693 input_report_abs(dev, ABS_MT_POSITION_Y, etd->mt[id].y); in process_packet_head_v4()
730 input_report_abs(dev, ABS_MT_POSITION_Y, etd->mt[id].y); in process_packet_motion_v4()
737 input_report_abs(dev, ABS_MT_POSITION_Y, etd->mt[sid].y); in process_packet_motion_v4()
1218 input_set_abs_params(dev, ABS_MT_POSITION_Y, y_min, y_max, 0, 0); in elantech_set_input_params()
1238 input_set_abs_params(dev, ABS_MT_POSITION_Y, y_min, y_max, 0, 0); in elantech_set_input_params()
1254 input_abs_set_res(dev, ABS_MT_POSITION_Y, info->y_res); in elantech_set_input_params()

1234