Searched refs:BTN_9 (Results 1 - 5 of 5) 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.c45 case 0xff09: ch_map_key_clear(BTN_9); 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/joystick/
H A Dspaceball.c122 input_report_key(dev, BTN_9, data[1] & 0x02);
234 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_9);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dwacom_wac.c528 input_report_key(input, BTN_9, (data[7] & 0x01));
547 input_report_key(input, BTN_9, (data[6] & 0x10));
999 __set_bit(BTN_9, input_dev->keybit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h393 #define BTN_9 0x109 macro

Completed in 136 milliseconds