Searched refs:BTN_LEFT (Results 26 - 46 of 46) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dboard-neocore926.c297 .code = BTN_LEFT,
H A Dboard-sam9263ek.c322 .code = BTN_LEFT,
H A Dboard-sam9m10g45ek.c246 .code = BTN_LEFT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dsynaptics.c384 * it as BTN_LEFT.
509 input_report_key(dev, BTN_LEFT, hw.left);
614 __set_bit(BTN_LEFT, dev->keybit);
H A Dhgpk.c170 input_report_key(dev, BTN_LEFT, left);
H A Dlogips2pp.c97 input_report_key(dev, BTN_LEFT, packet[0] & 1);
H A Dappletouch.c585 input_report_key(dev->input, BTN_LEFT, key);
696 input_report_key(dev->input, BTN_LEFT, key);
851 set_bit(BTN_LEFT, input_dev->keybit);
H A Dbcm5974.c354 __set_bit(BTN_LEFT, input_dev->keybit);
370 input_report_key(dev->input, BTN_LEFT, dev->bt_data->button);
482 input_report_key(input, BTN_LEFT, ibt);
H A Dsentelic.c683 input_report_key(dev, BTN_LEFT, packet[0] & 1);
H A Dpsmouse-base.c198 input_report_key(dev, BTN_LEFT, packet[0] & 1);
1240 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_RIGHT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dxen-kbdfront.c163 for (i = BTN_LEFT; i <= BTN_TASK; i++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dati_remote.c226 {KIND_LITERAL, 0x3d, 0x78, EV_KEY, BTN_LEFT, 1}, /* left btn down */
227 {KIND_LITERAL, 0x3e, 0x79, EV_KEY, BTN_LEFT, 0}, /* left btn up */
669 idev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) |
H A Dati_remote2.c178 { 0xa9, BTN_LEFT },
407 if (ar2->keycode[mode][index] == BTN_LEFT ||
548 idev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) |
/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,
496 input_report_key(inputdev, BTN_LEFT, left);
646 input_report_key(inputdev, BTN_LEFT, left);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dadbhid.c450 input_report_key(adbhid[id]->input, BTN_LEFT, !((data[1] >> 7) & 1));
807 input_dev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dgamecon.c428 input_report_key(dev, BTN_LEFT, s & data[9]);
880 __set_bit(BTN_LEFT, input_dev->keybit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/hidp/
H A Dcore.c229 input_report_key(dev, BTN_LEFT, sdata[0] & 0x01);
682 input->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dimon.c1260 input_report_key(ictx->idev, BTN_LEFT, buf[1] & 0x1);
1684 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_RIGHT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-debug.c725 [BTN_LEFT] = "LeftBtn", [BTN_RIGHT] = "RightBtn",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h396 #define BTN_LEFT 0x110 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf537/boards/
H A Dstamp.c566 .keycode = BTN_LEFT,

Completed in 151 milliseconds

12