Home
last modified time | relevance | path

Searched refs:hid_lookup_quirk (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dhid.h1181 unsigned long hid_lookup_quirk(const struct hid_device *hdev);
/kernel/linux/linux-6.6/include/linux/
H A Dhid.h1208 unsigned long hid_lookup_quirk(const struct hid_device *hdev);
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-quirks.c1239 * hid_lookup_quirk: return any quirks associated with a HID device
1247 unsigned long hid_lookup_quirk(const struct hid_device *hdev) in hid_lookup_quirk() function
1283 EXPORT_SYMBOL_GPL(hid_lookup_quirk); variable
H A Dhid-core.c2304 hdev->quirks = hid_lookup_quirk(hdev); in hid_device_probe()
2416 hdev->quirks = hid_lookup_quirk(hdev); in hid_add_device()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-quirks.c1271 * hid_lookup_quirk - return any quirks associated with a HID device
1279 unsigned long hid_lookup_quirk(const struct hid_device *hdev) in hid_lookup_quirk() function
1315 EXPORT_SYMBOL_GPL(hid_lookup_quirk); variable
H A Dhid-core.c2629 hdev->quirks = hid_lookup_quirk(hdev); in __hid_device_probe()
2771 hdev->quirks = hid_lookup_quirk(hdev); in hid_add_device()
/kernel/linux/linux-5.10/drivers/hid/usbhid/
H A Dhid-core.c994 quirks = hid_lookup_quirk(hid); in usbhid_parse()
/kernel/linux/linux-6.6/drivers/hid/usbhid/
H A Dhid-core.c992 quirks = hid_lookup_quirk(hid); in usbhid_parse()

Completed in 19 milliseconds