| /OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/ |
| H A D | iforce-main.c | 33 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_HAT0X, ABS_HAT0Y, -1 }; 36 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_HAT0X, ABS_HAT0Y, 357 case ABS_RUDDER: in iforce_init_device()
|
| H A D | iforce-packets.c | 170 if (len >= 8 && test_bit(ABS_RUDDER ,dev->absbit)) in iforce_process_packet() 171 input_report_abs(dev, ABS_RUDDER, (__s8)data[7]); in iforce_process_packet()
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | a3d.c | 138 …input_report_abs(dev, ABS_RUDDER, ((signed char)((data[21] << 6) | (data[22] << 3) | (data[23]))… in a3d_read() 306 int axes[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER }; in a3d_connect() 314 BIT_MASK(ABS_THROTTLE) | BIT_MASK(ABS_RUDDER) | in a3d_connect()
|
| H A D | pxrc.c | 65 input_report_abs(pxrc->input, ABS_RUDDER, data[5]); in pxrc_usb_irq() 189 input_set_abs_params(pxrc->input, ABS_RUDDER, 0, 255, 0, 0); in pxrc_probe()
|
| H A D | walkera0701.c | 112 input_report_abs(w->input_dev, ABS_RUDDER, val4); in walkera0701_parse_frame() 264 input_set_abs_params(w->input_dev, ABS_RUDDER, -512, 512, 0, 0); in walkera0701_attach()
|
| H A D | tmdc.c | 52 { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE, ABS_RX, ABS_RY, ABS_RZ }; 56 { ABS_X, ABS_Y, ABS_RUDDER, -1, ABS_THROTTLE };
|
| H A D | guillemot.c | 32 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, -1 };
|
| H A D | sidewinder.c | 75 { ABS_RX, ABS_RUDDER, ABS_THROTTLE }}; 389 input_report_abs(dev, ABS_RUDDER, GB(10, 6)); in sw_parse()
|
| H A D | gf2k.c | 56 static unsigned char gf2k_abs[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_GAS, ABS_BRAKE };
|
| H A D | adi.c | 440 if (t == ABS_THROTTLE || t == ABS_RUDDER || adi->id == ADI_ID_WGPE) in adi_init_center()
|
| H A D | analog.c | 87 static short analog_axes[] = { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE };
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | pxrc.rst | 31 | 5 | ABS_RUDDER |
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | ev.c | 193 case ABS_RUDDER: in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 733 #define ABS_RUDDER 0x07 macro
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | usb-common.c | 247 case ABS_RUDDER: in usbPrint()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 733 #define ABS_RUDDER 0x07 macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 689 #define ABS_RUDDER 0x07 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 656 #define ABS_RUDDER 0x07 macro
|
| H A D | linux-event-codes.h | 825 #define ABS_RUDDER 0x07 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 825 #define ABS_RUDDER 0x07 macro
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/compass/ |
| H A D | ak8975.c | 285 input_report_abs(sensor->input_dev, ABS_RUDDER, rbuf[4]); in compass_set_YPR()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-debug.c | 959 [ABS_THROTTLE] = "Throttle", [ABS_RUDDER] = "Rudder",
|
| H A D | hid-input.c | 646 case 0xba: map_abs(ABS_RUDDER); break; in hidinput_configure_usage()
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/ |
| H A D | sensor-dev.c | 1871 input_set_abs_params(sensor->input_dev, ABS_RUDDER, -32768, 3, 0, 0); in sensor_probe()
|