Searched refs:hid_lookup_quirk (Results 1 – 4 of 4) sorted by relevance
1165 unsigned long hid_lookup_quirk(const struct hid_device *hdev);
1233 unsigned long hid_lookup_quirk(const struct hid_device *hdev) in hid_lookup_quirk() function1269 EXPORT_SYMBOL_GPL(hid_lookup_quirk);
2278 hdev->quirks = hid_lookup_quirk(hdev); in hid_device_probe()2394 hdev->quirks = hid_lookup_quirk(hdev); in hid_add_device()
994 quirks = hid_lookup_quirk(hid); in usbhid_parse()