/linux-6.1.9/drivers/hid/ |
D | hid-xinmo.c | 32 case ABS_RX: in xinmo_event()
|
D | hid-wiimote-modules.c | 453 input_report_abs(wdata->accel, ABS_RX, x - 0x200); in wiimod_accel_in_accel() 501 set_bit(ABS_RX, wdata->accel->absbit); in wiimod_accel_probe() 504 input_set_abs_params(wdata->accel, ABS_RX, -500, 500, 2, 4); in wiimod_accel_probe() 881 input_report_abs(wdata->extension.input, ABS_RX, x); in wiimod_nunchuk_in_ext() 959 set_bit(ABS_RX, wdata->extension.input->absbit); in wiimod_nunchuk_probe() 963 ABS_RX, -500, 500, 2, 4); in wiimod_nunchuk_probe() 1704 input_report_abs(wdata->extension.input, ABS_RX, rx); in wiimod_pro_in_ext() 1915 set_bit(ABS_RX, wdata->extension.input->absbit); in wiimod_pro_probe() 1922 ABS_RX, -0x400, 0x400, 4, 100); in wiimod_pro_probe() 2541 input_report_abs(wdata->mp, ABS_RX, x); in wiimod_mp_in_mp() [all …]
|
D | hid-playstation.c | 493 input_set_abs_params(gamepad, ABS_RX, 0, 255, 0, 0); in ps_gamepad_create() 640 input_set_abs_params(sensors, ABS_RX, -gyro_range, gyro_range, 16, 0); in ps_sensors_create() 643 input_abs_set_res(sensors, ABS_RX, gyro_res); in ps_sensors_create() 761 ds->gyro_calib_data[0].abs_code = ABS_RX; in dualsense_get_calibration_data() 1080 input_report_abs(ds->gamepad, ABS_RX, ds_report->rx); in dualsense_parse_report()
|
D | hid-steam.c | 452 input_set_abs_params(input, ABS_RX, -32767, 32767, in steam_input_register() 462 input_abs_set_res(input, ABS_RX, STEAM_PAD_RESOLUTION); in steam_input_register() 968 input_report_abs(input, ABS_RX, steam_le16(data + 20)); in steam_do_input_event()
|
D | hid-nintendo.c | 1206 input_report_abs(idev, ABS_RX, value[0]); in joycon_parse_imu_report() 1345 input_report_abs(dev, ABS_RX, x); in joycon_parse_report() 1675 input_set_abs_params(ctlr->input, ABS_RX, in joycon_input_create() 1741 input_set_abs_params(ctlr->imu_input, ABS_RX, in joycon_input_create() 1751 input_abs_set_res(ctlr->imu_input, ABS_RX, JC_IMU_GYRO_RES_PER_DPS); in joycon_input_create()
|
D | hid-sony.c | 407 [0x32] = ABS_RX, /* right stick X */ 434 [0x32] = ABS_RX, /* right stick X */ 1075 input_report_abs(input_dev, ABS_RX, rd[offset+2]); in dualshock4_parse_report() 1608 input_set_abs_params(sc->sensor_dev, ABS_RX, -range, range, 16, 0); in sony_register_sensors() 1611 input_abs_set_res(sc->sensor_dev, ABS_RX, DS4_GYRO_RES_PER_DEG_S); in sony_register_sensors() 1825 sc->ds4_calib_data[0].abs_code = ABS_RX; in dualshock4_get_calibration_data()
|
/linux-6.1.9/drivers/input/joystick/ |
D | maplecontrol.c | 59 input_report_abs(dev, ABS_RX, res[14]); 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 | 231 input_report_abs(input, ABS_RX, REVERSE_BIT(pad->response[5])); in psxpad_spi_poll() 258 input_report_abs(input, ABS_RX, 0x80); in psxpad_spi_poll() 315 input_set_abs_params(idev, ABS_RX, 0, 255, 0, 0); in psxpad_spi_probe()
|
D | spaceball.c | 41 static int spaceball_axes[] = { ABS_X, ABS_Z, ABS_Y, ABS_RX, ABS_RZ, ABS_RY }; 241 input_set_abs_params(input_dev, ABS_RX + i, -1600, 1600, 2, 8); in spaceball_connect()
|
D | pxrc.c | 63 input_report_abs(pxrc->input, ABS_RX, data[3]); in pxrc_usb_irq() 187 input_set_abs_params(pxrc->input, ABS_RX, 0, 255, 0, 0); in pxrc_probe()
|
D | grip.c | 52 static int grip_abs_dc[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 }; 246 input_report_abs(dev, ABS_RX, (data[1] >> 2) & 0x3f); in grip_poll()
|
D | tmdc.c | 49 { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE, ABS_RX, ABS_RY, ABS_RZ }; 55 { ABS_RX, ABS_RY, ABS_X, ABS_Y };
|
D | magellan.c | 29 static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
D | fsia6b.c | 37 ABS_Z, ABS_RX,
|
D | spaceorb.c | 32 static int spaceorb_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
D | xpad.c | 408 ABS_RX, ABS_RY, /* right stick */ 737 input_report_abs(dev, ABS_RX, in xpad_process_packet() 854 input_report_abs(dev, ABS_RX, in xpad360_process_packet() 1043 input_report_abs(dev, ABS_RX, in xpadone_process_packet() 1794 case ABS_RX: in xpad_set_up_abs()
|
D | interact.c | 45 { ABS_RX, ABS_RY, ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y, -1 };
|
D | sidewinder.c | 72 { ABS_RX, ABS_RUDDER, ABS_THROTTLE }}; 385 input_report_abs(dev, ABS_RX, GB( 0,10)); in sw_parse()
|
D | adi.c | 62 static char adi_cm2_abs[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
/linux-6.1.9/Documentation/input/devices/ |
D | pxrc.rst | 27 | 3 | ABS_RX |
|
/linux-6.1.9/drivers/input/tablet/ |
D | hanwang.c | 91 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC, 219 input_report_abs(input_dev, ABS_RX, in hanwang_parse_packet()
|
/linux-6.1.9/sound/usb/caiaq/ |
D | input.c | 279 input_report_abs(input_dev, ABS_RX, decode_erp(buf[17], buf[16])); in snd_caiaq_input_read_erp() 764 BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) | in snd_usb_caiaq_input_init() 784 input_set_abs_params(input, ABS_RX, 0, 999, 0, 10); in snd_usb_caiaq_input_init()
|
/linux-6.1.9/include/uapi/linux/ |
D | input-event-codes.h | 842 #define ABS_RX 0x03 macro
|
/linux-6.1.9/include/dt-bindings/input/ |
D | linux-event-codes.h | 842 #define ABS_RX 0x03 macro
|
/linux-6.1.9/Documentation/input/ |
D | gamepad.rst | 151 reported as ABS_RX, ABS_RY. Zero, one or two sticks may be present.
|