Searched refs:BTN_6 (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/hid/
H A Dhid-chicony.c42 case 0xff06: ch_map_key_clear(BTN_6); break;
H A Dhid-debug.c723 [BTN_6] = "Btn6", [BTN_7] = "Btn7",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dspaceball.c107 input_report_key(dev, BTN_6, data[1] & 0x02);
119 input_report_key(dev, BTN_6, data[2] & 0x20);
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.c499 input_report_key(input, BTN_6, (data[3] & 0x20));
525 input_report_key(input, BTN_6, (data[6] & 0x20));
544 input_report_key(input, BTN_6, (data[6] & 0x04));
1007 __set_bit(BTN_6, 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.c58 BTN_6,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h390 #define BTN_6 0x106 macro

Completed in 57 milliseconds