Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-rmi.c663 hdev->quirks |= HID_QUIRK_NO_INPUT_SYNC; in rmi_probe()
H A Dhid-input.c1729 if (hid->quirks & HID_QUIRK_NO_INPUT_SYNC) in hidinput_report_event()
H A Dhid-multitouch.c1792 hdev->quirks |= HID_QUIRK_NO_INPUT_SYNC; in mt_probe()
/openbmc/linux/include/linux/
H A Dhid.h393 #define HID_QUIRK_NO_INPUT_SYNC BIT(31) macro