Home
last modified time | relevance | path

Searched refs:hid_match_id (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hid/
H A Dhid-quirks.c1135 return !!hid_match_id(hdev, hid_ignore_list); in hid_ignore()
1333 if (hid_match_id(hdev, hid_ignore_list)) in hid_gets_squirk()
1336 if (hid_match_id(hdev, hid_mouse_ignore_list)) in hid_gets_squirk()
1339 if (hid_match_id(hdev, hid_have_special_driver)) in hid_gets_squirk()
1342 bl_entry = hid_match_id(hdev, hid_quirks); in hid_gets_squirk()
H A Dhid-core.c2228 const struct hid_device_id *hid_match_id(const struct hid_device *hdev, in hid_match_id() function
2237 EXPORT_SYMBOL_GPL(hid_match_id);
2247 return !!hid_match_id(hdev, hid_hiddev_list); in hid_hiddev()
2712 return hid_match_id(hdev, hdrv->id_table); in hid_match_device()
/linux/include/linux/
H A Dhid.h1058 const struct hid_device_id *hid_match_id(const struct hid_device *hdev,