Home
last modified time | relevance | path

Searched refs:BTN_START (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Ddb9.c101 static const short db9_genesis_btn[] = { BTN_START, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_M…
102 …nst short db9_cd32_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START };
306 input_report_key(dev, BTN_START, data[j + 1] & 0x08); in db9_saturn_report()
415 input_report_key(dev, BTN_START, ~data & DB9_FIRE2); in db9_timer()
434 input_report_key(dev, BTN_START, ~data & DB9_RIGHT); in db9_timer()
453 input_report_key(dev, BTN_START, ~data & DB9_FIRE2); in db9_timer()
H A Dstinger.c64 input_report_key(dev, BTN_START, (data[3] & 0x01)); in stinger_process_packet()
144 BIT_MASK(BTN_START) | BIT_MASK(BTN_SELECT); in stinger_connect()
H A Dmaplecontrol.c49 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 Dpsxpad-spi.c248 input_report_key(input, BTN_START, b_rsp3 & BIT(4)); in psxpad_spi_poll()
275 input_report_key(input, BTN_START, b_rsp3 & BIT(4)); in psxpad_spi_poll()
332 input_set_capability(idev, EV_KEY, BTN_START); in psxpad_spi_probe()
H A Dgamecon.c104 BTN_TL, BTN_TR, BTN_TRIGGER, BTN_START
332 BTN_A, BTN_B, BTN_SELECT, BTN_START, BTN_X, BTN_Y, BTN_TL, BTN_TR
541 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR
664 input_report_key(dev, BTN_START, ~data[0] & 0x08); in gc_psx_report_one()
698 input_report_key(dev, BTN_START, ~data[0] & 0x08); in gc_psx_report_one()
H A Dgrip.c47 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
49 …RIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_SELECT, BTN_START, BTN_MODE, -1 };
H A Dsidewinder.c87 { 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 },
374 input_report_key(dev, BTN_START, !GB(27,1)); in sw_parse()
H A Dtwidjoy.c64 { 6, 3, { BTN_SELECT, BTN_START, BTN_MODE } },
H A Dcobra.c29 static int cobra_btn[] = { BTN_START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B…
H A Dxpad.c356 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
686 input_report_key(dev, BTN_START, data[2] & 0x10); in xpad_process_packet()
745 input_report_key(dev, BTN_START, data[2] & 0x10); in xpad360_process_packet()
884 input_report_key(dev, BTN_START, data[4] & 0x04); in xpadone_process_packet()
H A Dgf2k.c58 …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 Dtmdc.c61 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_START, BTN_SELECT, BTN_TL, BTN_TR };
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-udraw-ps3.c127 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 Dhid-nintendo.c497 input_report_key(dev, BTN_START, btns & JC_BTN_PLUS); in joycon_parse_report()
518 BTN_START, BTN_MODE, BTN_THUMBR,
H A Dhid-steam.c440 input_set_capability(input, EV_KEY, BTN_START); in steam_input_register()
981 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6))); in steam_do_input_event()
H A Dhid-sony.c250 [0x04] = BTN_START,
387 [0x04] = BTN_START, /* Start */
422 [0xa] = BTN_START, /* Options */
996 input_report_key(input_dev, BTN_START, rd[offset+5] & 0x20); in dualshock4_parse_report()
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dgamepad.rst179 Mapped as BTN_START
183 Left button mapped as BTN_SELECT, right button mapped as BTN_START
/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.h395 #define BTN_START 0x13b 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.h395 #define BTN_START 0x13b macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h394 #define BTN_START 0x13b macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h372 #define BTN_START 0x13b macro
H A Dlinux-event-codes.h396 #define BTN_START 0x13b macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h396 #define BTN_START 0x13b macro
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsun4i-a10-inet9f-rev03.dts194 linux,code = <BTN_START>;
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsun4i-a10-inet9f-rev03.dts199 linux,code = <BTN_START>;

12