Searched refs:ABS_Z (Results 1 - 25 of 36) sorted by last modified time

12

/linux-master/drivers/platform/x86/
H A Dclassmate-laptop.c193 input_report_abs(inputdev, ABS_Z, z);
332 input_set_abs_params(inputdev, ABS_Z, -255, 255, 16, 0);
535 input_report_abs(inputdev, ABS_Z, z);
609 input_set_abs_params(inputdev, ABS_Z, 0, 255, 8, 0);
H A Dasus-laptop.c461 input_report_abs(input, ABS_Z, 0);
475 input_report_abs(input, ABS_Z, asus->pega_acc_z);
513 input_set_abs_params(input, ABS_Z,
H A Dacer-wmi.c1747 input_report_abs(acer_wmi_accel_dev, ABS_Z,
2436 input_set_abs_params(acer_wmi_accel_dev, ABS_Z, -16384, 16384, 0, 0);
/linux-master/drivers/hid/
H A Dhid-steam.c878 input_set_abs_params(sensors, ABS_Z, -STEAM_DECK_ACCEL_RANGE,
882 input_abs_set_res(sensors, ABS_Z, STEAM_DECK_ACCEL_RES_PER_G);
1493 * 26-27 | s16 | IMU ABS_Z | accelerometer Y value
1675 input_report_abs(sensors, ABS_Z, -steam_le16(data + 26));
H A Dhid-sony.c368 [0x33] = ABS_Z, /* L2 */
838 input_report_abs(sc->sensor_dev, ABS_Z, val);
1113 input_set_abs_params(sc->sensor_dev, ABS_Z, -512, 511, 4, 0);
1116 input_abs_set_res(sc->sensor_dev, ABS_Z, SIXAXIS_ACC_RES_PER_G);
H A Dhid-playstation.c723 input_set_abs_params(gamepad, ABS_Z, 0, 255, 0, 0);
873 input_set_abs_params(sensors, ABS_Z, -accel_range, accel_range, 16, 0);
876 input_abs_set_res(sensors, ABS_Z, accel_res);
1052 ds->accel_calib_data[2].abs_code = ABS_Z;
1356 input_report_abs(ds->gamepad, ABS_Z, ds_report->z);
1903 ds4->accel_calib_data[2].abs_code = ABS_Z;
2259 input_report_abs(ds4->gamepad, ABS_Z, ds4_report->z);
H A Dhid-nintendo.c1574 input_report_abs(idev, ABS_Z, value[5]);
2114 input_set_abs_params(ctlr->imu_input, ABS_Z,
2119 input_abs_set_res(ctlr->imu_input, ABS_Z, JC_IMU_ACCEL_RES_PER_G);
H A Dhid-logitech-hidpp.c3818 usage->code == ABS_Y || usage->code == ABS_Z ||
H A Dhid-debug.c3501 [ABS_Z] = "Z", [ABS_RX] = "Rx",
H A Dwacom_wac.c583 input_report_abs(input, ABS_Z, be16_to_cpup((__be16 *)&data[8]));
811 input_report_abs(input, ABS_Z, 0);
988 input_report_abs(input, ABS_Z, t);
1406 input_report_abs(pen_input, ABS_Z, rotation);
2054 wacom_map_usage(input, usage, field, EV_ABS, ABS_Z, 0);
2325 wacom_map_usage(input, usage, field, EV_ABS, ABS_Z, 0);
3729 __clear_bit(ABS_Z, wacom_wac->pen_input->absbit);
3810 input_set_abs_params(input_dev, ABS_Z, -900, 899, 0, 0);
3811 input_abs_set_res(input_dev, ABS_Z, 287);
3822 input_set_abs_params(input_dev, ABS_Z,
[all...]
H A Dhid-input.c266 case ABS_Z:
/linux-master/drivers/input/joystick/
H A Dxpad.c434 ABS_Z, ABS_RZ, /* triggers left/right */
780 input_report_abs(dev, ABS_Z, data[10]);
894 input_report_abs(dev, ABS_Z, data[4]);
1085 input_report_abs(dev, ABS_Z,
1867 case ABS_Z:
H A Dwalkera0701.c110 input_report_abs(w->input_dev, ABS_Z, val6);
262 input_set_abs_params(w->input_dev, ABS_Z, -512, 512, 0, 0);
H A Dzhenhua.c73 input_report_abs(dev, ABS_Z, data[4]);
153 input_set_abs_params(input_dev, ABS_Z, 50, 200, 0, 0);
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h845 #define ABS_Z 0x02 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h845 #define ABS_Z 0x02 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h845 #define ABS_Z 0x02 macro
/linux-master/drivers/input/misc/
H A Dkxtj9.c120 input_report_abs(tj9->input_dev, ABS_Z, tj9->pdata.negate_z ? -z : z);
466 input_set_abs_params(input_dev, ABS_Z, -G_MAX, G_MAX, FUZZ, FLAT);
H A Dmma8450.c110 input_report_abs(input, ABS_Z, z);
168 input_set_abs_params(input, ABS_Z, -2048, 2047, 32, 32);
H A Dadxl34x.c230 .ev_code_z = ABS_Z, /* EV_REL */
776 __set_bit(ABS_Z, input_dev->absbit);
785 input_set_abs_params(input_dev, ABS_Z, -range, range, 3, 3);
H A Dbma150.c326 input_report_abs(bma150->input, ABS_Z, z);
479 input_set_abs_params(idev, ABS_Z, ABSMIN_ACC_VAL, ABSMAX_ACC_VAL, 0, 0);
H A Dcma3000_d0x.c141 input_report_abs(data->input_dev, ABS_Z, dataz);
332 input_set_abs_params(input_dev, ABS_Z,
/linux-master/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c454 input_report_abs(input, ABS_Z, z);
716 input_set_abs_params(input_dev, ABS_Z, -max_val, max_val, fuzz, flat);
/linux-master/sound/usb/caiaq/
H A Dinput.c208 snd_caiaq_input_report_abs(cdev, ABS_Z, buf, 1);
215 snd_caiaq_input_report_abs(cdev, ABS_Z, buf, 2);
317 input_report_abs(cdev->input_dev, ABS_Z, buf[6] & 0xf);
611 BIT_MASK(ABS_Z);
617 input_set_abs_params(input, ABS_Z, 0, 4096, 0, 10);
623 BIT_MASK(ABS_Z);
629 input_set_abs_params(input, ABS_Z, 0, 1024, 0, 10);
649 BIT_MASK(ABS_Z);
664 input_set_abs_params(input, ABS_Z, 0, 4096, 0, 10);
675 BIT_MASK(ABS_Z);
[all...]
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_sony.py68 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_Z) in events
69 value = evdev.value[libevdev.EV_ABS.ABS_Z]

Completed in 420 milliseconds

12