Searched refs:BTN_0 (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/input/misc/
H A Drb532_button.c19 #define RB532_BTN_KSYM BTN_0
H A Dpowermate.c110 input_report_key(pm->input, BTN_0, pm->data[0] & 0x01);
371 input_dev->keybit[BIT_WORD(BTN_0)] = BIT_MASK(BTN_0);
/linux-master/drivers/media/rc/keymaps/
H A Drc-imon-rsc.c40 { 0x801098, BTN_0 },
/linux-master/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7203.c88 .code = BTN_0,
/linux-master/drivers/input/joystick/
H A Dspaceball.c223 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_9);
229 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_2) |
235 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_1) |
H A Dfsia6b.c68 int sw_id = BTN_0;
176 input_set_capability(input_dev, EV_KEY, BTN_0 + sw_id);
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.c177 input_report_key(dev, BTN_0, data[i].a);
302 input_set_capability(dev, EV_KEY, BTN_0);
H A Dgamecon.c540 static const short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
/linux-master/drivers/mfd/
H A Ducb1x00-assabet.c49 buttons[i].code = BTN_0 + i;
/linux-master/arch/mips/bcm47xx/
H A Dbuttons.c39 BCM47XX_GPIO_KEY(4, BTN_0), /* Router mode */
150 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode switch */
157 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode switch */
164 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode switch */
/linux-master/drivers/hid/
H A Dhid-letsketch.c139 input_set_capability(input, EV_KEY, BTN_0 + i);
198 input_report_key(input, BTN_0 + i, raw_data[4] == (i + 1));
H A Dhid-ntrig.c876 __clear_bit(BTN_0, input->keybit);
H A Dhid-magicmouse.c567 __clear_bit(BTN_0, input->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,
209 input_report_key(input_dev, BTN_0, data[2]);
223 input_report_key(input_dev, BTN_0, data[5] & 0x01);
/linux-master/arch/mips/alchemy/
H A Dboard-mtx1.c86 .code = BTN_0,
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py73 libevdev.EV_KEY.BTN_0,
H A Dtest_wacom_generic.py845 libevdev.InputEvent(libevdev.EV_KEY.BTN_0, 1),
860 libevdev.InputEvent(libevdev.EV_KEY.BTN_0, 0),
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h344 #define BTN_0 0x100 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h344 #define BTN_0 0x100 macro
/linux-master/sound/core/
H A Djack.c110 jack->key[i] = BTN_0 + i;
241 "BTN_2(0x1000)", "BTN_1(0x2000)", "BTN_0(0x4000)", "",
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h344 #define BTN_0 0x100 macro
/linux-master/drivers/input/mouse/
H A Dsynaptics.c941 input_report_key(dev, BTN_0 + 2 * i,
1351 input_set_capability(dev, EV_KEY, BTN_0 + i);
H A Dalps.c347 input_report_key(dev, BTN_0, packet[2] & 4);
3080 dev1->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_0);
/linux-master/drivers/input/
H A Dmousedev.c230 case BTN_0:

Completed in 204 milliseconds

12