| /linux/drivers/input/joystick/ |
| H A D | stinger.c | 61 input_report_key(dev, BTN_START, (data[3] & 0x01)); in stinger_process_packet() 141 BIT_MASK(BTN_START) | BIT_MASK(BTN_SELECT); in stinger_connect()
|
| H A D | db9.c | 98 static const short db9_genesis_btn[] = { BTN_START, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_M… 99 …nst short db9_cd32_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START }; 303 input_report_key(dev, BTN_START, data[j + 1] & 0x08); in db9_saturn_report() 412 input_report_key(dev, BTN_START, ~data & DB9_FIRE2); in db9_timer() 431 input_report_key(dev, BTN_START, ~data & DB9_RIGHT); in db9_timer() 450 input_report_key(dev, BTN_START, ~data & DB9_FIRE2); in db9_timer()
|
| H A D | maplecontrol.c | 49 input_report_key(dev, BTN_START, buttons & 0x0008); in dc_pad_callback() 85 BTN_C, BTN_B, BTN_A, BTN_START, -1, -1, -1, -1, in probe_maple_controller()
|
| H A D | gamecon.c | 101 BTN_TL, BTN_TR, BTN_TRIGGER, BTN_START 329 BTN_A, BTN_B, BTN_SELECT, BTN_START, BTN_X, BTN_Y, BTN_TL, BTN_TR 538 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR 661 input_report_key(dev, BTN_START, ~data[0] & 0x08); in gc_psx_report_one() 695 input_report_key(dev, BTN_START, ~data[0] & 0x08); in gc_psx_report_one()
|
| H A D | n64joy.c | 173 input_report_key(dev, BTN_START, data[i].start); in n64joy_poll() 296 input_set_capability(dev, EV_KEY, BTN_START); in n64joy_probe()
|
| H A D | grip.c | 44 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_… 46 …RIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_SELECT, BTN_START, BTN_MODE, -1 };
|
| H A D | twidjoy.c | 61 { 6, 3, { BTN_SELECT, BTN_START, BTN_MODE } },
|
| H A D | cobra.c | 26 static int cobra_btn[] = { BTN_START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B…
|
| H A D | adafruit-seesaw.c | 81 { KE_KEY, SEESAW_BUTTON_START, .keycode = BTN_START },
|
| H A D | gf2k.c | 55 …TN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_TL2, BTN_TR2, BTN_START, BTN_SELECT };
|
| H A D | xpad.c | 437 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */ 862 input_report_key(dev, BTN_START, data[2] & BIT(4)); in xpad_process_packet() 922 input_report_key(dev, BTN_START, data[2] & BIT(4)); in xpad360_process_packet() 1105 input_report_key(dev, BTN_START, data[4] & BIT(2)); in xpadone_process_packet()
|
| H A D | tmdc.c | 58 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_START, BTN_SELECT, BTN_TL, BTN_TR };
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base.py | 38 libevdev.EV_KEY.BTN_START, 48 libevdev.EV_KEY.BTN_START,
|
| /linux/drivers/hid/ |
| H A D | hid-udraw-ps3.c | 127 input_report_key(udraw->joy_input_dev, BTN_START, !!(data[1] & 2)); in udraw_raw_event() 396 set_bit(BTN_START, input_dev->keybit); in udraw_setup_joypad()
|
| H A D | hid-nintendo.c | 402 { BTN_START, JC_BTN_PLUS, }, 428 { BTN_START, JC_BTN_PLUS, }, 442 { BTN_START, JC_BTN_PLUS, }, 456 { BTN_START, JC_BTN_PLUS, }, 468 { BTN_START, JC_BTN_PLUS, }, 481 { BTN_START, JC_BTN_PLUS, },
|
| H A D | hid-samsung.c | 282 samsung_kbd_mouse_map_key_clear(BTN_START); in samsung_gamepad_input_mapping()
|
| H A D | hid-steam.c | 753 input_set_capability(input, EV_KEY, BTN_START); in steam_input_register() 1484 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6))); in steam_do_input_event() 1658 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6))); in steam_do_deck_input_event()
|
| H A D | hid-wiimote-modules.c | 1608 BTN_START, /* WIIMOD_PRO_KEY_PLUS */ 2078 input_report_key(wdata->extension.input, BTN_START, bp); in wiimod_drums_in_ext() 2128 set_bit(BTN_START, wdata->extension.input->keybit); in wiimod_drums_probe() 2219 BTN_START, /* WIIMOD_GUITAR_KEY_PLUS */ 2435 BTN_START, /* WIIMOD_TURNTABLE_KEY_PLUS */
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3326-odroid-go3.dts | 141 linux,code = <BTN_START>;
|
| /linux/Documentation/input/ |
| H A D | gamepad.rst | 179 Mapped as BTN_START 183 Left button mapped as BTN_SELECT, right button mapped as BTN_START
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sun8i-v3s-anbernic-rg-nano.dts | 72 linux,code = <BTN_START>;
|
| H A D | sun4i-a10-inet9f-rev03.dts | 194 linux,code = <BTN_START>;
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 397 #define BTN_START 0x13b 396 #define BTN_START global() macro
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h700-anbernic-rg35xx-2024.dts | 117 linux,code = <BTN_START>;
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 397 #define BTN_START 0x13b macro
|