/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | spaceball.c | 94 input_report_key(dev, BTN_3, data[2] & 0x04); in spaceball_process_packet() 106 input_report_key(dev, BTN_3, data[2] & 0x04); in spaceball_process_packet() 233 BIT_MASK(BTN_3) | BIT_MASK(BTN_4) | 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 };
|
H A D | gamecon.c | 543 static const short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | spaceball.c | 91 input_report_key(dev, BTN_3, data[2] & 0x04); in spaceball_process_packet() 103 input_report_key(dev, BTN_3, data[2] & 0x04); in spaceball_process_packet() 230 BIT_MASK(BTN_3) | BIT_MASK(BTN_4) | in spaceball_connect()
|
H A D | n64joy.c | 180 input_report_key(dev, BTN_3, data[i].r); in n64joy_poll() 305 input_set_capability(dev, EV_KEY, BTN_3); 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 | 37 case 0xff03: ch_map_key_clear(BTN_3); break; in ch_input_mapping()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-chicony.c | 70 case 0xff03: ch_map_key_clear(BTN_3); break; in ch_input_mapping()
|
/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 | 347 #define BTN_3 0x103 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 347 #define BTN_3 0x103 macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 347 #define BTN_3 0x103 macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 347 #define BTN_3 0x103 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 347 #define BTN_3 0x103 macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 347 #define BTN_3 0x103 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 302 #define BTN_3 0x103 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 302 #define BTN_3 0x103 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 289 #define BTN_3 0x103 macro
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | alps.c | 350 input_report_key(dev, BTN_3, packet[0] & 0x20); in alps_process_packet_v1_v2() 3083 dev1->keybit[BIT_WORD(BTN_3)] |= BIT_MASK(BTN_3); in alps_init()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | alps.c | 350 input_report_key(dev, BTN_3, packet[0] & 0x20); in alps_process_packet_v1_v2() 3083 dev1->keybit[BIT_WORD(BTN_3)] |= BIT_MASK(BTN_3); in alps_init()
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | mousedev.c | 242 case BTN_3: in mousedev_key_event()
|
/kernel/linux/linux-5.10/sound/usb/caiaq/ |
H A D | input.c | 41 BTN_3,
|