Home
last modified time | relevance | path

Searched refs:ABS_RUDDER (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/input/joystick/iforce/
H A Diforce-main.c33 { 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 Diforce-packets.c170 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()
/openbmc/linux/drivers/input/joystick/
H A Da3d.c135 …input_report_abs(dev, ABS_RUDDER, ((signed char)((data[21] << 6) | (data[22] << 3) | (data[23]))… in a3d_read()
303 int axes[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER }; in a3d_connect()
311 BIT_MASK(ABS_THROTTLE) | BIT_MASK(ABS_RUDDER) | in a3d_connect()
H A Dpxrc.c65 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 Dwalkera0701.c112 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 Dtmdc.c49 { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE, ABS_RX, ABS_RY, ABS_RZ };
53 { ABS_X, ABS_Y, ABS_RUDDER, -1, ABS_THROTTLE };
H A Dguillemot.c29 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, -1 };
H A Dsidewinder.c72 { ABS_RX, ABS_RUDDER, ABS_THROTTLE }};
386 input_report_abs(dev, ABS_RUDDER, GB(10, 6)); in sw_parse()
H A Dgf2k.c53 static unsigned char gf2k_abs[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_GAS, ABS_BRAKE };
H A Dadi.c437 if (t == ABS_THROTTLE || t == ABS_RUDDER || adi->id == ADI_ID_WGPE) in adi_init_center()
H A Danalog.c81 static short analog_axes[] = { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE };
/openbmc/linux/Documentation/input/devices/
H A Dpxrc.rst31 | 5 | ABS_RUDDER |
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h689 #define ABS_RUDDER 0x07 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h852 #define ABS_RUDDER 0x07 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h853 #define ABS_RUDDER 0x07
852 #define ABS_RUDDER global() macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h853 #define ABS_RUDDER 0x07 macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c1014 [ABS_THROTTLE] = "Throttle", [ABS_RUDDER] = "Rudder",
H A Dhid-input.c781 case 0xba: map_abs(ABS_RUDDER); break; in hidinput_configure_usage()