Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-quirks.c1279 unsigned long hid_lookup_quirk(const struct hid_device *hdev) in hid_lookup_quirk() function
1315 EXPORT_SYMBOL_GPL(hid_lookup_quirk);
H A Dhid-core.c2631 hdev->quirks = hid_lookup_quirk(hdev); in __hid_device_probe()
2773 hdev->quirks = hid_lookup_quirk(hdev); in hid_add_device()
/openbmc/linux/include/linux/
H A Dhid.h1211 unsigned long hid_lookup_quirk(const struct hid_device *hdev);
/openbmc/linux/drivers/hid/usbhid/
H A Dhid-core.c992 quirks = hid_lookup_quirk(hid); in usbhid_parse()