| /linux/drivers/input/misc/ |
| H A D | cma3000_d0x.c | 117 input_report_abs(data->input_dev, ABS_MISC, 1); in cma3000_thread_irq() 120 input_report_abs(data->input_dev, ABS_MISC, 0); in cma3000_thread_irq() 327 input_set_abs_params(input_dev, ABS_MISC, 0, 1, 0, 0); in cma3000_init()
|
| /linux/drivers/hid/ |
| H A D | wacom_wac.c | 53 input_report_abs(input, ABS_MISC, 0); in wacom_force_proxout() 137 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */ in wacom_penpartner_irq() 145 input_report_abs(input, ABS_MISC, 0); /* report tool id */ in wacom_penpartner_irq() 153 input_report_abs(input, ABS_MISC, STYLUS_DEVICE_ID); /* report tool id */ in wacom_penpartner_irq() 202 input_report_abs(input, ABS_MISC, 0); in wacom_pl_irq() 227 input_report_abs(input, ABS_MISC, wacom->id[0]); in wacom_pl_irq() 251 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */ in wacom_ptu_irq() 286 input_report_abs(input, ABS_MISC, wacom->id[0]); in wacom_dtu_irq() 306 input_report_abs(input, ABS_MISC, in wacom_dtus_irq() 336 input_report_abs(input, ABS_MISC, wacom->id[0]); in wacom_dtus_irq() [all …]
|
| H A D | hid-input.c | 1393 map_abs(ABS_MISC); in hidinput_configure_usage() 1422 * (for instance ABS_MISC + 7 is ABS_MT_SLOT, which has a different in hidinput_configure_usage()
|
| H A D | hid-debug.c | 3523 [ABS_MISC] = "Misc",
|
| /linux/drivers/input/tablet/ |
| H A D | hanwang.c | 91 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC, 195 input_report_abs(input_dev, ABS_MISC, hanwang->current_id); in hanwang_parse_packet() 237 input_report_abs(input_dev, ABS_MISC, hanwang->current_id); in hanwang_parse_packet()
|
| H A D | wacom_serial4.c | 344 input_report_abs(wacom->dev, ABS_MISC, in wacom_handle_packet() 542 set_bit(ABS_MISC, input_dev->absbit); in wacom_connect()
|
| /linux/drivers/input/joystick/ |
| H A D | pxrc.c | 69 input_report_abs(pxrc->input, ABS_MISC, data[7]); in pxrc_usb_irq() 188 input_set_abs_params(pxrc->input, ABS_MISC, 0, 255, 0, 0); in pxrc_probe()
|
| H A D | walkera0701.c | 113 input_report_abs(w->input_dev, ABS_MISC, val7); in walkera0701_parse_frame() 264 input_set_abs_params(w->input_dev, ABS_MISC, -512, 512, 0, 0); in walkera0701_attach()
|
| /linux/Documentation/input/devices/ |
| H A D | pxrc.rst | 35 | 7 | ABS_MISC |
|
| H A D | cma3000_d0x.rst | 41 Driver reports acceleration data through input subsystem. It generates ABS_MISC
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 900 #define ABS_MISC 0x28 904 * It was used by HID as ABS_MISC+6 and userspace needs to detect if 905 * the next ABS_* event is correct or is just ABS_MISC + n. 871 #define ABS_MISC global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 900 #define ABS_MISC 0x28 macro 904 * It was used by HID as ABS_MISC+6 and userspace needs to detect if 905 * the next ABS_* event is correct or is just ABS_MISC + n.
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | Thrustmaster__TCA-Yoke-Boeing.bpf.c | 18 * an Input field that shows up as an axis, ABS_MISC in Linux. But it is not possible
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 844 libevdev.InputEvent(libevdev.EV_ABS.ABS_MISC, 15),
|