Home
last modified time | relevance | path

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

/linux/drivers/input/tablet/
H A Dhanwang.c101 MSC_SERIAL,
196 input_event(input_dev, EV_MSC, MSC_SERIAL, in hanwang_parse_packet()
238 input_event(input_dev, EV_MSC, MSC_SERIAL, 0xffffffff); in hanwang_parse_packet()
H A Daiptek.c1765 __set_bit(MSC_SERIAL, inputdev->mscbit); in aiptek_probe()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py707 libevdev.InputEvent(libevdev.EV_MSC.MSC_SERIAL, 1),
715 libevdev.InputEvent(libevdev.EV_MSC.MSC_SERIAL, 1),
723 libevdev.InputEvent(libevdev.EV_MSC.MSC_SERIAL, 1),
731 libevdev.InputEvent(libevdev.EV_MSC.MSC_SERIAL, 1),
739 libevdev.InputEvent(libevdev.EV_MSC.MSC_SERIAL, 1),
/linux/drivers/hid/
H A Dwacom_wac.c669 input_event(input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_pad()
769 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); in wacom_exit_report()
1017 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); in wacom_intuos_general()
1128 input_event(input, EV_MSC, MSC_SERIAL, serial); in wacom_remote_irq()
1382 input_event(pen_input, EV_MSC, MSC_SERIAL, wacom->serial[0]); in wacom_intuos_pro2_bt_pen()
1488 input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_pro2_bt_pad()
1515 input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_gen3_bt_pad()
2369 wacom_map_usage(input, usage, field, EV_MSC, MSC_SERIAL, 0); in wacom_wac_pen_usage_mapping()
2620 input_event(input, EV_MSC, MSC_SERIAL, (int)(serial_lo ? serial_lo : serial_hi)); in wacom_wac_pen_report()
3573 input_set_capability(input_dev, EV_MSC, MSC_SERIAL); in wacom_setup_basic_pro_pen()
[all …]
H A Dhid-debug.c3536 [MSC_SERIAL] = "Serial", [MSC_PULSELED] = "Pulseled",
H A Dhid-input.c1059 map_msc(MSC_SERIAL); in hidinput_configure_usage()
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h958 #define MSC_SERIAL 0x00
932 #define MSC_SERIAL global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h958 #define MSC_SERIAL 0x00 macro