Searched refs:hid_match_id (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-quirks.c1053 hid_match_id(hdev, hid_mouse_ignore_list))
1056 return !!hid_match_id(hdev, hid_ignore_list);
1254 if (hid_match_id(hdev, hid_ignore_list))
1257 if (hid_match_id(hdev, hid_have_special_driver))
1260 bl_entry = hid_match_id(hdev, hid_quirks);
H A Dhid-core.c2107 const struct hid_device_id *hid_match_id(const struct hid_device *hdev, function
2116 EXPORT_SYMBOL_GPL(hid_match_id); variable
2126 return !!hid_match_id(hdev, hid_hiddev_list);
2562 return hid_match_id(hdev, hdrv->id_table);
H A Dhid-input.c424 match = hid_match_id(hdev, hid_battery_quirks);
/linux-master/include/linux/
H A Dhid.h969 const struct hid_device_id *hid_match_id(const struct hid_device *hdev,

Completed in 134 milliseconds