| /linux/drivers/hid/ |
| H A D | hid-udraw-ps3.c | 165 input_report_abs(udraw->joy_input_dev, ABS_Y, y); in udraw_raw_event() 221 input_report_abs(udraw->touch_input_dev, ABS_Y, y); in udraw_raw_event() 240 input_report_abs(udraw->pen_input_dev, ABS_Y, y); in udraw_raw_event() 256 input_report_abs(udraw->accel_input_dev, ABS_Y, y); in udraw_raw_event() 315 input_set_abs_params(input_dev, ABS_Y, 0, RES_Y, 1, 0); in udraw_setup_touch() 316 input_abs_set_res(input_dev, ABS_Y, RES_Y / HEIGHT); in udraw_setup_touch() 342 input_set_abs_params(input_dev, ABS_Y, 0, RES_Y, 1, 0); in udraw_setup_pen() 343 input_abs_set_res(input_dev, ABS_Y, RES_Y / HEIGHT); in udraw_setup_pen() 370 input_set_abs_params(input_dev, ABS_Y, -512, 512, 0, 0); in udraw_setup_accel() 400 input_set_abs_params(input_dev, ABS_Y, -127, 127, 0, 0); in udraw_setup_joypad()
|
| H A D | hid-letsketch.c | 112 input_set_abs_params(input, ABS_Y, 0, 31750, 0, 0); in letsketch_setup_input_tablet() 115 input_abs_set_res(input, ABS_Y, 225); in letsketch_setup_input_tablet() 146 input_set_abs_params(input, ABS_Y, 0, 1, 0, 0); in letsketch_setup_input_tablet_pad() 186 input_report_abs(input, ABS_Y, in letsketch_raw_event()
|
| /linux/drivers/input/joystick/ |
| H A D | grip.c | 49 static int grip_abs_gpp[] = { ABS_X, ABS_Y, -1 }; 50 static int grip_abs_bd[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 }; 51 static int grip_abs_xt[] = { ABS_X, ABS_Y, ABS_BRAKE, ABS_GAS, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, … 52 static int grip_abs_dc[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 }; 188 input_report_abs(dev, ABS_Y, ((*data >> 13) & 1) - ((*data >> 12) & 1)); in grip_poll() 204 input_report_abs(dev, ABS_Y, 63 - ((data[0] >> 8) & 0x3f)); in grip_poll() 223 input_report_abs(dev, ABS_Y, 63 - ((data[0] >> 8) & 0x3f)); in grip_poll() 245 input_report_abs(dev, ABS_Y, (data[0] >> 8) & 0x3f); in grip_poll()
|
| H A D | sidewinder.c | 68 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y }, 69 { ABS_X, ABS_Y }, 70 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y }, 71 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y }, 72 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y }, 298 input_report_abs(dev, ABS_Y, (GB( 0,3) << 7) | GB(24,7)); in sw_parse() 323 input_report_abs(sw->dev[i], ABS_Y, GB(i*15+0,1) - GB(i*15+1,1)); in sw_parse() 341 input_report_abs(dev, ABS_Y, GB(19,10)); in sw_parse() 362 input_report_abs(dev, ABS_Y, GB(16,10)); in sw_parse()
|
| H A D | db9.c | 100 static const short db9_abs[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_RZ, ABS_Z, ABS_HAT0X, ABS_HAT0Y,… 366 input_report_abs(dev2, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); in db9_timer() 375 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); in db9_timer() 384 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); in db9_timer() 393 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); in db9_timer() 404 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); in db9_timer() 421 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); in db9_timer() 441 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); in db9_timer() 484 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); in db9_timer()
|
| H A D | qwiic-joystick.c | 57 input_report_abs(input, ABS_Y, be16_to_cpu(data.y) >> 6); in qwiic_poll() 98 input_set_abs_params(priv->dev, ABS_Y, 0, QWIIC_JSK_MAX_AXIS, in qwiic_probe()
|
| H A D | zhenhua.c | 70 input_report_abs(dev, ABS_Y, data[1]); in zhenhua_process_packet() 152 input_set_abs_params(input_dev, ABS_Y, 50, 200, 0, 0); in zhenhua_connect()
|
| H A D | amijoy.c | 51 input_report_abs(amijoy_dev[i], ABS_Y, ((data >> 1) & 1) - ((data >> 9) & 1)); in amijoy_interrupt() 121 amijoy_dev[i]->absbit[0] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y); in amijoy_init()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base.py | 35 libevdev.EV_ABS.ABS_Y, 91 libevdev.EV_ABS.ABS_Y, 101 libevdev.EV_ABS.ABS_Y, 111 libevdev.EV_ABS.ABS_Y, 125 libevdev.EV_ABS.ABS_Y,
|
| /linux/drivers/input/mouse/ |
| H A D | touchkit_ps2.c | 49 input_report_abs(dev, ABS_Y, TOUCHKIT_GET_Y(packet)); in touchkit_ps2_process_byte() 78 input_set_abs_params(dev, ABS_Y, 0, TOUCHKIT_MAX_YC, 0, 0); in touchkit_ps2_detect()
|
| H A D | lifebook.c | 176 input_report_abs(dev1, ABS_Y, in lifebook_process_byte() 181 input_report_abs(dev1, ABS_Y, in lifebook_process_byte() 328 input_set_abs_params(dev1, ABS_Y, 0, max_coord, 0, 0); in lifebook_init()
|
| H A D | vmmouse.c | 165 input_report_abs(abs_dev, ABS_Y, y); in vmmouse_report_events() 442 input_set_capability(abs_dev, EV_ABS, ABS_Y); in vmmouse_init() 444 input_set_abs_params(abs_dev, ABS_Y, 0, VMMOUSE_MAX_Y, 0, 0); in vmmouse_init()
|
| H A D | byd.c | 245 input_report_abs(dev, ABS_Y, priv->abs_y); in byd_report_input() 498 input_set_abs_params(dev, ABS_Y, 0, BYD_PAD_HEIGHT, 0, 0); in byd_init() 500 input_abs_set_res(dev, ABS_Y, BYD_PAD_RESOLUTION); in byd_init()
|
| /linux/drivers/input/touchscreen/ |
| H A D | hp680_ts_input.c | 60 input_report_abs(hp680_ts_dev, ABS_Y, absy); in do_softint() 90 input_set_abs_params(hp680_ts_dev, ABS_Y, in hp680_ts_init()
|
| H A D | wacom_w8001.c | 252 input_report_abs(dev, ABS_Y, coord->y); in report_pen_events() 273 input_report_abs(dev, ABS_Y, y); in report_single_touch() 446 input_set_abs_params(dev, ABS_Y, 0, coord.y, 0, 0); in w8001_setup_pen() 448 input_abs_set_res(dev, ABS_Y, W8001_PEN_RESOLUTION); in w8001_setup_pen() 497 input_set_abs_params(dev, ABS_Y, 0, touch.y, 0, 0); in w8001_setup_touch() 499 input_abs_set_res(dev, ABS_Y, touch.panel_res); in w8001_setup_touch()
|
| H A D | jornada720_ts.c | 87 input_report_abs(input, ABS_Y, y); in jornada720_ts_interrupt() 131 input_set_abs_params(input_dev, ABS_Y, 180, 3700, 0, 0); in jornada720_ts_probe()
|
| H A D | fujitsu_ts.c | 65 input_report_abs(dev, ABS_Y, in fujitsu_interrupt() 123 input_set_abs_params(input_dev, ABS_Y, 0, 4096, 0, 0); in fujitsu_connect()
|
| H A D | da9034-ts.c | 129 input_report_abs(touch->input_dev, ABS_Y, y); in report_pen_down() 337 __set_bit(ABS_Y, input_dev->absbit); in da9034_touch_probe() 339 input_set_abs_params(input_dev, ABS_Y, 0, 1023, 0, 0); in da9034_touch_probe()
|
| H A D | penmount.c | 105 input_report_abs(dev, ABS_Y, pm->data[3] * 128 + pm->data[4]); in pm_parse_9000() 120 input_report_abs(dev, ABS_Y, in pm_parse_6000() 259 input_set_abs_params(pm->dev, ABS_Y, 0, max_y, 0, 0); in pm_connect()
|
| H A D | touchright.c | 65 input_report_abs(dev, ABS_Y, in tr_interrupt() 126 input_set_abs_params(tr->dev, ABS_Y, TR_MIN_YC, TR_MAX_YC, 0, 0); in tr_connect()
|
| H A D | gunze.c | 52 input_report_abs(dev, ABS_Y, 1024 - simple_strtoul(gunze->data + 6, NULL, 10)); in gunze_process_packet() 121 input_set_abs_params(input_dev, ABS_Y, 24, 1000, 0, 0); in gunze_connect()
|
| H A D | touchwin.c | 69 input_report_abs(dev, ABS_Y, tw->data[1]); in tw_interrupt() 133 input_set_abs_params(tw->dev, ABS_Y, TW_MIN_YC, TW_MAX_YC, 0, 0); in tw_connect()
|
| H A D | touchit213.c | 103 input_report_abs(dev, ABS_Y, in touchit213_interrupt() 165 input_set_abs_params(touchit213->dev, ABS_Y, in touchit213_connect()
|
| /linux/drivers/macintosh/ams/ |
| H A D | ams-input.c | 41 input_report_abs(idev, ABS_Y, invert ? -y : y); in ams_idev_poll() 71 input_set_abs_params(input, ABS_Y, -50, 50, 3, 0); in ams_input_enable()
|
| /linux/drivers/input/tablet/ |
| H A D | acecad.c | 74 input_report_abs(dev, ABS_Y, y); in usb_acecad_irq() 184 input_set_abs_params(input_dev, ABS_Y, 0, 3750, 4, 0); in usb_acecad_probe() 195 input_set_abs_params(input_dev, ABS_Y, 0, 2250, 4, 0); in usb_acecad_probe()
|