Home
last modified time | relevance | path

Searched refs:BTN_MODE (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/drivers/input/joystick/
H A Dspaceball.c113 input_report_key(dev, BTN_MODE, data[1] & 0x20); in spaceball_process_packet()
226 BIT_MASK(BTN_MODE); in spaceball_connect()
H A Dsidewinder.c83 …{ BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_MODE
84 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE },
87 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT },
372 input_report_key(dev, BTN_MODE, !GB(38,1)); in sw_parse()
H A Dtwidjoy.c61 { 6, 3, { BTN_SELECT, BTN_START, BTN_MODE } },
H A Dguillemot.c32 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_MODE, BTN_SELECT, -1 };
H A Dinteract.c50 …{ BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B, BTN_C, BTN_TL, BTN_TL2, BTN_TR2, BTN_MODE, BTN_SELECT…
H A Ddb9.c98 … const short db9_genesis_btn[] = { BTN_START, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_MODE };
463 input_report_key(dev, BTN_MODE, ~data & DB9_RIGHT); in db9_timer()
H A Dgrip.c46 …RIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_SELECT, BTN_START, BTN_MODE, -1 };
H A Dxpad.c415 BTN_MODE, /* The big X button */
868 input_report_key(dev, BTN_MODE, data[3] & BIT(2)); in xpad360_process_packet()
1002 input_report_key(dev, BTN_MODE, data[4] & GENMASK(1, 0)); in xpadone_process_packet()
H A Dadi.c65 …] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT };
H A Danalog.c85 …tn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_START, BTN_MODE, BTN_BASE };
/openbmc/linux/drivers/hid/
H A Dhid-udraw-ps3.c128 input_report_key(udraw->joy_input_dev, BTN_MODE, !!(data[1] & 16)); in udraw_raw_event()
397 set_bit(BTN_MODE, input_dev->keybit); in udraw_setup_joypad()
H A Dhid-steam.c522 input_set_capability(input, EV_KEY, BTN_MODE); in steam_input_register()
1130 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5))); in steam_do_input_event()
1293 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5))); in steam_do_deck_input_event()
H A Dhid-sony.c391 [0x11] = BTN_MODE, /* PS */
418 [0x11] = BTN_MODE, /* PS */
H A Dhid-playstation.c525 BTN_MODE, /* PS Home */
1370 input_report_key(ds->gamepad, BTN_MODE, ds_report->buttons[2] & DS_BUTTONS2_PS_HOME); in dualsense_parse_report()
2242 input_report_key(ds4->gamepad, BTN_MODE, ds4_report->buttons[2] & DS_BUTTONS2_PS_HOME); in dualshock4_parse_report()
H A Dhid-debug.c900 [BTN_START] = "BtnStart", [BTN_MODE] = "BtnMode",
H A Dhid-wiimote-modules.c59 BTN_MODE, /* WIIPROTO_KEY_HOME */
1035 BTN_MODE, /* WIIMOD_CLASSIC_KEY_HOME */
1610 BTN_MODE, /* WIIMOD_PRO_KEY_HOME */
H A Dhid-nvidia-shield.c946 android_map_key(BTN_MODE); in android_input_mapping()
/openbmc/u-boot/arch/arm/dts/
H A Dam3517-evm-ui.dtsi114 linux,code = <BTN_MODE>;
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam3517-evm-ui.dtsi111 linux,code = <BTN_MODE>;
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h395 #define BTN_MODE 0x13c macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h397 #define BTN_MODE 0x13c macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h397 #define BTN_MODE 0x13c macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h397 #define BTN_MODE 0x13c macro
/openbmc/linux/Documentation/input/
H A Dgamepad.rst186 and meaning. Such buttons are mapped as BTN_MODE. Examples are the Nintendo
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3566-anbernic-rgxx3.dtsi75 linux,code = <BTN_MODE>;

12