| /linux/drivers/input/joystick/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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 };
|
| H A D | magellan.c | 29 static int magellan_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
| H A D | spaceorb.c | 32 static int spaceorb_axes[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
| H A D | fsia6b.c | 37 ABS_Z, ABS_RX,
|
| H A D | xpad.c | 444 ABS_RX, ABS_RY, /* right stick */ 812 input_report_abs(dev, ABS_RX, in xpad_process_packet() 926 input_report_abs(dev, ABS_RX, in xpad360_process_packet() 1130 input_report_abs(dev, ABS_RX, in xpadone_process_packet() 1900 case ABS_RX: in xpad_set_up_abs()
|
| H A D | interact.c | 45 { ABS_RX, ABS_RY, ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y, -1 };
|
| H A D | sidewinder.c | 73 { ABS_RX, ABS_RUDDER, ABS_THROTTLE }}; 386 input_report_abs(dev, ABS_RX, GB( 0,10)); in sw_parse()
|
| H A D | adi.c | 62 static char adi_cm2_abs[] = { ABS_X, ABS_Y, ABS_Z, ABS_RX, ABS_RY, ABS_RZ };
|
| H A D | db9.c | 100 static const short db9_abs[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_RZ, ABS_Z, ABS_HAT0X, ABS_HAT0Y,…
|
| /linux/drivers/hid/ |
| H A D | hid-xinmo.c | 32 case ABS_RX: in xinmo_event()
|
| /linux/Documentation/input/devices/ |
| H A D | pxrc.rst | 27 | 3 | ABS_RX |
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base.py | 36 libevdev.EV_ABS.ABS_RX, 46 libevdev.EV_ABS.ABS_RX,
|
| H A D | test_sony.py | 82 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_RX) in events 83 value = evdev.value[libevdev.EV_ABS.ABS_RX]
|
| /linux/drivers/input/tablet/ |
| H A 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/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h700-anbernic-rg35xx-h.dts | 46 linux,code = <ABS_RX>;
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3566-anbernic-rg353x.dtsi | 36 linux,code = <ABS_RX>;
|
| H A D | rk3326-odroid-go3.dts | 58 linux,code = <ABS_RX>;
|
| /linux/sound/usb/caiaq/ |
| H A D | input.c | 291 input_report_abs(input_dev, ABS_RX, decode_erp(buf[17], buf[16])); in snd_caiaq_input_read_erp() 780 BIT_MASK(ABS_RX) | BIT_MASK(ABS_RY) | in snd_usb_caiaq_input_init() 800 input_set_abs_params(input, ABS_RX, 0, 999, 0, 10); in snd_usb_caiaq_input_init()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 874 #define ABS_RX 0x03 846 #define ABS_RX global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 874 #define ABS_RX 0x03 macro
|