Searched refs:ABS_RY (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/drivers/input/joystick/
H A Dmaplecontrol.c60 input_report_abs(dev, ABS_RY, res[15]);
94 ABS_GAS, ABS_BRAKE, ABS_X, ABS_Y, ABS_RX, ABS_RY, -1, -1,
H A Dpxrc.c66 input_report_abs(pxrc->input, ABS_RY, data[4]);
185 input_set_abs_params(pxrc->input, ABS_RY, 0, 255, 0, 0);
H A Dpsxpad-spi.c235 input_report_abs(input, ABS_RY, REVERSE_BIT(pad->response[6]));
262 input_report_abs(input, ABS_RY, 0x80);
319 input_set_abs_params(idev, ABS_RY, 0, 255, 0, 0);
H A Dmagellan.c29 static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
H A Dtmdc.c49 { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE, ABS_RX, ABS_RY, ABS_RZ };
55 { ABS_RX, ABS_RY, ABS_X, ABS_Y };
H A Dgrip.c52 static int grip_abs_dc[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 };
247 input_report_abs(dev, ABS_RY, (data[1] >> 8) & 0x3f);
H A Dfsia6b.c38 ABS_RY, ABS_RZ,
H A Dspaceball.c41 static int spaceball_axes[] = { ABS_X, ABS_Z, ABS_Y, ABS_RX, ABS_RZ, ABS_RY };
H A Dinteract.c45 { ABS_RX, ABS_RY, ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y, -1 };
H A Dspaceorb.c32 static int spaceorb_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
H A Dxpad.c421 ABS_RX, ABS_RY, /* right stick */
769 input_report_abs(dev, ABS_RY,
883 input_report_abs(dev, ABS_RY,
1072 input_report_abs(dev, ABS_RY,
1862 case ABS_RY: /* the two sticks */
H A Dadi.c62 static char adi_cm2_abs[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
H A Dgamecon.c534 ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_HAT0X, ABS_HAT0Y
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py34 libevdev.EV_ABS.ABS_RY,
44 libevdev.EV_ABS.ABS_RY,
H A Dtest_sony.py92 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_RY) in events
93 value = evdev.value[libevdev.EV_ABS.ABS_RY]
/linux-master/drivers/hid/
H A Dhid-steam.c773 input_set_abs_params(input, ABS_RY, -32767, 32767, 0, 0);
783 input_abs_set_res(input, ABS_RY, STEAM_DECK_JOYSTICK_RESOLUTION);
794 input_set_abs_params(input, ABS_RY, -32767, 32767,
800 input_abs_set_res(input, ABS_RY, STEAM_PAD_RESOLUTION);
1252 * 22-23 | s16 | ABS_RY | right-pad Y value
1345 input_report_abs(input, ABS_RY, -steam_le16(data + 22));
1398 * 54-55 | s16 | ABS_RY | right joystick Y
1516 input_report_abs(input, ABS_RY, -steam_le16(data + 54));
H A Dhid-wiimote-modules.c454 input_report_abs(wdata->accel, ABS_RY, y - 0x200);
502 set_bit(ABS_RY, wdata->accel->absbit);
505 input_set_abs_params(wdata->accel, ABS_RY, -500, 500, 2, 4);
882 input_report_abs(wdata->extension.input, ABS_RY, y);
960 set_bit(ABS_RY, wdata->extension.input->absbit);
965 ABS_RY, -500, 500, 2, 4);
1705 input_report_abs(wdata->extension.input, ABS_RY, ry);
1916 set_bit(ABS_RY, wdata->extension.input->absbit);
1924 ABS_RY, -0x400, 0x400, 4, 100);
2766 input_report_abs(wdata->mp, ABS_RY,
[all...]
H A Dhid-playstation.c718 input_set_abs_params(gamepad, ABS_RY, 0, 255, 0, 0);
873 input_set_abs_params(sensors, ABS_RY, -gyro_range, gyro_range, 16, 0);
876 input_abs_set_res(sensors, ABS_RY, gyro_res);
1001 ds->gyro_calib_data[1].abs_code = ABS_RY;
1348 input_report_abs(ds->gamepad, ABS_RY, ds_report->ry);
1858 ds4->gyro_calib_data[1].abs_code = ABS_RY;
2220 input_report_abs(ds4->gamepad, ABS_RY, ds4_report->ry);
H A Dhid-nintendo.c1577 input_report_abs(idev, ABS_RY, value[1]);
1683 input_report_abs(ctlr->input, ABS_RY, y);
2038 ABS_RY,
2131 input_set_abs_params(ctlr->imu_input, ABS_RY,
2139 input_abs_set_res(ctlr->imu_input, ABS_RY, JC_IMU_GYRO_RES_PER_DPS);
H A Dhid-sony.c398 [0x35] = ABS_RY, /* right stick Y */
595 hid_map_usage_clear(hi, usage, bit, max, EV_ABS, ABS_RY);
/linux-master/drivers/input/tablet/
H A Dhanwang.c91 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC,
221 input_report_abs(input_dev, ABS_RY,
/linux-master/sound/usb/caiaq/
H A Dinput.c281 input_report_abs(input_dev, ABS_RY, decode_erp(buf[11], buf[10]));
764 BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) |
785 input_set_abs_params(input, ABS_RY, 0, 999, 0, 10);
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h847 #define ABS_RY 0x04 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h847 #define ABS_RY 0x04 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h847 #define ABS_RY 0x04 macro

Completed in 239 milliseconds

12