Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-generic.c46 if (hdev->quirks & HID_QUIRK_HAVE_SPECIAL_DRIVER) in hid_generic_match()
H A Dhid-quirks.c1259 quirks |= HID_QUIRK_HAVE_SPECIAL_DRIVER; in hid_gets_squirk()
H A Dhid-core.c2804 !(hdev->quirks & HID_QUIRK_HAVE_SPECIAL_DRIVER)) { in hid_add_device()
/openbmc/linux/include/linux/
H A Dhid.h386 #define HID_QUIRK_HAVE_SPECIAL_DRIVER BIT(19) macro