Home
last modified time | relevance | path

Searched refs:ABS_MT_POSITION_X (Results 51 – 75 of 77) sorted by relevance

1234

/openbmc/linux/drivers/hid/
H A Dhid-multitouch.c750 code = ABS_MT_POSITION_X; in mt_touch_input_mapping()
1128 input_abs_get_max(input, ABS_MT_POSITION_X) - *slot->x : in mt_process_slot()
1134 input_abs_get_max(input, ABS_MT_POSITION_X) - *slot->cx : in mt_process_slot()
1140 input_event(input, EV_ABS, ABS_MT_POSITION_X, x); in mt_process_slot()
H A Dhid-sony.c895 input_report_abs(sc->touchpad, ABS_MT_POSITION_X, x); in nsg_mrxu_parse_report()
1046 input_set_abs_params(sc->touchpad, ABS_MT_POSITION_X, 0, w, 0, 0); in sony_register_touchpad()
H A Dhid-playstation.c900 input_set_abs_params(touchpad, ABS_MT_POSITION_X, 0, width - 1, 0, 0); in ps_touchpad_create()
1438 input_report_abs(ds->touchpad, ABS_MT_POSITION_X, x); in dualsense_parse_report()
2296 input_report_abs(ds4->touchpad, ABS_MT_POSITION_X, x); in dualshock4_parse_report()
H A Dhid-logitech-hidpp.c2955 input_set_abs_params(input_dev, ABS_MT_POSITION_X, 0, wd->x_size, 0, 0); in wtp_populate_input()
2956 input_abs_set_res(input_dev, ABS_MT_POSITION_X, wd->resolution); in wtp_populate_input()
2990 input_event(hidpp->input, EV_ABS, ABS_MT_POSITION_X, in wtp_touch_event()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h717 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
/openbmc/linux/drivers/input/touchscreen/
H A Dhideep.c713 input_report_abs(input, ABS_MT_POSITION_X, in hideep_report_slot()
808 input_set_capability(ts->input_dev, EV_ABS, ABS_MT_POSITION_X); in hideep_init_input()
H A Dsur40.c443 input_report_abs(input, ABS_MT_POSITION_X, pos_x); in sur40_report_blob()
621 input_set_abs_params(input_dev, ABS_MT_POSITION_X, in sur40_input_setup_events()
H A Dmsg2638.c333 input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_X); in msg2638_init_input_dev()
H A Dzinitix.c473 input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_X); in zinitix_init_input_dev()
H A Dhycon-hy46xx.c516 input_set_abs_params(input, ABS_MT_POSITION_X, 0, -1, 0, 0); in hycon_hy46xx_probe()
H A Dilitek_ts_i2c.c472 input_set_abs_params(input, ABS_MT_POSITION_X, in ilitek_input_dev_init()
H A Datmel_mxt_ts.c891 input_report_abs(input_dev, ABS_MT_POSITION_X, x); in mxt_proc_t9_message()
1013 input_report_abs(input_dev, ABS_MT_POSITION_X, x); in mxt_proc_t100_message()
2080 input_abs_set_res(input_dev, ABS_MT_POSITION_X, in mxt_set_up_as_touchpad()
2184 input_set_abs_params(input_dev, ABS_MT_POSITION_X, in mxt_initialize_input_device()
H A Delants_i2c.c1503 input_set_abs_params(ts->input, ABS_MT_POSITION_X, 0, ts->x_max, 0, 0); in elants_i2c_probe()
1518 input_abs_set_res(ts->input, ABS_MT_POSITION_X, ts->x_res); in elants_i2c_probe()
H A Dcyttsp5.c389 input_set_abs_params(ts->input, ABS_MT_POSITION_X, 0, max_x, 0, 0); in cyttsp5_setup_input_device()
H A Diqs5xx.c515 input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_x, 0, 0); in iqs5xx_axis_init()
H A Dusbtouchscreen.c1109 ABS_MT_POSITION_X, 2*begin_x+w); in nexio_read_data()
H A Dedt-ft5x06.c1306 input_set_abs_params(input, ABS_MT_POSITION_X, in edt_ft5x06_ts_probe()
H A Diqs7211.c2169 input_set_abs_params(tp_idev, ABS_MT_POSITION_X, in iqs7211_register_tp()
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h887 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
/openbmc/linux/drivers/input/mouse/
H A Dcyapa.c463 input_set_abs_params(input, ABS_MT_POSITION_X, 0, cyapa->max_abs_x, 0, in cyapa_create_input_dev()
491 input_abs_set_res(input, ABS_MT_POSITION_X, in cyapa_create_input_dev()
H A Dalps.c506 input_report_abs(dev, ABS_MT_POSITION_X, x); in alps_set_slot()
2992 input_set_abs_params(dev1, ABS_MT_POSITION_X, 0, priv->x_max, 0, 0); in alps_set_abs_params_mt_common()
2995 input_abs_set_res(dev1, ABS_MT_POSITION_X, priv->x_res); in alps_set_abs_params_mt_common()
H A Dcyapa_gen3.c1160 input_report_abs(input, ABS_MT_POSITION_X, in cyapa_gen3_event_process()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py893 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50
/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c1030 input_report_abs(input, ABS_MT_POSITION_X, pos->x); in report_finger_data()
1312 input_set_abs_params(touchpad_input_dev, ABS_MT_POSITION_X, in applespi_register_touchpad_device()
/openbmc/linux/drivers/input/misc/
H A Duinput.c331 } else if (test_bit(ABS_MT_POSITION_X, dev->absbit)) { in uinput_create_device()

1234