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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dspaceball.c104 input_report_key(dev, BTN_1, (data[2] & 0x01) || (data[2] & 0x20));
116 input_report_key(dev, BTN_1, data[2] & 0x01);
242 input_dev->keybit[LONG(BTN_0)] |= BIT(BTN_1) | BIT(BTN_8);
H A Dmagellan.c50 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
H A Dxpad.c145 BTN_0, BTN_1,
216 input_report_key(dev, BTN_1, data[2] & 0x02); // down
H A Dadi.c88 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
H A Dgamecon.c405 static short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dwacom_sys.c161 input_dev->keybit[LONG(BTN_LEFT)] |= BIT(BTN_0) | BIT(BTN_1) | BIT(BTN_2) | BIT(BTN_3);
H A Dwacom_wac.c400 wacom_report_key(wcombo, BTN_1, (data[5] & 0x02));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-debug.c621 [BTN_0] = "Btn0", [BTN_1] = "Btn1",
H A Dhid-input.c761 else if (usage->code == BTN_1)
764 map_key(BTN_1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dmousedev.c205 case BTN_1:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h367 #define BTN_1 0x101 macro

Completed in 109 milliseconds