Searched refs:MSC_SERIAL (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dgtco.c579 inputdev->mscbit[0] = BIT_MASK(MSC_SCAN) | BIT_MASK(MSC_SERIAL) |
692 input_event(inputdev, EV_MSC, MSC_SERIAL, val);
724 input_event(inputdev, EV_MSC, MSC_SERIAL, val);
794 input_event(inputdev, EV_MSC, MSC_SERIAL, val);
H A Dwacom_wac.c275 input_event(input, EV_MSC, MSC_SERIAL, 0xf0);
293 input_event(input, EV_MSC, MSC_SERIAL, 0xf0);
428 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]);
562 input_event(input, EV_MSC, MSC_SERIAL, 0xffffffff);
673 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]);
699 input_event(input, EV_MSC, MSC_SERIAL, finger);
716 input_event(input, EV_MSC, MSC_SERIAL, finger);
912 input_set_capability(input_dev, EV_MSC, MSC_SERIAL);
965 input_set_capability(input_dev, EV_MSC, MSC_SERIAL);
1047 input_set_capability(input_dev, EV_MSC, MSC_SERIAL);
[all...]
H A Daiptek.c1787 __set_bit(MSC_SERIAL, inputdev->mscbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-wacom.c292 input_event(input, EV_MSC, MSC_SERIAL, 0xf0);
400 __set_bit(MSC_SERIAL, input->mscbit);
H A Dhid-debug.c840 [MSC_SERIAL] = "Serial", [MSC_PULSELED] = "Pulseled",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h746 #define MSC_SERIAL 0x00 macro

Completed in 194 milliseconds