Searched refs:ABS_GAS (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/input/joystick/ |
| H A D | maplecontrol.c | 55 input_report_abs(dev, ABS_GAS, res[10]); 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 | grip.c | 51 static int grip_abs_xt[] = { ABS_X, ABS_Y, ABS_BRAKE, ABS_GAS, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, … 225 input_report_abs(dev, ABS_GAS, (data[1] >> 8) & 0x3f); in grip_poll()
|
| H A D | gf2k.c | 53 static unsigned char gf2k_abs[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_GAS, ABS_BRAKE };
|
| H A D | adi.c | 63 static char adi_wmf_abs[] = { ABS_WHEEL, ABS_GAS, ABS_BRAKE, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_H…
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 876 #define ABS_GAS 0x09 852 #define ABS_GAS global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 876 #define ABS_GAS 0x09 macro
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3507 [ABS_WHEEL] = "Wheel", [ABS_GAS] = "Gas",
|
| H A D | hid-input.c | 802 case 0xc4: map_abs(ABS_GAS); break; in hidinput_configure_usage()
|