Home
last modified time | relevance | path

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

/openbmc/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 Dgf2k.c53 static unsigned char gf2k_abs[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_GAS, ABS_BRAKE };
H A Dadi.c63 static char adi_wmf_abs[] = { ABS_WHEEL, ABS_GAS, ABS_BRAKE, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_H…
/openbmc/linux/drivers/input/joystick/iforce/
H A Diforce-main.c40 { ABS_WHEEL, ABS_GAS, ABS_BRAKE, ABS_HAT0X, ABS_HAT0Y, -1 };
352 case ABS_GAS: in iforce_init_device()
H A Diforce-packets.c181 input_report_abs(dev, ABS_GAS, 255 - data[2]); in iforce_process_packet()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h691 #define ABS_GAS 0x09 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h854 #define ABS_GAS 0x09 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h855 #define ABS_GAS 0x09
854 #define ABS_GAS global() macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h855 #define ABS_GAS 0x09 macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c1015 [ABS_WHEEL] = "Wheel", [ABS_GAS] = "Gas",
H A Dhid-input.c783 case 0xc4: map_abs(ABS_GAS); break; in hidinput_configure_usage()