/linux-6.12.1/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 | 234 input_report_abs(input, ABS_RX, REVERSE_BIT(pad->response[5])); in psxpad_spi_poll() 261 input_report_abs(input, ABS_RX, 0x80); in psxpad_spi_poll() 318 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 | 65 input_report_abs(pxrc->input, ABS_RX, data[3]); in pxrc_usb_irq() 184 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 | spaceorb.c | 32 static int spaceorb_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
D | fsia6b.c | 37 ABS_Z, ABS_RX,
|
D | xpad.c | 426 ABS_RX, ABS_RY, /* right stick */ 775 input_report_abs(dev, ABS_RX, in xpad_process_packet() 889 input_report_abs(dev, ABS_RX, in xpad360_process_packet() 1078 input_report_abs(dev, ABS_RX, in xpadone_process_packet() 1869 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()
|
/linux-6.12.1/drivers/hid/ |
D | hid-xinmo.c | 32 case ABS_RX: in xinmo_event()
|
D | hid-steam.c | 783 input_set_abs_params(input, ABS_RX, -32767, 32767, 0, 0); in steam_input_register() 793 input_abs_set_res(input, ABS_RX, STEAM_DECK_JOYSTICK_RESOLUTION); in steam_input_register() 803 input_set_abs_params(input, ABS_RX, -32767, 32767, in steam_input_register() 810 input_abs_set_res(input, ABS_RX, STEAM_PAD_RESOLUTION); in steam_input_register() 885 input_set_abs_params(sensors, ABS_RX, -STEAM_DECK_GYRO_RANGE, in steam_sensors_register() 891 input_abs_set_res(sensors, ABS_RX, STEAM_DECK_GYRO_RES_PER_DPS); in steam_sensors_register() 1454 input_report_abs(input, ABS_RX, steam_le16(data + 20)); in steam_do_input_event() 1625 input_report_abs(input, ABS_RX, steam_le16(data + 52)); in steam_do_deck_input_event() 1678 input_report_abs(sensors, ABS_RX, steam_le16(data + 30)); in steam_do_deck_sensors_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() 2765 input_report_abs(wdata->mp, ABS_RX, x); in wiimod_mp_in_mp() [all …]
|
D | hid-playstation.c | 724 input_set_abs_params(gamepad, ABS_RX, 0, 255, 0, 0); in ps_gamepad_create() 879 input_set_abs_params(sensors, ABS_RX, -gyro_range, gyro_range, 16, 0); in ps_sensors_create() 882 input_abs_set_res(sensors, ABS_RX, gyro_res); in ps_sensors_create() 1002 ds->gyro_calib_data[0].abs_code = ABS_RX; in dualsense_get_calibration_data() 1354 input_report_abs(ds->gamepad, ABS_RX, ds_report->rx); in dualsense_parse_report() 1868 ds4->gyro_calib_data[0].abs_code = ABS_RX; in dualshock4_get_calibration_data() 1916 ds4->gyro_calib_data[i].abs_code = ABS_RX + i; in dualshock4_get_calibration_data() 2277 input_report_abs(ds4->gamepad, ABS_RX, ds4_report->rx); in dualshock4_parse_report()
|
/linux-6.12.1/Documentation/input/devices/ |
D | pxrc.rst | 27 | 3 | ABS_RX |
|
/linux-6.12.1/tools/testing/selftests/hid/tests/ |
D | base.py | 35 libevdev.EV_ABS.ABS_RX, 45 libevdev.EV_ABS.ABS_RX,
|
D | test_sony.py | 81 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_RX) in events 82 value = evdev.value[libevdev.EV_ABS.ABS_RX]
|
/linux-6.12.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h700-anbernic-rg35xx-h.dts | 46 linux,code = <ABS_RX>;
|
/linux-6.12.1/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.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3566-anbernic-rg353x.dtsi | 36 linux,code = <ABS_RX>;
|
D | rk3326-odroid-go3.dts | 57 linux,code = <ABS_RX>;
|
D | rk3566-anbernic-rg503.dts | 45 linux,code = <ABS_RX>;
|
/linux-6.12.1/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()
|