/Linux-v6.6/drivers/hid/ |
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()
|
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() 185 input_report_abs(input, ABS_Y, in letsketch_raw_event()
|
/Linux-v6.6/drivers/input/touchscreen/ |
D | ipaq-micro-ts.c | 34 input_report_abs(ts->input, ABS_Y, in micro_ts_receive() 40 input_report_abs(ts->input, ABS_Y, 0); in micro_ts_receive() 105 input_set_capability(ts->input, EV_ABS, ABS_Y); in micro_ts_probe() 107 input_set_abs_params(ts->input, ABS_Y, 0, 1023, 0, 0); in micro_ts_probe()
|
D | elo.c | 98 input_report_abs(dev, ABS_Y, (elo->data[6] << 8) | elo->data[5]); in elo_process_data_10() 147 input_report_abs(dev, ABS_Y, ((elo->data[2] & 0x3f) << 6) | (elo->data[3] & 0x3f)); in elo_process_data_6() 190 input_report_abs(dev, ABS_Y, elo->data[2]); in elo_process_data_3() 270 input_set_abs_params(dev, ABS_Y, 96, 4000, 0, 0); in elo_setup_10() 357 input_set_abs_params(input_dev, ABS_Y, 96, 4000, 0, 0); in elo_connect() 362 input_set_abs_params(input_dev, ABS_Y, 0, 255, 0, 0); in elo_connect()
|
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()
|
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() 448 input_set_abs_params(dev, ABS_Y, 0, coord.y, 0, 0); in w8001_setup_pen() 450 input_abs_set_res(dev, ABS_Y, W8001_PEN_RESOLUTION); in w8001_setup_pen() 499 input_set_abs_params(dev, ABS_Y, 0, touch.y, 0, 0); in w8001_setup_touch() 501 input_abs_set_res(dev, ABS_Y, touch.panel_res); in w8001_setup_touch()
|
D | fujitsu_ts.c | 65 input_report_abs(dev, ABS_Y, in fujitsu_interrupt() 124 input_set_abs_params(input_dev, ABS_Y, 0, 4096, 0, 0); in fujitsu_connect()
|
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()
|
D | mk712.c | 107 input_report_abs(mk712_dev, ABS_Y, last_y); in mk712_interrupt() 187 input_set_abs_params(mk712_dev, ABS_Y, 0, 0xfff, 88, 0); in mk712_init()
|
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()
|
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()
|
/Linux-v6.6/drivers/input/joystick/ |
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()
|
D | sidewinder.c | 67 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y }, 68 { ABS_X, ABS_Y }, 69 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y }, 70 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y }, 71 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y }, 297 input_report_abs(dev, ABS_Y, (GB( 0,3) << 7) | GB(24,7)); in sw_parse() 322 input_report_abs(sw->dev[i], ABS_Y, GB(i*15+0,1) - GB(i*15+1,1)); in sw_parse() 340 input_report_abs(dev, ABS_Y, GB(19,10)); in sw_parse() 361 input_report_abs(dev, ABS_Y, GB(16,10)); in sw_parse()
|
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()
|
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()
|
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()
|
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-v6.6/drivers/input/mouse/ |
D | pc110pad.c | 60 input_report_abs(pc110pad_dev, ABS_Y, in pc110pad_interrupt() 126 pc110pad_dev->absbit[0] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y); in pc110pad_init() 130 input_abs_set_max(pc110pad_dev, ABS_Y, 0x0ff); in pc110pad_init()
|
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()
|
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()
|
/Linux-v6.6/tools/testing/selftests/hid/tests/ |
D | base.py | 32 libevdev.EV_ABS.ABS_Y, 88 libevdev.EV_ABS.ABS_Y, 98 libevdev.EV_ABS.ABS_Y, 108 libevdev.EV_ABS.ABS_Y, 122 libevdev.EV_ABS.ABS_Y,
|
/Linux-v6.6/sound/usb/caiaq/ |
D | input.c | 207 snd_caiaq_input_report_abs(cdev, ABS_Y, buf, 0); in snd_caiaq_input_read_analog() 214 snd_caiaq_input_report_abs(cdev, ABS_Y, buf, 1); in snd_caiaq_input_read_analog() 316 input_report_abs(cdev->input_dev, ABS_Y, buf[5] >> 4); in snd_caiaq_input_read_io() 610 input->absbit[0] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y) | in snd_usb_caiaq_input_init() 616 input_set_abs_params(input, ABS_Y, 0, 4096, 0, 10); in snd_usb_caiaq_input_init() 622 input->absbit[0] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y) | in snd_usb_caiaq_input_init() 628 input_set_abs_params(input, ABS_Y, 0, 1024, 0, 10); in snd_usb_caiaq_input_init() 648 BIT_MASK(ABS_X) | BIT_MASK(ABS_Y) | in snd_usb_caiaq_input_init() 663 input_set_abs_params(input, ABS_Y, 0, 4096, 0, 10); in snd_usb_caiaq_input_init() 674 BIT_MASK(ABS_X) | BIT_MASK(ABS_Y) | in snd_usb_caiaq_input_init() [all …]
|
/Linux-v6.6/drivers/input/joystick/iforce/ |
D | iforce-main.c | 30 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 }; 33 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_HAT0X, ABS_HAT0Y, -1 }; 36 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_HAT0X, ABS_HAT0Y, 345 case ABS_Y: in iforce_init_device()
|
/Linux-v6.6/drivers/macintosh/ams/ |
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-v6.6/drivers/input/tablet/ |
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()
|