Home
last modified time | relevance | path

Searched refs:BTN_SELECT (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/linux/drivers/input/joystick/
H A Dstinger.c60 input_report_key(dev, BTN_SELECT, ((data[3] & 0x02) >> 1)); in stinger_process_packet()
141 BIT_MASK(BTN_START) | BIT_MASK(BTN_SELECT); in stinger_connect()
H A Dmaplecontrol.c53 input_report_key(dev, BTN_SELECT, buttons & 0x0800); in dc_pad_callback()
86 BTN_Z, BTN_Y, BTN_X, BTN_SELECT, -1, -1, -1, -1, in probe_maple_controller()
H A Dpsxpad-spi.c250 input_report_key(input, BTN_SELECT, b_rsp3 & BIT(7)); in psxpad_spi_poll()
277 input_report_key(input, BTN_SELECT, b_rsp3 & BIT(7)); in psxpad_spi_poll()
334 input_set_capability(idev, EV_KEY, BTN_SELECT); in psxpad_spi_probe()
H A Dsidewinder.c85 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT
86 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT
87 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT },
373 input_report_key(dev, BTN_SELECT, !GB(39,1)); in sw_parse()
H A Dsensehat-joystick.c31 BTN_DPAD_DOWN, BTN_DPAD_RIGHT, BTN_DPAD_UP, BTN_SELECT, BTN_DPAD_LEFT,
H A Dgrip.c44 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_…
46 … = { BTN_TRIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_SELECT, BTN_START, BTN_…
H A Dgamecon.c329 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
662 input_report_key(dev, BTN_SELECT, ~data[0] & 0x01); in gc_psx_report_one()
696 input_report_key(dev, BTN_SELECT, ~data[0] & 0x01); in gc_psx_report_one()
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 Dcobra.c26 static int cobra_btn[] = { BTN_START, BTN_SELECT, BTN_TL, BTN_TR, BTN_X, BTN_Y, BTN_Z, BTN_A, BTN_B…
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 Dgf2k.c55 …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 Dxpad.c390 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
795 input_report_key(dev, BTN_SELECT, data[2] & BIT(5)); in xpad_process_packet()
855 input_report_key(dev, BTN_SELECT, data[2] & BIT(5)); in xpad360_process_packet()
1027 input_report_key(dev, BTN_SELECT, data[4] & BIT(3)); in xpadone_process_packet()
H A Dtmdc.c58 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_START, BTN_SELECT, BTN_TL, BTN_TR };
/openbmc/linux/drivers/hid/
H A Dhid-udraw-ps3.c126 input_report_key(udraw->joy_input_dev, BTN_SELECT, !!(data[1] & 1)); in udraw_raw_event()
395 set_bit(BTN_SELECT, input_dev->keybit); in udraw_setup_joypad()
H A Dhid-steam.c521 input_set_capability(input, EV_KEY, BTN_SELECT); in steam_input_register()
1129 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4))); in steam_do_input_event()
1292 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4))); in steam_do_deck_input_event()
H A Dhid-wiimote-modules.c1609 BTN_SELECT, /* WIIMOD_PRO_KEY_MINUS */
2079 input_report_key(wdata->extension.input, BTN_SELECT, bm); in wiimod_drums_in_ext()
2129 set_bit(BTN_SELECT, wdata->extension.input->keybit); in wiimod_drums_probe()
2220 BTN_SELECT, /* WIIMOD_GUITAR_KEY_MINUS */
2436 BTN_SELECT, /* WIIMOD_TURNTABLE_KEY_MINUS */
/openbmc/linux/drivers/input/misc/
H A Dibm-panel.c152 panel->keycodes[2] = BTN_SELECT; in ibm_panel_probe()
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go3.dts124 linux,code = <BTN_SELECT>;
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-lenovo-ix4-300d.dts156 linux,code = <BTN_SELECT>;
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h393 #define BTN_SELECT 0x13a macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h395 #define BTN_SELECT 0x13a macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h395 #define BTN_SELECT 0x13a macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h395 #define BTN_SELECT 0x13a macro
/openbmc/u-boot/arch/arm/dts/
H A Dsun4i-a10-inet9f-rev03.dts192 linux,code = <BTN_SELECT>;

12