/openbmc/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 | psxpad-spi.c | 251 input_report_key(input, BTN_START, b_rsp3 & BIT(4)); in psxpad_spi_poll() 278 input_report_key(input, BTN_START, b_rsp3 & BIT(4)); in psxpad_spi_poll() 335 input_set_capability(idev, EV_KEY, BTN_START); in psxpad_spi_probe()
|
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() 299 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 | sidewinder.c | 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 }, 371 input_report_key(dev, BTN_START, !GB(27,1)); in sw_parse()
|
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 | xpad.c | 399 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */ 810 input_report_key(dev, BTN_START, data[2] & BIT(4)); in xpad_process_packet() 870 input_report_key(dev, BTN_START, data[2] & BIT(4)); in xpad360_process_packet() 1042 input_report_key(dev, BTN_START, data[4] & BIT(2)); in xpadone_process_packet()
|
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 | tmdc.c | 58 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_START, BTN_SELECT, BTN_TL, BTN_TR };
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | base.py | 35 libevdev.EV_KEY.BTN_START, 45 libevdev.EV_KEY.BTN_START,
|
/openbmc/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-steam.c | 754 input_set_capability(input, EV_KEY, BTN_START); in steam_input_register() 1490 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6))); in steam_do_input_event() 1664 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 */
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3326-odroid-go3.dts | 140 linux,code = <BTN_START>;
|
/openbmc/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
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 394 #define BTN_START 0x13b macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 396 #define BTN_START 0x13b macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 396 #define BTN_START 0x13b macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 396 #define BTN_START 0x13b macro
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun4i-a10-inet9f-rev03.dts | 198 linux,code = <BTN_START>;
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun4i-a10-inet9f-rev03.dts | 194 linux,code = <BTN_START>;
|