Searched refs:HID_QUIRK_NO_INPUT_SYNC (Results 1 – 4 of 4) sorted by relevance
663 hdev->quirks |= HID_QUIRK_NO_INPUT_SYNC; in rmi_probe()
1741 hdev->quirks |= HID_QUIRK_NO_INPUT_SYNC; in mt_probe()
1651 if (hid->quirks & HID_QUIRK_NO_INPUT_SYNC) in hidinput_report_event()
372 #define HID_QUIRK_NO_INPUT_SYNC BIT(31) macro