Searched refs:BTN_1 (Results 1 - 24 of 24) sorted by relevance

/linux-master/drivers/media/rc/keymaps/
H A Drc-hisi-tv-demo.c42 { 0x00000082, BTN_1},
/linux-master/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7203.c93 .code = BTN_1,
/linux-master/drivers/input/joystick/
H A Dspaceball.c89 input_report_key(dev, BTN_1, (data[2] & 0x01) || (data[2] & 0x20));
101 input_report_key(dev, BTN_1, data[2] & 0x01);
235 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_1) |
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.c178 input_report_key(dev, BTN_1, data[i].b);
303 input_set_capability(dev, EV_KEY, BTN_1);
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/input/tablet/
H A Dhanwang.c97 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));
226 BTN_1 + i, data[5] & (1 << i));
/linux-master/drivers/hid/
H A Dhid-chicony.c68 case 0xff01: ch_map_key_clear(BTN_1); break;
H A Dhid-apple.c699 else if (usage->code == BTN_1)
702 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_1);
H A Dhid-debug.c879 [BTN_0] = "Btn0", [BTN_1] = "Btn1",
H A Dhid-asus.c923 case 0xff01: asus_map_key_clear(BTN_1); break;
H A Dhid-wiimote-modules.c55 BTN_1, /* WIIPROTO_KEY_ONE */
2212 BTN_1, /* WIIMOD_GUITAR_KEY_G */
2428 BTN_1, /* WIIMOD_TURNTABLE_KEY_G_RIGHT */
H A Dwacom_wac.c303 input_report_key(input, BTN_1, (data[1] & 0x02));
474 input_report_key(pad_input, BTN_1, (data[7] & 0x01));
1141 input_report_key(input, BTN_1, (data[9] & 0x02));
H A Dhid-logitech-hidpp.c3617 __set_bit(BTN_1, input_dev->keybit);
/linux-master/arch/mips/bcm47xx/
H A Dbuttons.c40 BCM47XX_GPIO_KEY(5, BTN_1), /* Repeater mode */
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h345 #define BTN_1 0x101 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h345 #define BTN_1 0x101 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h345 #define BTN_1 0x101 macro
/linux-master/drivers/input/mouse/
H A Dalps.c348 input_report_key(dev, BTN_1, packet[0] & 0x10);
3081 dev1->keybit[BIT_WORD(BTN_1)] |= BIT_MASK(BTN_1);
H A Dsynaptics.c943 input_report_key(dev, BTN_1 + 2 * i,
/linux-master/drivers/input/
H A Dmousedev.c234 case BTN_1:
/linux-master/sound/usb/caiaq/
H A Dinput.c43 BTN_1,
/linux-master/sound/soc/codecs/
H A Darizona-jack.c77 { .max = 28, .key = BTN_1 },

Completed in 271 milliseconds