| /linux-4.4.14/drivers/input/touchscreen/ |
| D | ft6236.c | 137 input_report_abs(input, ABS_MT_POSITION_X, y); in ft6236_interrupt() 140 input_report_abs(input, ABS_MT_POSITION_X, x); in ft6236_interrupt() 266 input_set_abs_params(input, ABS_MT_POSITION_X, 0, in ft6236_probe() 271 input_set_abs_params(input, ABS_MT_POSITION_X, 0, in ft6236_probe()
|
| D | chipone_icn8318.c | 137 input_event(data->input, EV_ABS, ABS_MT_POSITION_X, x); in icn8318_irq() 140 input_event(data->input, EV_ABS, ABS_MT_POSITION_X, y); in icn8318_irq() 250 input_set_abs_params(input, ABS_MT_POSITION_X, 0, in icn8318_probe() 255 input_set_abs_params(input, ABS_MT_POSITION_X, 0, in icn8318_probe()
|
| D | pixcir_i2c_ts.c | 153 input_event(ts->input, EV_ABS, ABS_MT_POSITION_X, touch->x); in pixcir_ts_report() 493 input_set_abs_params(input, ABS_MT_POSITION_X, 0, pdata->x_max, 0, 0); in pixcir_i2c_ts_probe() 496 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in pixcir_i2c_ts_probe() 499 if (!input_abs_get_max(input, ABS_MT_POSITION_X) || in pixcir_i2c_ts_probe()
|
| D | egalax_ts.c | 111 input_report_abs(input_dev, ABS_MT_POSITION_X, x); in egalax_ts_interrupt() 212 ABS_MT_POSITION_X, 0, EGALAX_MAX_X, 0, 0); in egalax_ts_probe()
|
| D | st1232.c | 121 input_report_abs(input_dev, ABS_MT_POSITION_X, finger[i].x); in st1232_ts_irq_handler() 211 input_set_abs_params(input_dev, ABS_MT_POSITION_X, MIN_X, MAX_X, 0, 0); in st1232_ts_probe()
|
| D | of_touchscreen.c | 74 axis = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties()
|
| D | penmount.c | 79 input_event(input, EV_ABS, ABS_MT_POSITION_X, pm->slots[i].x); in pm_mtevent() 268 ABS_MT_POSITION_X, 0, max_x, 0, 0); in pm_connect()
|
| D | ili210x.c | 97 input_report_abs(input, ABS_MT_POSITION_X, x); in ili210x_report_events() 256 input_set_abs_params(input, ABS_MT_POSITION_X, 0, xmax, 0, 0); in ili210x_i2c_probe()
|
| D | goodix.c | 165 input_report_abs(ts->input_dev, ABS_MT_POSITION_X, input_x); in goodix_ts_report_touch() 340 input_set_abs_params(ts->input_dev, ABS_MT_POSITION_X, in goodix_request_input_dev()
|
| D | cyttsp_core.c | 331 input_report_abs(input, ABS_MT_POSITION_X, be16_to_cpu(tch->x)); in cyttsp_report_tchdata() 580 input_set_abs_params(input_dev, ABS_MT_POSITION_X, in cyttsp_probe()
|
| D | bu21013_ts.c | 236 ABS_MT_POSITION_X, pos_x[i]); in bu21013_do_touch_report() 577 input_set_abs_params(in_dev, ABS_MT_POSITION_X, 0, in bu21013_probe()
|
| D | wacom_w8001.c | 163 input_report_abs(dev, ABS_MT_POSITION_X, x); in parse_multi_touch() 474 input_set_abs_params(dev, ABS_MT_POSITION_X, in w8001_setup()
|
| D | mms114.c | 187 input_report_abs(input_dev, ABS_MT_POSITION_X, x); in mms114_process_mt() 475 input_set_abs_params(input_dev, ABS_MT_POSITION_X, in mms114_probe()
|
| D | auo-pixcir-ts.c | 216 input_report_abs(ts->input, ABS_MT_POSITION_X, in auo_pixcir_interrupt() 590 input_set_abs_params(input_dev, ABS_MT_POSITION_X, 0, in auo_pixcir_probe()
|
| D | wdt87xx_i2c.c | 989 input_report_abs(input, ABS_MT_POSITION_X, x); in wdt87xx_report_contact() 1044 input_set_abs_params(input, ABS_MT_POSITION_X, 0, in wdt87xx_ts_create_input_device() 1048 input_abs_set_res(input, ABS_MT_POSITION_X, res); in wdt87xx_ts_create_input_device()
|
| D | zforce_ts.c | 401 input_report_abs(ts->input, ABS_MT_POSITION_X, in zforce_touch_event() 863 input_set_abs_params(input_dev, ABS_MT_POSITION_X, 0, in zforce_probe()
|
| D | sur40.c | 285 input_report_abs(input, ABS_MT_POSITION_X, pos_x); in sur40_report_blob() 464 input_set_abs_params(input_dev, ABS_MT_POSITION_X, in sur40_input_setup()
|
| D | elants_i2c.c | 805 input_event(input, EV_ABS, ABS_MT_POSITION_X, x); in elants_i2c_mt_event() 1247 input_set_abs_params(ts->input, ABS_MT_POSITION_X, 0, ts->x_max, 0, 0); in elants_i2c_probe() 1251 input_abs_set_res(ts->input, ABS_MT_POSITION_X, ts->x_res); in elants_i2c_probe()
|
| D | rohm_bu21023.c | 624 ABS_MT_POSITION_X, pos[i].x); in rohm_ts_soft_irq() 1156 input_set_abs_params(input, ABS_MT_POSITION_X, in rohm_bu21023_i2c_probe()
|
| D | edt-ft5x06.c | 249 input_report_abs(tsdata->input, ABS_MT_POSITION_X, x); in edt_ft5x06_ts_isr() 964 input_set_abs_params(input, ABS_MT_POSITION_X, in edt_ft5x06_ts_probe()
|
| D | atmel_mxt_ts.c | 743 input_report_abs(input_dev, ABS_MT_POSITION_X, x); in mxt_proc_t9_message() 847 input_report_abs(input_dev, ABS_MT_POSITION_X, x); in mxt_proc_t100_message() 1791 input_abs_set_res(input_dev, ABS_MT_POSITION_X, in mxt_set_up_as_touchpad() 1880 input_set_abs_params(input_dev, ABS_MT_POSITION_X, in mxt_initialize_input_device()
|
| D | usbtouchscreen.c | 1028 ABS_MT_POSITION_X, 2*begin_x+w); in nexio_read_data()
|
| /linux-4.4.14/drivers/hid/ |
| D | hid-magicmouse.c | 268 input_report_abs(input, ABS_MT_POSITION_X, x); in magicmouse_emit_touch() 420 input_set_abs_params(input, ABS_MT_POSITION_X, in magicmouse_setup_input() 425 input_abs_set_res(input, ABS_MT_POSITION_X, in magicmouse_setup_input() 434 input_set_abs_params(input, ABS_MT_POSITION_X, in magicmouse_setup_input() 441 input_abs_set_res(input, ABS_MT_POSITION_X, in magicmouse_setup_input()
|
| D | wacom_wac.c | 1267 input_report_abs(input, ABS_MT_POSITION_X, t_x); in wacom_24hdt_irq() 1331 input_report_abs(input, ABS_MT_POSITION_X, x); in wacom_mt_touch() 1361 input_report_abs(input, ABS_MT_POSITION_X, x); in wacom_tpc_mt_touch() 1624 ABS_MT_POSITION_X, 4); in wacom_wac_finger_usage_mapping() 1686 input_report_abs(input, mt ? ABS_MT_POSITION_X : ABS_X, in wacom_wac_finger_slot() 1913 input_report_abs(input, ABS_MT_POSITION_X, x); in wacom_bpt_touch() 1959 int x_res = input_abs_get_res(input, ABS_MT_POSITION_X); in wacom_bpt3_touch_msg() 1965 input_report_abs(input, ABS_MT_POSITION_X, x); in wacom_bpt3_touch_msg() 2158 input_report_abs(input, ABS_MT_POSITION_X, x); in wacom_bamboo_pad_touch_event() 2734 input_set_abs_params(input_dev, ABS_MT_POSITION_X, 0, in wacom_setup_touch_input_capabilities() [all …]
|
| D | hid-ntrig.c | 473 EV_ABS, ABS_MT_POSITION_X); in ntrig_input_mapping() 732 input_event(input, EV_ABS, ABS_MT_POSITION_X, nd->x); in ntrig_event()
|
| D | hid-logitech-hidpp.c | 778 input_set_abs_params(input_dev, ABS_MT_POSITION_X, 0, wd->x_size, 0, 0); in wtp_populate_input() 779 input_abs_set_res(input_dev, ABS_MT_POSITION_X, wd->resolution); in wtp_populate_input() 814 input_event(wd->input, EV_ABS, ABS_MT_POSITION_X, in wtp_touch_event()
|
| D | hid-multitouch.c | 468 EV_ABS, ABS_MT_POSITION_X); in mt_touch_input_mapping() 469 set_abs(hi->input, ABS_MT_POSITION_X, field, in mt_touch_input_mapping() 641 input_event(input, EV_ABS, ABS_MT_POSITION_X, s->x); in mt_complete_slot()
|
| D | hid-rmi.c | 357 input_event(hdata->input, EV_ABS, ABS_MT_POSITION_X, x); in rmi_f11_process_touch() 1215 input_set_abs_params(input, ABS_MT_POSITION_X, 1, data->max_x, 0, 0); in rmi_input_configured() 1222 input_abs_set_res(input, ABS_MT_POSITION_X, res_x); in rmi_input_configured()
|
| D | hid-sony.c | 1263 input_report_abs(input_dev, ABS_MT_POSITION_X, x); in dualshock4_parse_report() 1357 input_set_abs_params(input_dev, ABS_MT_POSITION_X, 0, w, 0, 0); in sony_register_touchpad()
|
| D | hid-input.c | 232 case ABS_MT_POSITION_X: in hidinput_calc_abs_res() 1022 if (usage->code == ABS_MT_POSITION_X && input->hint_events_per_packet == 0) in hidinput_configure_usage()
|
| D | hid-debug.c | 985 [ABS_MT_POSITION_X] = "MTPositionX",
|
| /linux-4.4.14/Documentation/input/ |
| D | multi-touch-protocol.txt | 91 ABS_MT_POSITION_X x[0] 94 ABS_MT_POSITION_X x[1] 105 ABS_MT_POSITION_X x[1] 129 ABS_MT_POSITION_X x[0] 133 ABS_MT_POSITION_X x[1] 140 ABS_MT_POSITION_X x[0] 164 minimum set consists of ABS_MT_POSITION_X and ABS_MT_POSITION_Y, which 174 ABS_MT_POSITION_X/Y and the center of the approaching finger (b) is 286 ABS_MT_POSITION_X 361 ABS_MT_POSITION_X := T_X
|
| /linux-4.4.14/drivers/input/ |
| D | input-mt.c | 65 copy_abs(dev, ABS_X, ABS_MT_POSITION_X); in input_mt_init_slots() 225 int x = input_mt_get_value(oldest, ABS_MT_POSITION_X); in input_mt_report_pointer_emulation() 356 x = input_mt_get_value(s, ABS_MT_POSITION_X); in input_mt_set_matrix()
|
| D | input.c | 1975 } else if (test_bit(ABS_MT_POSITION_X, dev->absbit)) { in input_estimate_events_per_packet()
|
| /linux-4.4.14/drivers/input/mouse/ |
| D | elantech.c | 306 input_report_abs(dev, ABS_MT_POSITION_X, x); in elantech_set_slot() 603 input_report_abs(dev, ABS_MT_POSITION_X, etd->mt[id].x); in process_packet_head_v4() 640 input_report_abs(dev, ABS_MT_POSITION_X, etd->mt[id].x); in process_packet_motion_v4() 647 input_report_abs(dev, ABS_MT_POSITION_X, etd->mt[sid].x); in process_packet_motion_v4() 1226 input_set_abs_params(dev, ABS_MT_POSITION_X, x_min, x_max, 0, 0); in elantech_set_input_params() 1253 input_set_abs_params(dev, ABS_MT_POSITION_X, x_min, x_max, 0, 0); in elantech_set_input_params() 1269 input_abs_set_res(dev, ABS_MT_POSITION_X, x_res); in elantech_set_input_params()
|
| D | focaltech.c | 147 input_report_abs(dev, ABS_MT_POSITION_X, clamped_x); in focaltech_report_state() 344 input_set_abs_params(dev, ABS_MT_POSITION_X, 0, priv->x_max, 0, 0); in focaltech_set_input_params()
|
| D | cypress_ps2.c | 384 input_set_abs_params(input, ABS_MT_POSITION_X, 0, cytp->tp_max_abs_x, 0, 0); in cypress_set_input_params() 398 input_abs_set_res(input, ABS_MT_POSITION_X, cytp->tp_res_x); in cypress_set_input_params() 547 input_report_abs(input, ABS_MT_POSITION_X, contact->x); in cypress_process_packet()
|
| D | synaptics.c | 829 input_report_abs(dev, ABS_MT_POSITION_X, x); in synaptics_report_semi_mt_slot() 939 input_report_abs(dev, ABS_MT_POSITION_X, pos[i].x); in synaptics_report_mt_data() 1199 set_abs_position_params(dev, priv, ABS_MT_POSITION_X, in set_input_params() 1209 set_abs_position_params(dev, priv, ABS_MT_POSITION_X, in set_input_params()
|
| D | elan_i2c_core.c | 832 input_report_abs(input, ABS_MT_POSITION_X, pos_x); in elan_report_contact() 944 input_set_abs_params(input, ABS_MT_POSITION_X, 0, data->max_x, 0, 0); in elan_setup_input_device() 946 input_abs_set_res(input, ABS_MT_POSITION_X, data->x_res); in elan_setup_input_device()
|
| D | sentelic.c | 701 input_report_abs(dev, ABS_MT_POSITION_X, x); in fsp_set_slot() 977 input_set_abs_params(dev, ABS_MT_POSITION_X, 0, abs_x, 0, 0); in fsp_set_input_params()
|
| D | bcm5974.c | 548 set_abs(input_dev, ABS_MT_POSITION_X, &cfg->x); in setup_events_to_report() 595 input_report_abs(input, ABS_MT_POSITION_X, pos->x); in report_finger_data()
|
| D | cyapa.c | 462 input_set_abs_params(input, ABS_MT_POSITION_X, 0, cyapa->max_abs_x, 0, in cyapa_create_input_dev() 490 input_abs_set_res(input, ABS_MT_POSITION_X, in cyapa_create_input_dev()
|
| D | alps.c | 501 input_report_abs(dev, ABS_MT_POSITION_X, x); in alps_set_slot() 2818 input_set_abs_params(dev1, ABS_MT_POSITION_X, 0, priv->x_max, 0, 0); in alps_set_abs_params_mt_common() 2821 input_abs_set_res(dev1, ABS_MT_POSITION_X, priv->x_res); in alps_set_abs_params_mt_common()
|
| D | cyapa_gen3.c | 1202 input_report_abs(input, ABS_MT_POSITION_X, in cyapa_gen3_irq_handler()
|
| D | cyapa_gen5.c | 2676 input_report_abs(input, ABS_MT_POSITION_X, x); in cyapa_pip_report_slot_data()
|
| /linux-4.4.14/drivers/staging/ste_rmi4/ |
| D | synaptics_i2c_rmi4.c | 390 input_report_abs(input_dev, ABS_MT_POSITION_X, x); in synpatics_rmi4_touchpad_report() 975 input_set_abs_params(rmi4_data->input_dev, ABS_MT_POSITION_X, 0, in synaptics_rmi4_probe()
|
| /linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 717 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
|
| /linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 717 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
|
| /linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 717 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
|
| /linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 717 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
|
| /linux-4.4.14/include/dt-bindings/input/ |
| D | linux-event-codes.h | 717 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
|
| /linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 717 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
|
| /linux-4.4.14/include/uapi/linux/ |
| D | input-event-codes.h | 717 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
|
| /linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 717 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro
|
| /linux-4.4.14/drivers/input/misc/ |
| D | uinput.c | 354 } else if (test_bit(ABS_MT_POSITION_X, dev->absbit)) { in uinput_validate_absbits()
|