Searched refs:BTN_4 (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dspaceball.c107 input_report_key(dev, BTN_4, data[2] & 0x08);
119 input_report_key(dev, BTN_4, data[2] & 0x08);
239 input_dev->keybit[LONG(BTN_0)] |= BIT(BTN_2) | BIT(BTN_3) | BIT(BTN_4)
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 Dadi.c88 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dwacom_sys.c146 input_dev->keybit[LONG(BTN_LEFT)] |= BIT(BTN_0) | BIT(BTN_4);
167 input_dev->keybit[LONG(BTN_LEFT)] |= BIT(BTN_4) | BIT(BTN_5) | BIT(BTN_6) | BIT(BTN_7);
H A Dwacom_wac.c235 wacom_report_key(wcombo, BTN_4, (data[7] & 0x80));
245 wacom_report_key(wcombo, BTN_4, (data[7] & 0x80));
403 wacom_report_key(wcombo, BTN_4, (data[6] & 0x01));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-debug.c623 [BTN_4] = "Btn4", [BTN_5] = "Btn5",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dmousedev.c214 case BTN_4:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h370 #define BTN_4 0x104 macro

Completed in 511 milliseconds