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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dspaceball.c109 input_report_key(dev, BTN_8, data[1] & 0x10);
121 input_report_key(dev, BTN_8, data[1] & 0x01);
242 BIT_MASK(BTN_7) | BIT_MASK(BTN_8);
245 BIT_MASK(BTN_8);
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/hid/
H A Dhid-chicony.c44 case 0xff08: ch_map_key_clear(BTN_8); break;
H A Dhid-debug.c724 [BTN_8] = "Btn8", [BTN_9] = "Btn9",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dwacom_wac.c508 input_report_key(input, BTN_8, (data[3] & 0x80));
527 input_report_key(input, BTN_8, (data[6] & 0x80));
546 input_report_key(input, BTN_8, (data[5] & 0x10));
998 __set_bit(BTN_8, input_dev->keybit);
1032 __set_bit(BTN_8, input_dev->keybit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/caiaq/
H A Dinput.c56 BTN_8,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h392 #define BTN_8 0x108 macro

Completed in 88 milliseconds