Home
last modified time | relevance | path

Searched refs:BTN_EAST (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/input/
H A Dgamepad.rst112 BTN_EAST. For vertical layouts, the upper button is BTN_EAST. For
113 horizontal layouts, the button more on the right is BTN_EAST.
118 to right): BTN_WEST, BTN_SOUTH, BTN_EAST
120 (from top down): BTN_WEST, BTN_SOUTH, BTN_EAST
126 BTN_WEST, BTN_SOUTH, BTN_EAST according to their physical location.
128 is BTN_WEST, lower-right is BTN_SOUTH and upper-right is BTN_EAST.
/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.h382 #define BTN_EAST 0x131 macro
383 #define BTN_B BTN_EAST
/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.h382 #define BTN_EAST 0x131 macro
383 #define BTN_B BTN_EAST
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h381 #define BTN_EAST 0x131 macro
382 #define BTN_B BTN_EAST
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h359 #define BTN_EAST 0x131 macro
360 #define BTN_B BTN_EAST
H A Dlinux-event-codes.h383 #define BTN_EAST 0x131 macro
384 #define BTN_B BTN_EAST
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-udraw-ps3.c123 input_report_key(udraw->joy_input_dev, BTN_EAST, !!(data[0] & 4)); in udraw_raw_event()
393 set_bit(BTN_EAST, input_dev->keybit); in udraw_setup_joypad()
H A Dhid-nintendo.c502 input_report_key(dev, BTN_EAST, btns & JC_BTN_A); in joycon_parse_report()
519 BTN_SOUTH, BTN_EAST, BTN_NORTH, BTN_WEST,
H A Dhid-sony.c370 [0x0e] = BTN_EAST, /* Circle */
397 [0x0e] = BTN_EAST, /* Circle */
415 [0x3] = BTN_EAST, /* Circle */
988 input_report_key(input_dev, BTN_EAST, rd[offset+4] & 0x40); in dualshock4_parse_report()
H A Dhid-playstation.c294 BTN_EAST, /* Circle */
1093 input_report_key(ds->gamepad, BTN_EAST, ds_report->buttons[0] & DS_BUTTONS0_CIRCLE); in dualsense_parse_report()
H A Dhid-wiimote-modules.c1604 BTN_EAST, /* WIIMOD_PRO_KEY_A */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h383 #define BTN_EAST 0x131 macro
384 #define BTN_B BTN_EAST
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go2.dts69 linux,code = <BTN_EAST>;