Searched refs:BTN_WEST (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/Documentation/input/ |
D | gamepad.rst | 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.
|
/linux-6.1.9/arch/arm64/boot/dts/rockchip/ |
D | rk3566-anbernic-rg503.dts | 74 linux,code = <BTN_WEST>;
|
D | rk3566-anbernic-rg353p.dts | 62 linux,code = <BTN_WEST>;
|
D | rk3326-odroid-go2.dts | 126 linux,code = <BTN_WEST>;
|
/linux-6.1.9/drivers/hid/ |
D | hid-udraw-ps3.c | 121 input_report_key(udraw->joy_input_dev, BTN_WEST, data[0] & 1); in udraw_raw_event() 394 set_bit(BTN_WEST, input_dev->keybit); in udraw_setup_joypad()
|
D | hid-sony.c | 400 [0x10] = BTN_WEST, /* Square */ 427 [0x10] = BTN_WEST, /* Square */ 441 [0x1] = BTN_WEST, /* Square */ 1084 input_report_key(input_dev, BTN_WEST, rd[offset+4] & 0x10); in dualshock4_parse_report()
|
D | hid-playstation.c | 292 BTN_WEST, /* Square */ 1091 input_report_key(ds->gamepad, BTN_WEST, ds_report->buttons[0] & DS_BUTTONS0_SQUARE); in dualsense_parse_report()
|
D | hid-nintendo.c | 1359 input_report_key(dev, BTN_WEST, btns & JC_BTN_Y); in joycon_parse_report() 1587 BTN_SOUTH, BTN_EAST, BTN_NORTH, BTN_WEST,
|
D | hid-wiimote-modules.c | 1607 BTN_WEST, /* WIIMOD_PRO_KEY_Y */
|
/linux-6.1.9/include/uapi/linux/ |
D | input-event-codes.h | 388 #define BTN_WEST 0x134 macro 389 #define BTN_Y BTN_WEST
|
/linux-6.1.9/include/dt-bindings/input/ |
D | linux-event-codes.h | 388 #define BTN_WEST 0x134 macro 389 #define BTN_Y BTN_WEST
|