Home
last modified time | relevance | path

Searched refs:BTN_1 (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/arch/arm/dts/
Dsocfpga_cyclone5_vining_fpga.dts44 label = "BTN_1"; /* DIS_PWR */
46 linux,code = <BTN_1>;
Ddra7-evm-common.dtsi98 linux,code = <BTN_1>;
Dsun8i-h3-orangepi-2.dts100 linux,code = <BTN_1>;
Dda850-lcdk.dts81 linux,code = <BTN_1>;
Dmeson-sm1-sei610.dts43 linux,code = <BTN_1>;
Dam3517-evm.dts51 linux,code = <BTN_1>;
Dlogicpd-torpedo-baseboard.dtsi19 linux,code = <BTN_1>;
/external/autotest/client/bin/input/
Dlinux_input.py449 BTN_1 = 0x101 variable
1148 BTN_1 : '1',
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h292 #define BTN_1 0x101 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h343 #define BTN_1 0x101 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h344 #define BTN_1 0x101 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c163 [BTN_0] = "Btn0", [BTN_1] = "Btn1",
/external/strace/xlat/
Devdev_keycode.h1718 #if defined(BTN_1) || (defined(HAVE_DECL_BTN_1) && HAVE_DECL_BTN_1)
1720 static_assert((BTN_1) == (0x101), "BTN_1 != 0x101");
1723 # define BTN_1 0x101
4117 [BTN_1] = XLAT(BTN_1),
Devdev_keycode.in275 BTN_1 0x101
/external/crosvm/devices/src/virtio/input/
Dconstants.rs301 pub const BTN_1: u16 = 0x101; constant