Searched refs:ABS_RUDDER (Results 1 - 20 of 20) sorted by relevance

/linux-4.4.14/drivers/input/joystick/
H A Da3d.c154 input_report_abs(dev, ABS_RUDDER, ((signed char)((data[21] << 6) | (data[22] << 3) | (data[23]))) + 128); a3d_read()
322 int axes[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER }; a3d_connect()
330 BIT_MASK(ABS_THROTTLE) | BIT_MASK(ABS_RUDDER) | a3d_connect()
H A Dwalkera0701.c116 input_report_abs(w->input_dev, ABS_RUDDER, val4); walkera0701_parse_frame()
268 input_set_abs_params(w->input_dev, ABS_RUDDER, -512, 512, 0, 0); walkera0701_attach()
H A Dtmdc.c68 { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE, ABS_RX, ABS_RY, ABS_RZ };
72 { ABS_X, ABS_Y, ABS_RUDDER, -1, ABS_THROTTLE };
H A Dgf2k.c72 static unsigned char gf2k_abs[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_GAS, ABS_BRAKE };
H A Dguillemot.c48 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, -1 };
H A Dsidewinder.c91 { ABS_RX, ABS_RUDDER, ABS_THROTTLE }};
405 input_report_abs(dev, ABS_RUDDER, GB(10, 6)); sw_parse()
H A Dadi.c456 if (t == ABS_THROTTLE || t == ABS_RUDDER || adi->id == ADI_ID_WGPE) adi_init_center()
H A Danalog.c103 static short analog_axes[] = { ABS_X, ABS_Y, ABS_RUDDER, ABS_THROTTLE };
/linux-4.4.14/drivers/input/joystick/iforce/
H A Diforce-packets.c189 if (LO(cmd) >= 8 && test_bit(ABS_RUDDER ,dev->absbit)) iforce_process_packet()
190 input_report_abs(dev, ABS_RUDDER, (__s8)data[7]); iforce_process_packet()
H A Diforce-main.c58 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_HAT0X, ABS_HAT0Y, -1 };
61 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_HAT0X, ABS_HAT0Y,
414 case ABS_RUDDER: iforce_init_device()
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
H A Dlinux-event-codes.h689 #define ABS_RUDDER 0x07 macro
/linux-4.4.14/include/dt-bindings/input/
H A Dlinux-event-codes.h689 #define ABS_RUDDER 0x07 macro
/linux-4.4.14/include/uapi/linux/
H A Dinput-event-codes.h689 #define ABS_RUDDER 0x07 macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
H A Dlinux-event-codes.h689 #define ABS_RUDDER 0x07 macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
H A Dlinux-event-codes.h689 #define ABS_RUDDER 0x07 macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
H A Dlinux-event-codes.h689 #define ABS_RUDDER 0x07 macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
H A Dlinux-event-codes.h689 #define ABS_RUDDER 0x07 macro
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
H A Dlinux-event-codes.h689 #define ABS_RUDDER 0x07 macro
/linux-4.4.14/drivers/hid/
H A Dhid-debug.c970 [ABS_THROTTLE] = "Throttle", [ABS_RUDDER] = "Rudder",
H A Dhid-input.c568 case 0xba: map_abs(ABS_RUDDER); break; hidinput_configure_usage()

Completed in 1345 milliseconds