/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | spaceball.c | 92 input_report_key(dev, BTN_1, (data[2] & 0x01) || (data[2] & 0x20)); in spaceball_process_packet() 104 input_report_key(dev, BTN_1, data[2] & 0x01); in spaceball_process_packet() 238 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_1) | 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 | 89 input_report_key(dev, BTN_1, (data[2] & 0x01) || (data[2] & 0x20)); in spaceball_process_packet() 101 input_report_key(dev, BTN_1, data[2] & 0x01); in spaceball_process_packet() 235 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_1) | in spaceball_connect()
|
H A D | n64joy.c | 178 input_report_key(dev, BTN_1, data[i].b); in n64joy_poll() 303 input_set_capability(dev, EV_KEY, BTN_1); 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 | 35 case 0xff01: ch_map_key_clear(BTN_1); break; in ch_input_mapping()
|
H A D | hid-apple.c | 429 else if (usage->code == BTN_1) in apple_input_mapped() 432 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_1); in apple_input_mapped()
|
/kernel/linux/linux-5.10/drivers/media/rc/keymaps/ |
H A D | rc-hisi-tv-demo.c | 42 { 0x00000082, BTN_1},
|
/kernel/linux/linux-6.6/drivers/media/rc/keymaps/ |
H A D | rc-hisi-tv-demo.c | 42 { 0x00000082, BTN_1},
|
/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, 215 BTN_1 + i, data[3] & (1 << i)); in hanwang_parse_packet() 229 BTN_1 + i, data[5] & (1 << i)); in hanwang_parse_packet()
|
/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, 212 BTN_1 + i, data[3] & (1 << i)); in hanwang_parse_packet() 226 BTN_1 + i, data[5] & (1 << i)); in hanwang_parse_packet()
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-rsk/ |
H A D | devices-rsk7203.c | 93 .code = BTN_1,
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-rsk/ |
H A D | devices-rsk7203.c | 93 .code = BTN_1,
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-chicony.c | 68 case 0xff01: ch_map_key_clear(BTN_1); break; in ch_input_mapping()
|
H A D | hid-apple.c | 698 else if (usage->code == BTN_1) in apple_input_mapped() 701 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_1); in apple_input_mapped()
|
/kernel/linux/linux-5.10/arch/mips/bcm47xx/ |
H A D | buttons.c | 34 BCM47XX_GPIO_KEY(5, BTN_1), /* Repeater mode */
|
/kernel/linux/linux-6.6/arch/mips/bcm47xx/ |
H A D | buttons.c | 40 BCM47XX_GPIO_KEY(5, BTN_1), /* Repeater mode */
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 345 #define BTN_1 0x101 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 345 #define BTN_1 0x101 macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 345 #define BTN_1 0x101 macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 345 #define BTN_1 0x101 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 345 #define BTN_1 0x101 macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 345 #define BTN_1 0x101 macro
|