Searched refs:MSC_SERIAL (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_wacom_generic.py | 706 libevdev.InputEvent(libevdev.EV_MSC.MSC_SERIAL, 1), 714 libevdev.InputEvent(libevdev.EV_MSC.MSC_SERIAL, 1), 722 libevdev.InputEvent(libevdev.EV_MSC.MSC_SERIAL, 1), 730 libevdev.InputEvent(libevdev.EV_MSC.MSC_SERIAL, 1), 738 libevdev.InputEvent(libevdev.EV_MSC.MSC_SERIAL, 1),
|
/openbmc/linux/drivers/input/tablet/ |
H A D | hanwang.c | 101 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 D | aiptek.c | 1765 __set_bit(MSC_SERIAL, inputdev->mscbit); in aiptek_probe()
|
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 669 input_event(input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_pad() 814 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); in wacom_exit_report() 1062 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); in wacom_intuos_general() 1173 input_event(input, EV_MSC, MSC_SERIAL, serial); in wacom_remote_irq() 1427 input_event(pen_input, EV_MSC, MSC_SERIAL, wacom->serial[0]); in wacom_intuos_pro2_bt_pen() 1533 input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_pro2_bt_pad() 1560 input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_gen3_bt_pad() 2348 wacom_map_usage(input, usage, field, EV_MSC, MSC_SERIAL, 0); in wacom_wac_pen_usage_mapping() 2594 input_event(input, EV_MSC, MSC_SERIAL, (int)(serial_lo ? serial_lo : serial_hi)); in wacom_wac_pen_report() 3537 input_set_capability(input_dev, EV_MSC, MSC_SERIAL); in wacom_setup_basic_pro_pen() [all …]
|
H A D | hid-debug.c | 1037 [MSC_SERIAL] = "Serial", [MSC_PULSELED] = "Pulseled",
|
H A D | hid-input.c | 1024 map_msc(MSC_SERIAL); in hidinput_configure_usage()
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 759 #define MSC_SERIAL 0x00 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 934 #define MSC_SERIAL 0x00 macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 935 #define MSC_SERIAL 0x00 934 #define MSC_SERIAL global() macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 935 #define MSC_SERIAL 0x00 macro
|