| /Linux-v5.10/drivers/input/joystick/ |
| D | maplecontrol.c | 60 input_report_abs(dev, ABS_RY, res[15]); in dc_pad_callback() 94 ABS_GAS, ABS_BRAKE, ABS_X, ABS_Y, ABS_RX, ABS_RY, -1, -1, in probe_maple_controller()
|
| D | psxpad-spi.c | 232 input_report_abs(input, ABS_RY, REVERSE_BIT(pad->response[6])); in psxpad_spi_poll() 259 input_report_abs(input, ABS_RY, 0x80); in psxpad_spi_poll() 316 input_set_abs_params(idev, ABS_RY, 0, 255, 0, 0); in psxpad_spi_probe()
|
| D | pxrc.c | 64 input_report_abs(pxrc->input, ABS_RY, data[4]); in pxrc_usb_irq() 188 input_set_abs_params(pxrc->input, ABS_RY, 0, 255, 0, 0); in pxrc_probe()
|
| D | grip.c | 55 static int grip_abs_dc[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 }; 250 input_report_abs(dev, ABS_RY, (data[1] >> 8) & 0x3f); in grip_poll()
|
| D | tmdc.c | 52 { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE, ABS_RX, ABS_RY, ABS_RZ }; 58 { ABS_RX, ABS_RY, ABS_X, ABS_Y };
|
| D | magellan.c | 32 static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
| D | fsia6b.c | 38 ABS_RY, ABS_RZ,
|
| D | spaceorb.c | 35 static int spaceorb_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
| D | xpad.c | 361 ABS_RX, ABS_RY, /* right stick */ 621 input_report_abs(dev, ABS_RY, in xpad_process_packet() 734 input_report_abs(dev, ABS_RY, in xpad360_process_packet() 888 input_report_abs(dev, ABS_RY, in xpadone_process_packet() 1587 case ABS_RY: /* the two sticks */ in xpad_set_up_abs()
|
| D | spaceball.c | 43 static int spaceball_axes[] = { ABS_X, ABS_Z, ABS_Y, ABS_RX, ABS_RZ, ABS_RY };
|
| D | interact.c | 48 { ABS_RX, ABS_RY, ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y, -1 };
|
| D | adi.c | 65 static char adi_cm2_abs[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
| D | db9.c | 103 static const short db9_abs[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_RZ, ABS_Z, ABS_HAT0X, ABS_HAT0Y,…
|
| D | gamecon.c | 537 ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_HAT0X, ABS_HAT0Y
|
| /Linux-v5.10/Documentation/input/devices/ |
| D | pxrc.rst | 29 | 4 | ABS_RY |
|
| /Linux-v5.10/drivers/hid/ |
| D | hid-wiimote-modules.c | 454 input_report_abs(wdata->accel, ABS_RY, y - 0x200); in wiimod_accel_in_accel() 502 set_bit(ABS_RY, wdata->accel->absbit); in wiimod_accel_probe() 505 input_set_abs_params(wdata->accel, ABS_RY, -500, 500, 2, 4); in wiimod_accel_probe() 882 input_report_abs(wdata->extension.input, ABS_RY, y); in wiimod_nunchuk_in_ext() 960 set_bit(ABS_RY, wdata->extension.input->absbit); in wiimod_nunchuk_probe() 965 ABS_RY, -500, 500, 2, 4); in wiimod_nunchuk_probe() 1705 input_report_abs(wdata->extension.input, ABS_RY, ry); in wiimod_pro_in_ext() 1916 set_bit(ABS_RY, wdata->extension.input->absbit); in wiimod_pro_probe() 1924 ABS_RY, -0x400, 0x400, 4, 100); in wiimod_pro_probe() 2542 input_report_abs(wdata->mp, ABS_RY, y); in wiimod_mp_in_mp() [all …]
|
| D | hid-steam.c | 444 input_set_abs_params(input, ABS_RY, -32767, 32767, in steam_input_register() 453 input_abs_set_res(input, ABS_RY, STEAM_PAD_RESOLUTION); in steam_input_register() 959 input_report_abs(input, ABS_RY, -steam_le16(data + 22)); in steam_do_input_event()
|
| D | hid-sony.c | 380 [0x35] = ABS_RY, /* right stick Y */ 409 [0x35] = ABS_RY, /* right stick Y */ 978 input_report_abs(input_dev, ABS_RY, rd[offset+3]); in dualshock4_parse_report() 1486 input_set_abs_params(sc->sensor_dev, ABS_RY, -range, range, 16, 0); in sony_register_sensors() 1489 input_abs_set_res(sc->sensor_dev, ABS_RY, DS4_GYRO_RES_PER_DEG_S); in sony_register_sensors() 1685 sc->ds4_calib_data[1].abs_code = ABS_RY; in dualshock4_get_calibration_data()
|
| D | hid-debug.c | 954 [ABS_RY] = "Ry", [ABS_RZ] = "Rz",
|
| D | wacom_wac.c | 623 input_report_abs(input, ABS_RY, strip2); in wacom_intuos_pad() 2016 wacom_map_usage(input, usage, field, EV_ABS, ABS_RY, 0); in wacom_wac_pad_usage_mapping() 4110 input_set_abs_params(input_dev, ABS_RY, 0, 4096, 0, 0); in wacom_setup_pad_input_capabilities() 4119 input_set_abs_params(input_dev, ABS_RY, 0, 4096, 0, 0); in wacom_setup_pad_input_capabilities()
|
| /Linux-v5.10/drivers/input/tablet/ |
| D | hanwang.c | 94 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC, 224 input_report_abs(input_dev, ABS_RY, in hanwang_parse_packet()
|
| /Linux-v5.10/sound/usb/caiaq/ |
| D | input.c | 281 input_report_abs(input_dev, ABS_RY, decode_erp(buf[11], buf[10])); in snd_caiaq_input_read_erp() 764 BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) | in snd_usb_caiaq_input_init() 785 input_set_abs_params(input, ABS_RY, 0, 999, 0, 10); in snd_usb_caiaq_input_init()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | input-event-codes.h | 819 #define ABS_RY 0x04 macro
|
| /Linux-v5.10/include/dt-bindings/input/ |
| D | linux-event-codes.h | 819 #define ABS_RY 0x04 macro
|
| /Linux-v5.10/Documentation/input/ |
| D | gamepad.rst | 151 reported as ABS_RX, ABS_RY. Zero, one or two sticks may be present.
|