Symbol: ABS_MT_POSITION_Y
drivers/hid/hid-alps.c
347
input_report_abs(hdata->input, ABS_MT_POSITION_Y, y);
drivers/hid/hid-alps.c
388
ABS_MT_POSITION_Y, y);
drivers/hid/hid-alps.c
707
input_set_abs_params(input, ABS_MT_POSITION_Y,
drivers/hid/hid-alps.c
715
input_abs_set_res(input, ABS_MT_POSITION_Y, res_y);
drivers/hid/hid-asus.c
221
input_report_abs(input, ABS_MT_POSITION_Y, y);
drivers/hid/hid-asus.c
974
input_set_abs_params(input, ABS_MT_POSITION_Y, 0,
drivers/hid/hid-asus.c
977
input_abs_set_res(input, ABS_MT_POSITION_Y, drvdata->tp->res_y);
drivers/hid/hid-debug.c
3531
[ABS_MT_POSITION_Y] = "MTPositionY",
drivers/hid/hid-elan.c
180
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, drvdata->max_y,
drivers/hid/hid-elan.c
227
input_report_abs(input, ABS_MT_POSITION_Y, y);
drivers/hid/hid-input.c
268
case ABS_MT_POSITION_Y:
drivers/hid/hid-logitech-hidpp.c
2938
input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, wd->y_size, 0, 0);
drivers/hid/hid-logitech-hidpp.c
2939
input_abs_set_res(input_dev, ABS_MT_POSITION_Y, wd->resolution);
drivers/hid/hid-logitech-hidpp.c
2973
input_event(hidpp->input, EV_ABS, ABS_MT_POSITION_Y,
drivers/hid/hid-magicmouse.c
365
input_report_abs(input, ABS_MT_POSITION_Y, y);
drivers/hid/hid-magicmouse.c
638
input_set_abs_params(input, ABS_MT_POSITION_Y,
drivers/hid/hid-magicmouse.c
643
input_abs_set_res(input, ABS_MT_POSITION_Y,
drivers/hid/hid-magicmouse.c
657
input_set_abs_params(input, ABS_MT_POSITION_Y,
drivers/hid/hid-magicmouse.c
663
input_abs_set_res(input, ABS_MT_POSITION_Y, TRACKPAD2_RES_Y);
drivers/hid/hid-magicmouse.c
672
input_set_abs_params(input, ABS_MT_POSITION_Y,
drivers/hid/hid-magicmouse.c
679
input_abs_set_res(input, ABS_MT_POSITION_Y,
drivers/hid/hid-multitouch.c
1228
input_abs_get_max(input, ABS_MT_POSITION_Y) - *slot->y :
drivers/hid/hid-multitouch.c
1234
input_abs_get_max(input, ABS_MT_POSITION_Y) - *slot->cy :
drivers/hid/hid-multitouch.c
1238
input_event(input, EV_ABS, ABS_MT_POSITION_Y, y);
drivers/hid/hid-multitouch.c
853
code = ABS_MT_POSITION_Y;
drivers/hid/hid-ntrig.c
491
EV_ABS, ABS_MT_POSITION_Y);
drivers/hid/hid-ntrig.c
729
input_event(input, EV_ABS, ABS_MT_POSITION_Y, nd->y);
drivers/hid/hid-playstation.c
1581
input_report_abs(ds->touchpad, ABS_MT_POSITION_Y,
drivers/hid/hid-playstation.c
2495
input_report_abs(ds4->touchpad, ABS_MT_POSITION_Y,
drivers/hid/hid-playstation.c
953
input_set_abs_params(touchpad, ABS_MT_POSITION_Y, 0, height - 1, 0, 0);
drivers/hid/hid-sony.c
1153
input_set_abs_params(sc->touchpad, ABS_MT_POSITION_Y, 0, h, 0, 0);
drivers/hid/hid-sony.c
953
input_report_abs(sc->touchpad, ABS_MT_POSITION_Y,
drivers/hid/wacom_wac.c
1440
int h = touch[7] * input_abs_get_res(touch_input, ABS_MT_POSITION_Y);
drivers/hid/wacom_wac.c
1448
input_report_abs(touch_input, ABS_MT_POSITION_Y, y);
drivers/hid/wacom_wac.c
1609
input_report_abs(input, ABS_MT_POSITION_Y, t_y);
drivers/hid/wacom_wac.c
1673
input_report_abs(input, ABS_MT_POSITION_Y, y);
drivers/hid/wacom_wac.c
1703
input_report_abs(input, ABS_MT_POSITION_Y, y);
drivers/hid/wacom_wac.c
2678
ABS_MT_POSITION_Y, 4);
drivers/hid/wacom_wac.c
2754
input_report_abs(input, mt ? ABS_MT_POSITION_Y : ABS_Y,
drivers/hid/wacom_wac.c
3089
input_report_abs(input, ABS_MT_POSITION_Y, y);
drivers/hid/wacom_wac.c
3135
int y_res = input_abs_get_res(input, ABS_MT_POSITION_Y);
drivers/hid/wacom_wac.c
3141
input_report_abs(input, ABS_MT_POSITION_Y, y);
drivers/hid/wacom_wac.c
3338
input_report_abs(input, ABS_MT_POSITION_Y, y);
drivers/hid/wacom_wac.c
3984
input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0,
drivers/hid/wacom_wac.c
3988
input_abs_set_res(input_dev, ABS_MT_POSITION_Y,
drivers/hid/wacom_wac.c
4001
input_set_abs_params(input_dev, ABS_MT_POSITION_Y,
drivers/hid/wacom_wac.c
4007
input_set_abs_params(input_dev, ABS_MT_POSITION_Y,
drivers/hid/wacom_wac.c
4013
input_set_abs_params(input_dev, ABS_MT_POSITION_Y,
drivers/hid/wacom_wac.c
4017
input_abs_set_res(input_dev, ABS_MT_POSITION_Y, 40);
drivers/input/input-mt.c
251
int y = input_mt_get_value(oldest, ABS_MT_POSITION_Y);
drivers/input/input-mt.c
415
y = input_mt_get_value(s, ABS_MT_POSITION_Y);
drivers/input/input-mt.c
67
copy_abs(dev, ABS_Y, ABS_MT_POSITION_Y);
drivers/input/keyboard/applespi.c
1012
input_report_abs(input, ABS_MT_POSITION_Y, pos->y);
drivers/input/keyboard/applespi.c
1296
input_set_abs_params(touchpad_input_dev, ABS_MT_POSITION_Y,
drivers/input/misc/xen-kbdfront.c
132
input_report_abs(info->mtouch, ABS_MT_POSITION_Y,
drivers/input/misc/xen-kbdfront.c
357
input_set_abs_params(mtouch, ABS_MT_POSITION_Y,
drivers/input/mouse/alps.c
2998
input_set_abs_params(dev1, ABS_MT_POSITION_Y, 0, priv->y_max, 0, 0);
drivers/input/mouse/alps.c
3001
input_abs_set_res(dev1, ABS_MT_POSITION_Y, priv->y_res);
drivers/input/mouse/alps.c
507
input_report_abs(dev, ABS_MT_POSITION_Y, y);
drivers/input/mouse/bcm5974.c
537
set_abs(input_dev, ABS_MT_POSITION_Y, &cfg->y);
drivers/input/mouse/bcm5974.c
584
input_report_abs(input, ABS_MT_POSITION_Y, pos->y);
drivers/input/mouse/cyapa.c
464
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, cyapa->max_abs_y, 0,
drivers/input/mouse/cyapa.c
492
input_abs_set_res(input, ABS_MT_POSITION_Y,
drivers/input/mouse/cyapa_gen3.c
1162
input_report_abs(input, ABS_MT_POSITION_Y,
drivers/input/mouse/cyapa_gen5.c
2729
input_report_abs(input, ABS_MT_POSITION_Y, y);
drivers/input/mouse/cypress_ps2.c
343
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, cytp->tp_max_abs_y, 0, 0);
drivers/input/mouse/cypress_ps2.c
357
input_abs_set_res(input, ABS_MT_POSITION_Y, cytp->tp_res_y);
drivers/input/mouse/cypress_ps2.c
505
input_report_abs(input, ABS_MT_POSITION_Y, contact->y);
drivers/input/mouse/elan_i2c_core.c
1160
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, data->max_y, 0, 0);
drivers/input/mouse/elan_i2c_core.c
1162
input_abs_set_res(input, ABS_MT_POSITION_Y, data->y_res);
drivers/input/mouse/elan_i2c_core.c
946
input_report_abs(input, ABS_MT_POSITION_Y, data->max_y - pos_y);
drivers/input/mouse/elantech.c
1218
input_set_abs_params(dev, ABS_MT_POSITION_Y, y_min, y_max, 0, 0);
drivers/input/mouse/elantech.c
1238
input_set_abs_params(dev, ABS_MT_POSITION_Y, y_min, y_max, 0, 0);
drivers/input/mouse/elantech.c
1254
input_abs_set_res(dev, ABS_MT_POSITION_Y, info->y_res);
drivers/input/mouse/elantech.c
390
input_report_abs(dev, ABS_MT_POSITION_Y, y);
drivers/input/mouse/elantech.c
693
input_report_abs(dev, ABS_MT_POSITION_Y, etd->mt[id].y);
drivers/input/mouse/elantech.c
730
input_report_abs(dev, ABS_MT_POSITION_Y, etd->mt[id].y);
drivers/input/mouse/elantech.c
737
input_report_abs(dev, ABS_MT_POSITION_Y, etd->mt[sid].y);
drivers/input/mouse/focaltech.c
138
input_report_abs(dev, ABS_MT_POSITION_Y,
drivers/input/mouse/focaltech.c
341
input_set_abs_params(dev, ABS_MT_POSITION_Y, 0, priv->y_max, 0, 0);
drivers/input/mouse/sentelic.c
689
input_report_abs(dev, ABS_MT_POSITION_Y, y);
drivers/input/mouse/sentelic.c
956
input_set_abs_params(dev, ABS_MT_POSITION_Y, 0, abs_y, 0, 0);
drivers/input/mouse/synaptics.c
1046
input_report_abs(dev, ABS_MT_POSITION_Y, pos[i].y);
drivers/input/mouse/synaptics.c
1328
ABS_MT_POSITION_X, ABS_MT_POSITION_Y);
drivers/input/mouse/synaptics.c
1342
ABS_MT_POSITION_X, ABS_MT_POSITION_Y);
drivers/input/mouse/synaptics.c
934
input_report_abs(dev, ABS_MT_POSITION_Y, synaptics_invert_y(y));
drivers/input/rmi4/rmi_2d_sensor.c
100
input_event(sensor->input, EV_ABS, ABS_MT_POSITION_Y, obj->y);
drivers/input/rmi4/rmi_2d_sensor.c
163
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_y, 0, 0);
drivers/input/rmi4/rmi_2d_sensor.c
175
input_abs_set_res(input, ABS_MT_POSITION_Y, res_y);
drivers/input/touchscreen.c
203
input_report_abs(input, multitouch ? ABS_MT_POSITION_Y : ABS_Y, y);
drivers/input/touchscreen.c
80
axis_y = multitouch ? ABS_MT_POSITION_Y : ABS_Y;
drivers/input/touchscreen/apple_z2.c
399
input_set_abs_params(z2->input_dev, ABS_MT_POSITION_Y, 0, 0, 0, 0);
drivers/input/touchscreen/apple_z2.c
402
input_abs_set_res(z2->input_dev, ABS_MT_POSITION_Y, 100);
drivers/input/touchscreen/atmel_mxt_ts.c
2083
input_abs_set_res(input_dev, ABS_MT_POSITION_Y,
drivers/input/touchscreen/atmel_mxt_ts.c
2187
input_set_abs_params(input_dev, ABS_MT_POSITION_Y,
drivers/input/touchscreen/auo-pixcir-ts.c
220
input_report_abs(ts->input, ABS_MT_POSITION_Y,
drivers/input/touchscreen/auo-pixcir-ts.c
539
input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, ts->y_max, 0, 0);
drivers/input/touchscreen/bu21013_ts.c
227
input_report_abs(input, ABS_MT_POSITION_Y, pos[i].y);
drivers/input/touchscreen/bu21013_ts.c
452
input_set_abs_params(in_dev, ABS_MT_POSITION_Y, 0, max_y, 0, 0);
drivers/input/touchscreen/bu21013_ts.c
466
info = &in_dev->absinfo[ABS_MT_POSITION_Y];
drivers/input/touchscreen/chipone_icn8318.c
208
input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/chipone_icn8318.c
212
!input_abs_get_max(input, ABS_MT_POSITION_Y)) {
drivers/input/touchscreen/chipone_icn8505.c
408
input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/chipone_icn8505.c
432
input_set_abs_params(input, ABS_MT_POSITION_Y, 0,
drivers/input/touchscreen/chipone_icn8505.c
437
!input_abs_get_max(input, ABS_MT_POSITION_Y)) {
drivers/input/touchscreen/cy8ctma140.c
221
input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/cy8ctma140.c
239
input_abs_set_fuzz(input, ABS_MT_POSITION_Y, 0);
drivers/input/touchscreen/cyttsp5.c
390
input_set_abs_params(ts->input, ABS_MT_POSITION_Y, 0, max_y, 0, 0);
drivers/input/touchscreen/cyttsp_core.c
349
input_report_abs(input, ABS_MT_POSITION_Y, be16_to_cpu(tch->y));
drivers/input/touchscreen/cyttsp_core.c
673
input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/edt-ft5x06.c
1319
input_set_abs_params(input, ABS_MT_POSITION_Y,
drivers/input/touchscreen/egalax_ts.c
110
input_report_abs(input_dev, ABS_MT_POSITION_Y, y);
drivers/input/touchscreen/egalax_ts.c
203
ABS_MT_POSITION_Y, 0, EGALAX_MAX_Y, 0, 0);
drivers/input/touchscreen/ektf2127.c
302
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_y, 0, 0);
drivers/input/touchscreen/elants_i2c.c
1501
input_set_abs_params(ts->input, ABS_MT_POSITION_Y, 0, ts->y_max, 0, 0);
drivers/input/touchscreen/elants_i2c.c
1516
input_abs_set_res(ts->input, ABS_MT_POSITION_Y, ts->y_res);
drivers/input/touchscreen/exc3000.c
391
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_xy, 0, 0);
drivers/input/touchscreen/goodix.c
1066
input_abs_set_max(ts->input_dev, ABS_MT_POSITION_Y, y_max - 1);
drivers/input/touchscreen/goodix.c
1168
input_set_capability(ts->input_dev, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/goodix.c
1199
ABS_MT_POSITION_Y, ts->prop.max_y);
drivers/input/touchscreen/goodix.c
322
input_copy_abs(input, ABS_Y, ts->input_dev, ABS_MT_POSITION_Y);
drivers/input/touchscreen/goodix_berlin_core.c
625
input_set_abs_params(cd->input_dev, ABS_MT_POSITION_Y,
drivers/input/touchscreen/hideep.c
715
input_report_abs(input, ABS_MT_POSITION_Y,
drivers/input/touchscreen/hideep.c
809
input_set_capability(ts->input_dev, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/himax_hx83112b.c
193
input_set_capability(ts->input_dev, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/himax_hx852x.c
240
input_set_abs_params(hx->input_dev, ABS_MT_POSITION_Y, 0, y_res - 1, 0, 0);
drivers/input/touchscreen/himax_hx852x.c
430
input_set_capability(hx->input_dev, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/hycon-hy46xx.c
514
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, -1, 0, 0);
drivers/input/touchscreen/hynitron_cstxxx.c
376
input_set_capability(ts_data->input_dev, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/hynitron_cstxxx.c
391
ABS_MT_POSITION_Y, ts_data->prop.max_y);
drivers/input/touchscreen/ili210x.c
1010
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_xy, 0, 0);
drivers/input/touchscreen/ili210x.c
410
input_abs_set_max(priv->input, ABS_MT_POSITION_Y, resy - 1);
drivers/input/touchscreen/ilitek_ts_i2c.c
479
input_set_abs_params(input, ABS_MT_POSITION_Y,
drivers/input/touchscreen/imagis.c
244
input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/iqs5xx.c
517
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_y, 0, 0);
drivers/input/touchscreen/iqs7211.c
2172
input_set_abs_params(tp_idev, ABS_MT_POSITION_Y,
drivers/input/touchscreen/melfas_mip4.c
1144
input_set_abs_params(ts->input, ABS_MT_POSITION_Y, 0, ts->max_y, 0, 0);
drivers/input/touchscreen/melfas_mip4.c
1148
input_abs_set_res(ts->input, ABS_MT_POSITION_Y, ts->ppm_y);
drivers/input/touchscreen/melfas_mip4.c
1480
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, ts->max_y, 0, 0);
drivers/input/touchscreen/melfas_mip4.c
1488
input_abs_set_res(ts->input, ABS_MT_POSITION_Y, ts->ppm_y);
drivers/input/touchscreen/melfas_mip4.c
533
input_report_abs(ts->input, ABS_MT_POSITION_Y, y);
drivers/input/touchscreen/mms114.c
546
input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/mms114.c
561
input_set_abs_params(input_dev, ABS_MT_POSITION_Y,
drivers/input/touchscreen/mms114.c
576
input_abs_set_fuzz(input_dev, ABS_MT_POSITION_Y, 0);
drivers/input/touchscreen/msg2638.c
334
input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/novatek-nvt-ts.c
284
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, height - 1, 0, 0);
drivers/input/touchscreen/penmount.c
266
ABS_MT_POSITION_Y, 0, max_y, 0, 0);
drivers/input/touchscreen/penmount.c
76
input_event(input, EV_ABS, ABS_MT_POSITION_Y, pm->slots[i].y);
drivers/input/touchscreen/pixcir_i2c_ts.c
180
input_report_abs(ts->input, ABS_MT_POSITION_Y,
drivers/input/touchscreen/pixcir_i2c_ts.c
500
input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/pixcir_i2c_ts.c
503
!input_abs_get_max(input, ABS_MT_POSITION_Y)) {
drivers/input/touchscreen/raspberrypi-ts.c
180
input_set_abs_params(input, ABS_MT_POSITION_Y, 0,
drivers/input/touchscreen/raydium_i2c_ts.c
1143
input_set_abs_params(ts->input, ABS_MT_POSITION_Y,
drivers/input/touchscreen/raydium_i2c_ts.c
1146
input_abs_set_res(ts->input, ABS_MT_POSITION_Y, ts->info.y_res);
drivers/input/touchscreen/raydium_i2c_ts.c
884
input_report_abs(ts->input, ABS_MT_POSITION_Y,
drivers/input/touchscreen/rohm_bu21023.c
1118
input_set_abs_params(input, ABS_MT_POSITION_Y,
drivers/input/touchscreen/rohm_bu21023.c
618
ABS_MT_POSITION_Y, pos[i].y);
drivers/input/touchscreen/s6sy761.c
155
input_report_abs(sdata->input, ABS_MT_POSITION_Y, y);
drivers/input/touchscreen/s6sy761.c
433
input_set_abs_params(sdata->input, ABS_MT_POSITION_Y, 0, max_y, 0, 0);
drivers/input/touchscreen/silead.c
134
input_set_abs_params(data->input, ABS_MT_POSITION_Y, 0, 4095, 0, 0);
drivers/input/touchscreen/silead.c
303
input_report_abs(input, ABS_MT_POSITION_Y, data->pos[i].y);
drivers/input/touchscreen/silead.c
95
struct input_absinfo *absinfo_y = &data->input->absinfo[ABS_MT_POSITION_Y];
drivers/input/touchscreen/sis_i2c.c
217
input_report_abs(input, ABS_MT_POSITION_Y, y);
drivers/input/touchscreen/sis_i2c.c
335
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, SIS_MAX_Y, 0, 0);
drivers/input/touchscreen/st1232.c
168
input_report_abs(input, ABS_MT_POSITION_Y, pos[i].y);
drivers/input/touchscreen/st1232.c
328
input_set_abs_params(input_dev, ABS_MT_POSITION_Y,
drivers/input/touchscreen/stmfts.c
186
input_report_abs(sdata->input, ABS_MT_POSITION_Y, y);
drivers/input/touchscreen/stmfts.c
659
input_set_capability(sdata->input, EV_ABS, ABS_MT_POSITION_Y);
drivers/input/touchscreen/sur40.c
444
input_report_abs(input, ABS_MT_POSITION_Y, pos_y);
drivers/input/touchscreen/sur40.c
623
input_set_abs_params(input_dev, ABS_MT_POSITION_Y,
drivers/input/touchscreen/surface3_spi.c
256
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, 7200, 0, 0);
drivers/input/touchscreen/surface3_spi.c
257
input_abs_set_res(input, ABS_MT_POSITION_Y, 48);
drivers/input/touchscreen/surface3_spi.c
84
ABS_MT_POSITION_Y,
drivers/input/touchscreen/usbtouchscreen.c
1118
ABS_MT_POSITION_Y, 2*begin_y+h);
drivers/input/touchscreen/wacom_w8001.c
170
input_report_abs(dev, ABS_MT_POSITION_Y, y);
drivers/input/touchscreen/wacom_w8001.c
530
input_set_abs_params(dev, ABS_MT_POSITION_Y,
drivers/input/touchscreen/wacom_w8001.c
535
input_abs_set_res(dev, ABS_MT_POSITION_Y, touch.panel_res);
drivers/input/touchscreen/wdt87xx_i2c.c
1041
input_set_abs_params(input, ABS_MT_POSITION_Y, 0,
drivers/input/touchscreen/wdt87xx_i2c.c
1044
input_abs_set_res(input, ABS_MT_POSITION_Y, res);
drivers/input/touchscreen/wdt87xx_i2c.c
987
input_report_abs(input, ABS_MT_POSITION_Y, y);
drivers/input/touchscreen/zet6223.c
206
input_set_abs_params(input, ABS_MT_POSITION_Y, 0, ts->max_y, 0, 0);
drivers/input/touchscreen/zet6223.c
86
input_event(ts->input, EV_ABS, ABS_MT_POSITION_Y,
drivers/input/touchscreen/zforce_ts.c
678
input_set_abs_params(ts->input, ABS_MT_POSITION_Y, 0, y_max, 0, 0);
drivers/input/touchscreen/zinitix.c
585
input_set_capability(input_dev, EV_ABS, ABS_MT_POSITION_Y);