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

/drivers/hid/
H A Dhid-core.c1166 const struct hid_device_id *hid_match_id(struct hid_device *hdev, function
1184 return !!hid_match_id(hdev, hid_hiddev_list);
1674 return hid_match_id(hdev, hdrv->id_table);
1691 return !hid_match_id(hdev, hid_have_special_driver);
2058 hid_match_id(hdev, hid_mouse_ignore_list))
2061 return !!hid_match_id(hdev, hid_ignore_list);
H A Dhid-input.c301 match = hid_match_id(hdev, hid_battery_quirks);

Completed in 39 milliseconds