Searched refs:BTN_2 (Results 1 - 23 of 23) sorted by relevance

/linux-master/drivers/media/rc/keymaps/
H A Drc-hisi-tv-demo.c43 { 0x000000c7, BTN_2},
/linux-master/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7203.c98 .code = BTN_2,
/linux-master/drivers/input/joystick/
H A Dspaceball.c90 input_report_key(dev, BTN_2, data[2] & 0x02);
102 input_report_key(dev, BTN_2, data[2] & 0x02);
229 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_2) |
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.c179 input_report_key(dev, BTN_2, data[i].l);
304 input_set_capability(dev, EV_KEY, BTN_2);
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.c69 case 0xff02: ch_map_key_clear(BTN_2); break;
H A Dhid-apple.c700 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_2);
701 else if (usage->code == BTN_2)
H A Dhid-debug.c880 [BTN_2] = "Btn2", [BTN_3] = "Btn3",
H A Dhid-asus.c924 case 0xff02: asus_map_key_clear(BTN_2); break;
H A Dhid-wiimote-modules.c56 BTN_2, /* WIIPROTO_KEY_TWO */
2213 BTN_2, /* WIIMOD_GUITAR_KEY_R */
2429 BTN_2, /* WIIMOD_TURNTABLE_KEY_R_RIGHT */
H A Dwacom_wac.c304 input_report_key(input, BTN_2, (data[1] & 0x04));
1142 input_report_key(input, BTN_2, (data[9] & 0x04));
H A Dhid-logitech-hidpp.c3618 __set_bit(BTN_2, 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/arch/mips/bcm47xx/
H A Dbuttons.c41 BCM47XX_GPIO_KEY(6, BTN_2), /* AP mode */
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h346 #define BTN_2 0x102 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h346 #define BTN_2 0x102 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h346 #define BTN_2 0x102 macro
/linux-master/drivers/input/mouse/
H A Dalps.c349 input_report_key(dev, BTN_2, packet[3] & 4);
3082 dev1->keybit[BIT_WORD(BTN_2)] |= BIT_MASK(BTN_2);
/linux-master/drivers/input/
H A Dmousedev.c237 case BTN_2:
/linux-master/sound/usb/caiaq/
H A Dinput.c42 BTN_2,
/linux-master/sound/soc/codecs/
H A Darizona-jack.c78 { .max = 54, .key = BTN_2 },

Completed in 264 milliseconds