/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | spaceball.c | 93 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet() 105 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet() 232 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_2) | in spaceball_connect()
|
H A D | magellan.c | 31 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 | 71 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | spaceball.c | 90 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet() 102 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet() 229 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_2) | in spaceball_connect()
|
H A D | n64joy.c | 179 input_report_key(dev, BTN_2, data[i].l); in n64joy_poll() 304 input_set_capability(dev, EV_KEY, BTN_2); in n64joy_probe()
|
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 };
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-chicony.c | 36 case 0xff02: ch_map_key_clear(BTN_2); break; in ch_input_mapping()
|
H A D | hid-apple.c | 430 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_2); in apple_input_mapped() 431 else if (usage->code == BTN_2) in apple_input_mapped()
|
/kernel/linux/linux-5.10/drivers/media/rc/keymaps/ |
H A D | rc-hisi-tv-demo.c | 43 { 0x000000c7, BTN_2},
|
/kernel/linux/linux-6.6/drivers/media/rc/keymaps/ |
H A D | rc-hisi-tv-demo.c | 43 { 0x000000c7, BTN_2},
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-rsk/ |
H A D | devices-rsk7203.c | 98 .code = BTN_2,
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-rsk/ |
H A D | devices-rsk7203.c | 98 .code = BTN_2,
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-chicony.c | 69 case 0xff02: ch_map_key_clear(BTN_2); break; in ch_input_mapping()
|
H A D | hid-apple.c | 699 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_2); in apple_input_mapped() 700 else if (usage->code == BTN_2) in apple_input_mapped()
|
/kernel/linux/linux-5.10/arch/mips/bcm47xx/ |
H A D | buttons.c | 35 BCM47XX_GPIO_KEY(6, BTN_2), /* AP mode */
|
/kernel/linux/linux-6.6/arch/mips/bcm47xx/ |
H A D | buttons.c | 41 BCM47XX_GPIO_KEY(6, BTN_2), /* AP mode */
|
/kernel/linux/linux-5.10/drivers/input/tablet/ |
H A D | hanwang.c | 100 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 346 #define BTN_2 0x102 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 346 #define BTN_2 0x102 macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 346 #define BTN_2 0x102 macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 346 #define BTN_2 0x102 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 346 #define BTN_2 0x102 macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 346 #define BTN_2 0x102 macro
|