Searched refs:BTN_EAST (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/Documentation/input/ |
H A D | gamepad.rst | 112 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.
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3566-anbernic-rg353x.dtsi | 71 linux,code = <BTN_EAST>;
|
H A D | rk3566-anbernic-rg503.dts | 144 linux,code = <BTN_EAST>;
|
H A D | rk3326-odroid-go.dtsi | 58 linux,code = <BTN_EAST>;
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 381 #define BTN_EAST 0x131 macro 382 #define BTN_B BTN_EAST
|
/openbmc/linux/drivers/hid/ |
H A D | hid-udraw-ps3.c | 123 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 D | hid-sony.c | 388 [0x0e] = BTN_EAST, /* Circle */ 415 [0x0e] = BTN_EAST, /* Circle */
|
H A D | hid-playstation.c | 515 BTN_EAST, /* Circle */ 1360 input_report_key(ds->gamepad, BTN_EAST, ds_report->buttons[0] & DS_BUTTONS0_CIRCLE); in dualsense_parse_report() 2232 input_report_key(ds4->gamepad, BTN_EAST, ds4_report->buttons[0] & DS_BUTTONS0_CIRCLE); in dualshock4_parse_report()
|
H A D | hid-nintendo.c | 1412 input_report_key(dev, BTN_EAST, btns & JC_BTN_A); in joycon_parse_report() 1677 BTN_SOUTH, BTN_EAST, BTN_NORTH, BTN_WEST,
|
H A D | hid-wiimote-modules.c | 1604 BTN_EAST, /* WIIMOD_PRO_KEY_A */
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 383 #define BTN_EAST 0x131 macro 384 #define BTN_B BTN_EAST
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 383 #define BTN_EAST 0x131 macro 384 #define BTN_B BTN_EAST
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 383 #define BTN_EAST 0x131 macro 384 #define BTN_B BTN_EAST
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-g12b-odroid-go-ultra.dts | 119 linux,code = <BTN_EAST>;
|