Home
last modified time | relevance | path

Searched refs:BTN_THUMBR (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/hid/
H A Dhid-icade.c153 [15] = { BTN_THUMBR, 1 },
154 [25] = { BTN_THUMBR, 0 },
H A Dhid-steam.c1147 input_set_capability(input, EV_KEY, BTN_THUMBR); in steam_input_register()
1540 input_report_key(input, BTN_THUMBR, 0); in steam_mode_switch_cb()
2012 { BTN_THUMBR, 10, 2 },
2205 { BTN_THUMBR, 11, 2 },
2399 { BTN_THUMBR, 2, 5 },
H A Dhid-samsung.c291 samsung_kbd_mouse_map_key_clear(BTN_THUMBR); in samsung_gamepad_input_mapping()
H A Dhid-debug.c3296 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
/linux/drivers/input/joystick/
H A Dpsxpad-spi.c249 input_report_key(input, BTN_THUMBR, b_rsp3 & BIT(5)); in psxpad_spi_poll()
276 input_report_key(input, BTN_THUMBR, false); in psxpad_spi_poll()
333 input_set_capability(idev, EV_KEY, BTN_THUMBR); in psxpad_spi_probe()
H A Dxpad.c420 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
853 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad_process_packet()
915 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad360_process_packet()
1128 input_report_key(dev, BTN_THUMBR, data[5] & BIT(7)); in xpadone_process_packet()
H A Dgamecon.c538 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR
637 input_report_key(dev, BTN_THUMBR, ~data[0] & 0x02); in gc_psx_report_one()
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-h.dts117 linux,code = <BTN_THUMBR>;
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3566-anbernic-rg353x.dtsi157 linux,code = <BTN_THUMBR>;
H A Drk3566-powkiddy-rk2023.dtsi181 linux,code = <BTN_THUMBR>;
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h400 #define BTN_THUMBR 0x13e
399 #define BTN_THUMBR global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h400 #define BTN_THUMBR 0x13e macro