Searched refs:BTN_5 (Results 1 – 25 of 42) sorted by relevance
12
/openbmc/linux/drivers/input/joystick/ |
H A D | spaceball.c | 93 input_report_key(dev, BTN_5, data[1] & 0x01); in spaceball_process_packet() 105 input_report_key(dev, BTN_5, data[2] & 0x10); in spaceball_process_packet() 231 BIT_MASK(BTN_5) | BIT_MASK(BTN_6) | in spaceball_connect()
|
H A D | magellan.c | 28 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
H A D | adi.c | 68 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | atmel,captouch.txt | 33 <BTN_4>, <BTN_5>,
|
/openbmc/linux/drivers/hid/ |
H A D | hid-chicony.c | 72 case 0xff05: ch_map_key_clear(BTN_5); break; in ch_input_mapping()
|
/openbmc/linux/drivers/input/tablet/ |
H A D | hanwang.c | 97 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8, 228 BTN_5 + i, data[6] & (1 << i)); in hanwang_parse_packet()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am57xx-evm.dtso | 57 linux,code = <BTN_5>;
|
H A D | am3517-evm.dts | 72 linux,code = <BTN_5>;
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 347 #define BTN_5 0x105 macro
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-gw560x.dtsi | 131 linux,code = <BTN_5>; 467 MATRIX_KEY(0x00, 0x03, BTN_5)
|
H A D | imx6qdl-gw5907.dtsi | 63 linux,code = <BTN_5>;
|
H A D | imx6qdl-gw5913.dtsi | 63 linux,code = <BTN_5>;
|
H A D | imx6qdl-gw552x.dtsi | 64 linux,code = <BTN_5>;
|
H A D | imx6qdl-gw5912.dtsi | 64 linux,code = <BTN_5>;
|
H A D | imx6qdl-gw51xx.dtsi | 63 linux,code = <BTN_5>;
|
H A D | imx6qdl-gw5910.dtsi | 66 linux,code = <BTN_5>;
|
H A D | imx6qdl-gw53xx.dtsi | 72 linux,code = <BTN_5>;
|
H A D | imx6qdl-gw551x.dtsi | 107 linux,code = <BTN_5>;
|
H A D | imx6qdl-gw52xx.dtsi | 72 linux,code = <BTN_5>;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am3517-evm.dts | 75 linux,code = <BTN_5>;
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mm-venice-gw700x.dtsi | 55 linux,code = <BTN_5>;
|
H A D | imx8mp-venice-gw702x.dtsi | 59 linux,code = <BTN_5>;
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 349 #define BTN_5 0x105 macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 349 #define BTN_5 0x105 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 349 #define BTN_5 0x105 macro
|
12