Home
last modified time | relevance | path

Searched refs:MSC_SERIAL (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/input/tablet/
Dhanwang.c122 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()
Dgtco.c578 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()
Daiptek.c1800 __set_bit(MSC_SERIAL, inputdev->mscbit); in aiptek_probe()
/linux-4.1.27/include/uapi/linux/
Dinput.h900 #define MSC_SERIAL 0x00 macro
/linux-4.1.27/drivers/hid/
Dwacom_wac.c633 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()
Dhid-debug.c992 [MSC_SERIAL] = "Serial", [MSC_PULSELED] = "Pulseled",
Dhid-input.c717 usage->code = MSC_SERIAL; in hidinput_configure_usage()