Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-generic.c43 if (hdev->quirks & HID_QUIRK_HAVE_SPECIAL_DRIVER) in hid_generic_match()
H A Dhid-quirks.c1223 quirks |= HID_QUIRK_HAVE_SPECIAL_DRIVER; in hid_gets_squirk()
H A Dhid-core.c2430 !(hdev->quirks & HID_QUIRK_HAVE_SPECIAL_DRIVER)) { in hid_add_device()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h353 #define HID_QUIRK_HAVE_SPECIAL_DRIVER BIT(19) macro