Home
last modified time | relevance | path

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

12

/linux/drivers/input/joystick/
A Dstinger.c63 input_report_key(dev, BTN_SELECT, ((data[3] & 0x02) >> 1)); in stinger_process_packet()
144 BIT_MASK(BTN_START) | BIT_MASK(BTN_SELECT); in stinger_connect()
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()
A Dpsxpad-spi.c247 input_report_key(input, BTN_SELECT, b_rsp3 & BIT(7)); in psxpad_spi_poll()
274 input_report_key(input, BTN_SELECT, b_rsp3 & BIT(7)); in psxpad_spi_poll()
331 input_set_capability(idev, EV_KEY, BTN_SELECT); in psxpad_spi_probe()
A Dsidewinder.c88 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT
89 …{ BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_SELECT
90 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_START, BTN_MODE, BTN_SELECT },
376 input_report_key(dev, BTN_SELECT, !GB(39,1)); in sw_parse()
A Dgamecon.c332 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
665 input_report_key(dev, BTN_SELECT, ~data[0] & 0x01); in gc_psx_report_one()
699 input_report_key(dev, BTN_SELECT, ~data[0] & 0x01); in gc_psx_report_one()
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 … = { BTN_TRIGGER, BTN_THUMB, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_SELECT, BTN_START, BTN_…
A Dtwidjoy.c64 { 6, 3, { BTN_SELECT, BTN_START, BTN_MODE } },
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…
A Dguillemot.c35 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_TL, BTN_TR, BTN_MODE, BTN_SELECT, -1 };
A Dxpad.c346 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
672 input_report_key(dev, BTN_SELECT, data[2] & 0x20); in xpad_process_packet()
731 input_report_key(dev, BTN_SELECT, data[2] & 0x20); in xpad360_process_packet()
870 input_report_key(dev, BTN_SELECT, data[4] & 0x08); in xpadone_process_packet()
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
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 };
A Dtmdc.c61 { BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, BTN_START, BTN_SELECT, BTN_TL, BTN_TR };
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 };
A Danalog.c88 static short analog_pad_btn[] = { BTN_A, BTN_B, BTN_C, BTN_X, BTN_TL2, BTN_TR2, BTN_SELECT, BTN_STA…
/linux/drivers/hid/
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()
A Dhid-steam.c428 input_set_capability(input, EV_KEY, BTN_SELECT); in steam_input_register()
969 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4))); in steam_do_input_event()
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 */
A Dhid-playstation.c290 BTN_SELECT, /* Create (PS5) / Share (PS4) */
1068 input_report_key(ds->gamepad, BTN_SELECT, ds_report->buttons[1] & DS_BUTTONS1_CREATE); in dualsense_parse_report()
A Dhid-sony.c412 [0x01] = BTN_SELECT, /* Select */
449 [0x9] = BTN_SELECT, /* Share */
1093 input_report_key(input_dev, BTN_SELECT, rd[offset+5] & 0x10); in dualshock4_parse_report()
/linux/arch/arm/boot/dts/
A Darmada-xp-lenovo-ix4-300d.dts156 linux,code = <BTN_SELECT>;
A Dsun4i-a10-inet9f-rev03.dts188 linux,code = <BTN_SELECT>;
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h394 #define BTN_SELECT 0x13a macro
/linux/include/uapi/linux/
A Dinput-event-codes.h394 #define BTN_SELECT 0x13a macro
/linux/Documentation/input/
A Dgamepad.rst183 Left button mapped as BTN_SELECT, right button mapped as BTN_START

Completed in 121 milliseconds

12