Searched refs:BTN_STYLUS (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/tablet/
H A Dacecad.c98 input_report_key(dev, BTN_STYLUS, stylus);
197 BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) |
H A Dwacom_wac.c34 input_report_key(input, BTN_STYLUS, (data[5] & 0x40));
50 input_report_key(input, BTN_STYLUS, (data[5] & 0x40));
117 input_report_key(input, BTN_STYLUS, data[4] & 0x10);
156 input_report_key(input, BTN_STYLUS, data[1] & 0x02);
178 input_report_key(input, BTN_STYLUS, data[1] & 0x02);
238 input_report_key(input, BTN_STYLUS, data[1] & 0x02);
419 input_report_key(input, BTN_STYLUS, 0);
453 input_report_key(input, BTN_STYLUS, data[1] & 2);
834 input_report_key(input, BTN_STYLUS, data[1] & 0x02);
928 __set_bit(BTN_STYLUS, input_de
[all...]
H A Daiptek.c347 BTN_STYLUS, BTN_STYLUS2,
571 input_report_key(inputdev, BTN_STYLUS, bs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-wacom.c236 input_report_key(input, BTN_STYLUS, 0);
276 input_report_key(input, BTN_STYLUS, data[1] & 0x02);
391 __set_bit(BTN_STYLUS, input->keybit);
H A Dhid-debug.c747 [BTN_TOUCH] = "Touch", [BTN_STYLUS] = "Stylus",
H A Dhid-input.c336 map_key_clear(BTN_STYLUS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dmousedev.c239 case BTN_STYLUS:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h447 #define BTN_STYLUS 0x14b macro

Completed in 200 milliseconds