Searched refs:BTN_MIDDLE (Results 26 - 36 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Daiptek.c344 BTN_LEFT, BTN_RIGHT, BTN_MIDDLE,
497 input_report_key(inputdev, BTN_MIDDLE, middle);
647 input_report_key(inputdev, BTN_MIDDLE, middle);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dadbhid.c451 input_report_key(adbhid[id]->input, BTN_MIDDLE, !((data[2] >> 7) & 1));
808 BIT_MASK(BTN_MIDDLE) | BIT_MASK(BTN_RIGHT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/hidp/
H A Dcore.c231 input_report_key(dev, BTN_MIDDLE, sdata[0] & 0x04);
683 BIT_MASK(BTN_RIGHT) | BIT_MASK(BTN_MIDDLE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dhil_kbd.c430 ptr->btnmap[1] = BTN_MIDDLE;
H A Datkbd.c508 input_report_key(dev, BTN_MIDDLE, click);
1068 __set_bit(BTN_MIDDLE, input_dev->keybit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsonypi.c794 kp.key = BTN_MIDDLE;
1169 jog_dev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_MIDDLE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dmousedev.c246 case BTN_MIDDLE: index = 2; break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-debug.c726 [BTN_MIDDLE] = "MiddleBtn", [BTN_SIDE] = "SideBtn",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h398 #define BTN_MIDDLE 0x112 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dsony-laptop.c354 kp.key = BTN_MIDDLE;
451 input_set_capability(jog_dev, EV_KEY, BTN_MIDDLE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf537/boards/
H A Dstamp.c571 .keycode = BTN_MIDDLE,

Completed in 117 milliseconds

12