ABS_RX
[ABS_Z] = "Z", [ABS_RX] = "Rx",
case ABS_RX:
input_report_abs(idev, ABS_RX, value[0]);
input_report_abs(ctlr->input, ABS_RX, x);
ABS_RX,
input_set_abs_params(ctlr->imu_input, ABS_RX,
input_abs_set_res(ctlr->imu_input, ABS_RX, JC_IMU_GYRO_RES_PER_DPS);
ds->gyro_calib_data[0].abs_code = ABS_RX;
input_report_abs(ds->gamepad, ABS_RX, ds_report->rx);
ds4->gyro_calib_data[0].abs_code = ABS_RX;
ds4->gyro_calib_data[i].abs_code = ABS_RX + i;
input_report_abs(ds4->gamepad, ABS_RX, ds4_report->rx);
input_set_abs_params(gamepad, ABS_RX, 0, 255, 0, 0);
gamepad->absinfo[ABS_RX].value = 128;
input_set_abs_params(sensors, ABS_RX, -gyro_range, gyro_range, 16, 0);
input_abs_set_res(sensors, ABS_RX, gyro_res);
[0x32] = ABS_RX, /* right stick X */
input_report_abs(input, ABS_RX, steam_le16(data + 20));
input_report_abs(input, ABS_RX, steam_le16(data + 52));
input_report_abs(sensors, ABS_RX, steam_le16(data + 30));
input_set_abs_params(input, ABS_RX, -32767, 32767, 0, 0);
input_abs_set_res(input, ABS_RX, STEAM_DECK_JOYSTICK_RESOLUTION);
input_set_abs_params(input, ABS_RX, -32767, 32767,
input_abs_set_res(input, ABS_RX, STEAM_PAD_RESOLUTION);
input_set_abs_params(sensors, ABS_RX, -STEAM_DECK_GYRO_RANGE,
input_abs_set_res(sensors, ABS_RX, STEAM_DECK_GYRO_RES_PER_DPS);
input_report_abs(wdata->extension.input, ABS_RX, rx);
set_bit(ABS_RX, wdata->extension.input->absbit);
ABS_RX, -0x400, 0x400, 4, 100);
input_report_abs(wdata->mp, ABS_RX, x);
set_bit(ABS_RX, wdata->mp->absbit);
ABS_RX, -16000, 16000, 4, 8);
input_report_abs(wdata->accel, ABS_RX, x - 0x200);
set_bit(ABS_RX, wdata->accel->absbit);
input_set_abs_params(wdata->accel, ABS_RX, -500, 500, 2, 4);
input_report_abs(wdata->extension.input, ABS_RX, x);
set_bit(ABS_RX, wdata->extension.input->absbit);
ABS_RX, -500, 500, 2, 4);
case ABS_RX:
wacom_map_usage(input, usage, field, EV_ABS, ABS_RX, 0);
input_set_abs_params(input_dev, ABS_RX, 0, 4096, 0, 0);
input_set_abs_params(input_dev, ABS_RX, 0, 4096, 0, 0);
input_report_abs(input, ABS_RX, strip1);
static char adi_cm2_abs[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
static const short db9_abs[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_RZ, ABS_Z, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_HAT1Y };
ABS_Z, ABS_RX,
ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_HAT0X, ABS_HAT0Y
input_report_abs(dev, ABS_RX, (data[1] >> 2) & 0x3f);
static int grip_abs_dc[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 };
{ ABS_RX, ABS_RY, ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y, -1 };
static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
input_report_abs(dev, ABS_RX, res[14]);
ABS_GAS, ABS_BRAKE, ABS_X, ABS_Y, ABS_RX, ABS_RY, -1, -1,
input_report_abs(input, ABS_RX, REVERSE_BIT(pad->response[5]));
input_report_abs(input, ABS_RX, 0x80);
input_set_abs_params(idev, ABS_RX, 0, 255, 0, 0);
input_set_abs_params(pxrc->input, ABS_RX, 0, 255, 0, 0);
input_report_abs(pxrc->input, ABS_RX, data[3]);
input_report_abs(dev, ABS_RX, GB( 0,10));
{ ABS_RX, ABS_RUDDER, ABS_THROTTLE }};
input_set_abs_params(input_dev, ABS_RX + i, -1600, 1600, 2, 8);
static int spaceball_axes[] = { ABS_X, ABS_Z, ABS_Y, ABS_RX, ABS_RZ, ABS_RY };
static int spaceorb_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
{ ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE, ABS_RX, ABS_RY, ABS_RZ };
{ ABS_RX, ABS_RY, ABS_X, ABS_Y };
input_report_abs(dev, ABS_RX,
case ABS_RX:
ABS_RX, ABS_RY, /* right stick */
input_report_abs(dev, ABS_RX,
input_report_abs(dev, ABS_RX,
input_report_abs(input_dev, ABS_RX,
ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC,
input_report_abs(input_dev, ABS_RX, decode_erp(buf[17], buf[16]));
BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) |
input_set_abs_params(input, ABS_RX, 0, 999, 0, 10);