Searched refs:MSC_SERIAL (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/input/tablet/ |
D | hanwang.c | 122 MSC_SERIAL, 217 input_event(input_dev, EV_MSC, MSC_SERIAL, in hanwang_parse_packet() 259 input_event(input_dev, EV_MSC, MSC_SERIAL, 0xffffffff); in hanwang_parse_packet()
|
D | gtco.c | 578 inputdev->mscbit[0] = BIT_MASK(MSC_SCAN) | BIT_MASK(MSC_SERIAL) | in gtco_setup_caps() 681 input_event(inputdev, EV_MSC, MSC_SERIAL, val); in gtco_urb_callback() 714 input_event(inputdev, EV_MSC, MSC_SERIAL, val); in gtco_urb_callback() 784 input_event(inputdev, EV_MSC, MSC_SERIAL, val); in gtco_urb_callback()
|
D | aiptek.c | 1800 __set_bit(MSC_SERIAL, inputdev->mscbit); in aiptek_probe()
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 900 #define MSC_SERIAL 0x00 macro
|
/linux-4.1.27/drivers/hid/ |
D | wacom_wac.c | 633 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); in wacom_intuos_inout() 1009 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); in wacom_intuos_irq() 1402 wacom_map_usage(wacom, usage, field, EV_MSC, MSC_SERIAL, 0); in wacom_wac_pen_usage_mapping() 2130 input_set_capability(input_dev, EV_MSC, MSC_SERIAL); in wacom_setup_cintiq()
|
D | hid-debug.c | 992 [MSC_SERIAL] = "Serial", [MSC_PULSELED] = "Pulseled",
|
D | hid-input.c | 717 usage->code = MSC_SERIAL; in hidinput_configure_usage()
|