hid_match_id 1867 drivers/hid/hid-core.c return !!hid_match_id(hdev, hid_hiddev_list); hid_match_id 2185 drivers/hid/hid-core.c return hid_match_id(hdev, hdrv->id_table); hid_match_id 330 drivers/hid/hid-input.c match = hid_match_id(hdev, hid_battery_quirks); hid_match_id 1006 drivers/hid/hid-quirks.c hid_match_id(hdev, hid_mouse_ignore_list)) hid_match_id 1009 drivers/hid/hid-quirks.c return !!hid_match_id(hdev, hid_ignore_list); hid_match_id 1204 drivers/hid/hid-quirks.c if (hid_match_id(hdev, hid_ignore_list)) hid_match_id 1207 drivers/hid/hid-quirks.c if (hid_match_id(hdev, hid_have_special_driver)) hid_match_id 1210 drivers/hid/hid-quirks.c bl_entry = hid_match_id(hdev, hid_quirks); hid_match_id 905 include/linux/hid.h const struct hid_device_id *hid_match_id(const struct hid_device *hdev,