Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/
Dhid-rmi.c663 hdev->quirks |= HID_QUIRK_NO_INPUT_SYNC; in rmi_probe()
Dhid-multitouch.c1741 hdev->quirks |= HID_QUIRK_NO_INPUT_SYNC; in mt_probe()
Dhid-input.c1651 if (hid->quirks & HID_QUIRK_NO_INPUT_SYNC) in hidinput_report_event()
/linux-5.19.10/include/linux/
Dhid.h372 #define HID_QUIRK_NO_INPUT_SYNC BIT(31) macro