Home
last modified time | relevance | path

Searched refs:ABS_GAS (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/input/joystick/
H A Dmaplecontrol.c55 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 Dgrip.c51 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 Dadi.c63 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 Dlinux-event-codes.h880 #define ABS_GAS 0x09
852 #define ABS_GAS global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h880 #define ABS_GAS 0x09 macro
/linux/drivers/hid/
H A Dhid-debug.c3513 [ABS_WHEEL] = "Wheel", [ABS_GAS] = "Gas",
H A Dhid-input.c814 case 0xc4: map_abs(ABS_GAS); break; in hidinput_configure_usage()