Searched refs:BTN_3 (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/input/joystick/
H A Dspaceball.c91 input_report_key(dev, BTN_3, data[2] & 0x04);
103 input_report_key(dev, BTN_3, data[2] & 0x04);
230 BIT_MASK(BTN_3) | BIT_MASK(BTN_4) |
H A Dmagellan.c28 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
H A Dn64joy.c180 input_report_key(dev, BTN_3, data[i].r);
305 input_set_capability(dev, EV_KEY, BTN_3);
H A Dadi.c68 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
H A Dgamecon.c540 static const short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
/linux-master/drivers/hid/
H A Dhid-chicony.c70 case 0xff03: ch_map_key_clear(BTN_3); break;
H A Dhid-debug.c880 [BTN_2] = "Btn2", [BTN_3] = "Btn3",
H A Dhid-asus.c925 case 0xff03: asus_map_key_clear(BTN_3); break;
H A Dhid-wiimote-modules.c2214 BTN_3, /* WIIMOD_GUITAR_KEY_Y */
2430 BTN_3, /* WIIMOD_TURNTABLE_KEY_B_RIGHT */
H A Dwacom_wac.c305 input_report_key(input, BTN_3, (data[1] & 0x08));
1143 input_report_key(input, BTN_3, (data[9] & 0x08));
H A Dhid-logitech-hidpp.c3619 __set_bit(BTN_3, input_dev->keybit);
/linux-master/drivers/input/tablet/
H A Dhanwang.c97 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h347 #define BTN_3 0x103 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h347 #define BTN_3 0x103 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h347 #define BTN_3 0x103 macro
/linux-master/drivers/input/mouse/
H A Dalps.c350 input_report_key(dev, BTN_3, packet[0] & 0x20);
3083 dev1->keybit[BIT_WORD(BTN_3)] |= BIT_MASK(BTN_3);
/linux-master/drivers/input/
H A Dmousedev.c242 case BTN_3:
/linux-master/sound/usb/caiaq/
H A Dinput.c41 BTN_3,
/linux-master/sound/soc/codecs/
H A Darizona-jack.c79 { .max = 100, .key = BTN_3 },

Completed in 303 milliseconds