Home
last modified time | relevance | path

Searched refs:BTN_SOUTH (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/input/
A Dgamepad.rst70 an alias for BTN_SOUTH/BTN_A. It can be used to identify a gamepad as such.
102 device reports BTN_SOUTH (which BTN_GAMEPAD is an alias for). Regardless
111 If only 2 action-buttons are present, they are reported as BTN_SOUTH and
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/drivers/hid/
A Dhid-udraw-ps3.c122 input_report_key(udraw->joy_input_dev, BTN_SOUTH, !!(data[0] & 2)); in udraw_raw_event()
391 set_bit(BTN_SOUTH, input_dev->keybit); in udraw_setup_joypad()
A Dhid-sony.c399 [0x0f] = BTN_SOUTH, /* Cross */
426 [0x0f] = BTN_SOUTH, /* Cross */
442 [0x2] = BTN_SOUTH, /* Cross */
1085 input_report_key(input_dev, BTN_SOUTH, rd[offset+4] & 0x20); in dualshock4_parse_report()
A Dhid-playstation.c285 BTN_SOUTH, /* Cross */
1061 input_report_key(ds->gamepad, BTN_SOUTH, ds_report->buttons[0] & DS_BUTTONS0_CROSS); in dualsense_parse_report()
A Dhid-nintendo.c1357 input_report_key(dev, BTN_SOUTH, btns & JC_BTN_B); in joycon_parse_report()
1581 BTN_SOUTH, BTN_EAST, BTN_NORTH, BTN_WEST,
A Dhid-wiimote-modules.c1605 BTN_SOUTH, /* WIIMOD_PRO_KEY_B */
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h380 #define BTN_SOUTH 0x130 macro
381 #define BTN_A BTN_SOUTH
/linux/include/uapi/linux/
A Dinput-event-codes.h380 #define BTN_SOUTH 0x130 macro
381 #define BTN_A BTN_SOUTH
/linux/arch/arm64/boot/dts/rockchip/
A Drk3326-odroid-go2.dts102 linux,code = <BTN_SOUTH>;

Completed in 38 milliseconds