Home
last modified time | relevance | path

Searched refs:HID_QUIRK_NO_INPUT_SYNC (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/hid/
Dhid-rmi.c658 hdev->quirks |= HID_QUIRK_NO_INPUT_SYNC; in rmi_probe()
Dhid-input.c1375 if (hid->quirks & HID_QUIRK_NO_INPUT_SYNC) in hidinput_report_event()
Dhid-multitouch.c1707 hdev->quirks |= HID_QUIRK_NO_INPUT_SYNC; in mt_probe()
/linux-4.19.296/include/linux/
Dhid.h366 #define HID_QUIRK_NO_INPUT_SYNC BIT(31) macro