Home
last modified time | relevance | path

Searched refs:ABS_BRAKE (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-private.h93 #ifndef ABS_BRAKE
94 #define ABS_BRAKE 0x0a macro
H A Dusb-common.c256 case ABS_BRAKE: in usbPrint()
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dmaplecontrol.c56 input_report_abs(dev, ABS_BRAKE, res[11]); in dc_pad_callback()
94 ABS_GAS, ABS_BRAKE, ABS_X, ABS_Y, ABS_RX, ABS_RY, -1, -1, in probe_maple_controller()
133 for (i = ABS_X; i <= ABS_BRAKE; i++) in probe_maple_controller()
H A Dgrip.c54 static int grip_abs_xt[] = { ABS_X, ABS_Y, ABS_BRAKE, ABS_GAS, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, …
227 input_report_abs(dev, ABS_BRAKE, (data[1] >> 2) & 0x3f); in grip_poll()
H A Dgf2k.c56 static unsigned char gf2k_abs[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_GAS, ABS_BRAKE };
H A Dadi.c66 static char adi_wmf_abs[] = { ABS_WHEEL, ABS_GAS, ABS_BRAKE, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_H…
/OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/
H A Diforce-main.c40 { ABS_WHEEL, ABS_GAS, ABS_BRAKE, ABS_HAT0X, ABS_HAT0Y, -1 };
353 case ABS_BRAKE: in iforce_init_device()
H A Diforce-packets.c182 input_report_abs(dev, ABS_BRAKE, 255 - data[3]); in iforce_process_packet()
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dev.c202 case ABS_BRAKE: in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput-event-codes.h736 #define ABS_BRAKE 0x0a macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput-event-codes.h736 #define ABS_BRAKE 0x0a macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h692 #define ABS_BRAKE 0x0a macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h659 #define ABS_BRAKE 0x0a macro
H A Dlinux-event-codes.h828 #define ABS_BRAKE 0x0a macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h828 #define ABS_BRAKE 0x0a macro
/OK3568_Linux_fs/kernel/drivers/input/sensors/compass/
H A Dak8975.c303 input_report_abs(sensor->input_dev, ABS_BRAKE, rbuf[11]); in compass_set_YPR()
H A Dak09911.c204 input_report_abs(sensor->input_dev, ABS_BRAKE, sensor->axis.z); in compass_report_value()
H A Dak09918.c203 input_report_abs(sensor->input_dev, ABS_BRAKE, sensor->axis.z); in compass_report_value()
H A Dak8963.c198 input_report_abs(sensor->input_dev, ABS_BRAKE, sensor->axis.z); in compass_report_value()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-debug.c961 [ABS_BRAKE] = "Brake", [ABS_HAT0X] = "Hat0X",
H A Dhid-input.c649 case 0xc5: map_abs(ABS_BRAKE); break; in hidinput_configure_usage()
/OK3568_Linux_fs/kernel/drivers/input/sensors/
H A Dsensor-dev.c1879 input_set_abs_params(sensor->input_dev, ABS_BRAKE, -20480, 20479, 0, 0); in sensor_probe()