Searched refs:MSC_SERIAL (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/input/tablet/ |
| D | hanwang.c | 104 MSC_SERIAL, 199 input_event(input_dev, EV_MSC, MSC_SERIAL, in hanwang_parse_packet() 241 input_event(input_dev, EV_MSC, MSC_SERIAL, 0xffffffff); in hanwang_parse_packet()
|
| D | gtco.c | 594 inputdev->mscbit[0] = BIT_MASK(MSC_SCAN) | BIT_MASK(MSC_SERIAL) | in gtco_setup_caps() 697 input_event(inputdev, EV_MSC, MSC_SERIAL, val); in gtco_urb_callback() 730 input_event(inputdev, EV_MSC, MSC_SERIAL, val); in gtco_urb_callback() 800 input_event(inputdev, EV_MSC, MSC_SERIAL, val); in gtco_urb_callback()
|
| D | aiptek.c | 1782 __set_bit(MSC_SERIAL, inputdev->mscbit); in aiptek_probe()
|
| /Linux-v5.4/drivers/hid/ |
| D | wacom_wac.c | 631 input_event(input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_pad() 764 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); in wacom_exit_report() 1005 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); in wacom_intuos_general() 1115 input_event(input, EV_MSC, MSC_SERIAL, serial); in wacom_remote_irq() 1348 input_event(pen_input, EV_MSC, MSC_SERIAL, wacom->serial[0]); in wacom_intuos_pro2_bt_pen() 1448 input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_pro2_bt_pad() 1475 input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_gen3_bt_pad() 2236 wacom_map_usage(input, usage, field, EV_MSC, MSC_SERIAL, 0); in wacom_wac_pen_usage_mapping() 2452 input_event(input, EV_MSC, MSC_SERIAL, wacom_wac->serial[0]); in wacom_wac_pen_report() 3404 input_set_capability(input_dev, EV_MSC, MSC_SERIAL); in wacom_setup_basic_pro_pen() [all …]
|
| D | hid-debug.c | 977 [MSC_SERIAL] = "Serial", [MSC_PULSELED] = "Pulseled",
|
| D | hid-input.c | 841 usage->code = MSC_SERIAL; in hidinput_configure_usage()
|
| /Linux-v5.4/include/dt-bindings/input/ |
| D | linux-event-codes.h | 818 #define MSC_SERIAL 0x00 macro
|
| /Linux-v5.4/include/uapi/linux/ |
| D | input-event-codes.h | 818 #define MSC_SERIAL 0x00 macro
|