Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dspaceball.c116 input_report_key(dev, BTN_MODE, data[1] & 0x20); in spaceball_process_packet()
229 BIT_MASK(BTN_MODE); in spaceball_connect()
H A Dsidewinder.c86 …{ BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_THUMB2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_MODE
87 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE },
90 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT },
375 input_report_key(dev, BTN_MODE, !GB(38,1)); in sw_parse()
H A Dtwidjoy.c64 { 6, 3, { BTN_SELECT, BTN_START, BTN_MODE } },
H A Dguillemot.c35 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_MODE, BTN_SELECT, -1 };
H A Dinteract.c53 …{ 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.c101 … const short db9_genesis_btn[] = { BTN_START, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_MODE };
466 input_report_key(dev, BTN_MODE, ~data & DB9_RIGHT); in db9_timer()
H A Dxpad.c381 BTN_MODE, /* The big X button */
759 input_report_key(dev, BTN_MODE, data[3] & 0x04); in xpad360_process_packet()
875 input_report_key(dev, BTN_MODE, data[4] & 0x01); in xpadone_process_packet()
H A Dgrip.c49 …RIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_SELECT, BTN_START, BTN_MODE, -1 };
H A Dadi.c68 …] = { 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.c91 …tn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_START, BTN_MODE, BTN_BASE };
/OK3568_Linux_fs/kernel/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-nintendo.c499 input_report_key(dev, BTN_MODE, btns & JC_BTN_HOME); in joycon_parse_report()
518 BTN_START, BTN_MODE, BTN_THUMBR,
H A Dhid-steam.c439 input_set_capability(input, EV_KEY, BTN_MODE); in steam_input_register()
980 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5))); in steam_do_input_event()
H A Dhid-sony.c373 [0x11] = BTN_MODE, /* PS */
400 [0x11] = BTN_MODE, /* PS */
425 [0xd] = BTN_MODE, /* PS */
1000 input_report_key(input_dev, BTN_MODE, rd[offset+6] & 0x1); in dualshock4_parse_report()
H A Dhid-playstation.c304 BTN_MODE, /* PS Home */
1103 input_report_key(ds->gamepad, BTN_MODE, ds_report->buttons[2] & DS_BUTTONS2_PS_HOME); in dualsense_parse_report()
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-debug.c863 [BTN_START] = "BtnStart", [BTN_MODE] = "BtnMode",
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dam3517-evm-ui.dtsi111 linux,code = <BTN_MODE>;
/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.h396 #define BTN_MODE 0x13c macro
/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.h396 #define BTN_MODE 0x13c macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h395 #define BTN_MODE 0x13c macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h373 #define BTN_MODE 0x13c macro
H A Dlinux-event-codes.h397 #define BTN_MODE 0x13c macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h397 #define BTN_MODE 0x13c macro
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dgamepad.rst186 and meaning. Such buttons are mapped as BTN_MODE. Examples are the Nintendo

12