Searched refs:BTN_5 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-chicony.c41 case 0xff05: ch_map_key_clear(BTN_5); break;
H A Dhid-debug.c722 [BTN_4] = "Btn4", [BTN_5] = "Btn5",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dspaceball.c106 input_report_key(dev, BTN_5, data[1] & 0x01);
118 input_report_key(dev, BTN_5, data[2] & 0x10);
241 BIT_MASK(BTN_5) | BIT_MASK(BTN_6) |
H A Dmagellan.c48 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dwacom_wac.c287 input_report_key(input, BTN_5, (data[7] & 0x40));
498 input_report_key(input, BTN_5, (data[3] & 0x10));
524 input_report_key(input, BTN_5, (data[6] & 0x10));
543 input_report_key(input, BTN_5, (data[6] & 0x02));
959 __set_bit(BTN_5, input_dev->keybit);
1006 __set_bit(BTN_5, input_dev->keybit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dboard-yl-9200.c278 .code = BTN_5,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/caiaq/
H A Dinput.c59 BTN_5,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h389 #define BTN_5 0x105 macro

Completed in 72 milliseconds