Searched refs:ABS_MISC (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/input/misc/
H A Dcma3000_d0x.c116 input_report_abs(data->input_dev, ABS_MISC, 1);
119 input_report_abs(data->input_dev, ABS_MISC, 0);
334 input_set_abs_params(input_dev, ABS_MISC, 0, 1, 0, 0);
/linux-master/sound/usb/caiaq/
H A Dinput.c311 input_report_abs(cdev->input_dev, ABS_MISC, 255 - buf[4]);
318 input_report_abs(cdev->input_dev, ABS_MISC, buf[6] >> 4);
650 input->absbit[BIT_WORD(ABS_MISC)] |= BIT_MASK(ABS_MISC);
665 input_set_abs_params(input, ABS_MISC, 0, 255, 0, 1);
676 input->absbit[BIT_WORD(ABS_MISC)] |= BIT_MASK(ABS_MISC);
696 input_set_abs_params(input, ABS_MISC, 0, 0xf, 0, 1);
/linux-master/drivers/input/joystick/
H A Dpxrc.c69 input_report_abs(pxrc->input, ABS_MISC, data[7]);
188 input_set_abs_params(pxrc->input, ABS_MISC, 0, 255, 0, 0);
H A Dwalkera0701.c113 input_report_abs(w->input_dev, ABS_MISC, val7);
265 input_set_abs_params(w->input_dev, ABS_MISC, -512, 512, 0, 0);
/linux-master/drivers/input/tablet/
H A Dhanwang.c91 ABS_RX, ABS_RY, ABS_PRESSURE, ABS_MISC,
195 input_report_abs(input_dev, ABS_MISC, hanwang->current_id);
237 input_report_abs(input_dev, ABS_MISC, hanwang->current_id);
H A Daiptek.c314 ABS_WHEEL, ABS_MISC,
394 * convention above.) I therefore have taken over REL_MISC and ABS_MISC
400 * get an event transmitted each time. ABS_MISC works better, since it
401 * can be set and re-set. Thus, only using ABS_MISC from now on.
479 input_report_abs(inputdev, ABS_MISC,
576 input_report_abs(inputdev, ABS_MISC, p | AIPTEK_REPORT_TOOL_STYLUS);
639 input_report_abs(inputdev, ABS_MISC, p | AIPTEK_REPORT_TOOL_MOUSE);
688 input_report_abs(inputdev, ABS_MISC,
728 input_report_abs(inputdev, ABS_MISC,
764 input_report_abs(inputdev, ABS_MISC,
[all...]
H A Dwacom_serial4.c344 input_report_abs(wacom->dev, ABS_MISC,
542 set_bit(ABS_MISC, input_dev->absbit);
/linux-master/drivers/hid/
H A Dwacom_wac.c53 input_report_abs(input, ABS_MISC, 0);
137 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */
145 input_report_abs(input, ABS_MISC, 0); /* report tool id */
153 input_report_abs(input, ABS_MISC, STYLUS_DEVICE_ID); /* report tool id */
202 input_report_abs(input, ABS_MISC, 0);
227 input_report_abs(input, ABS_MISC, wacom->id[0]);
251 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */
286 input_report_abs(input, ABS_MISC, wacom->id[0]);
306 input_report_abs(input, ABS_MISC,
336 input_report_abs(input, ABS_MISC, waco
[all...]
H A Dhid-debug.c1022 [ABS_MISC] = "Misc",
H A Dhid-input.c1360 map_abs(ABS_MISC);
1389 * (for instance ABS_MISC + 7 is ABS_MT_SLOT, which has a different
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h871 #define ABS_MISC 0x28 macro
875 * It was used by HID as ABS_MISC+6 and userspace needs to detect if
876 * the next ABS_* event is correct or is just ABS_MISC + n.
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h871 #define ABS_MISC 0x28 macro
875 * It was used by HID as ABS_MISC+6 and userspace needs to detect if
876 * the next ABS_* event is correct or is just ABS_MISC + n.
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h871 #define ABS_MISC 0x28 macro
875 * It was used by HID as ABS_MISC+6 and userspace needs to detect if
876 * the next ABS_* event is correct or is just ABS_MISC + n.
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py847 libevdev.InputEvent(libevdev.EV_ABS.ABS_MISC, 15),

Completed in 199 milliseconds