Searched refs:MSC_SERIAL (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/input/tablet/ |
D | hanwang.c | 118 MSC_SERIAL, 213 input_event(input_dev, EV_MSC, MSC_SERIAL, in hanwang_parse_packet() 255 input_event(input_dev, EV_MSC, MSC_SERIAL, 0xffffffff); in hanwang_parse_packet()
|
D | gtco.c | 580 inputdev->mscbit[0] = BIT_MASK(MSC_SCAN) | BIT_MASK(MSC_SERIAL) | in gtco_setup_caps() 683 input_event(inputdev, EV_MSC, MSC_SERIAL, val); in gtco_urb_callback() 716 input_event(inputdev, EV_MSC, MSC_SERIAL, val); in gtco_urb_callback() 786 input_event(inputdev, EV_MSC, MSC_SERIAL, val); in gtco_urb_callback()
|
D | aiptek.c | 1795 __set_bit(MSC_SERIAL, inputdev->mscbit); in aiptek_probe()
|
/Linux-v4.19/drivers/hid/ |
D | wacom_wac.c | 596 input_event(input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_pad() 727 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); in wacom_exit_report() 966 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); in wacom_intuos_general() 1076 input_event(input, EV_MSC, MSC_SERIAL, serial); in wacom_remote_irq() 1290 input_event(pen_input, EV_MSC, MSC_SERIAL, wacom->serial[0]); in wacom_intuos_pro2_bt_pen() 1383 input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_pro2_bt_pad() 1410 input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff); in wacom_intuos_gen3_bt_pad() 2161 wacom_map_usage(input, usage, field, EV_MSC, MSC_SERIAL, 0); in wacom_wac_pen_usage_mapping() 2396 input_event(input, EV_MSC, MSC_SERIAL, wacom_wac->serial[0]); in wacom_wac_pen_report() 3286 input_set_capability(input_dev, EV_MSC, MSC_SERIAL); in wacom_setup_basic_pro_pen() [all …]
|
D | hid-debug.c | 994 [MSC_SERIAL] = "Serial", [MSC_PULSELED] = "Pulseled",
|
D | hid-input.c | 826 usage->code = MSC_SERIAL; in hidinput_configure_usage()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 796 #define MSC_SERIAL 0x00 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 796 #define MSC_SERIAL 0x00 macro
|