Searched refs:hid_match_id (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/hid/ |
| A D | hid-quirks.c | 1017 hid_match_id(hdev, hid_mouse_ignore_list)) in hid_ignore() 1020 return !!hid_match_id(hdev, hid_ignore_list); in hid_ignore() 1218 if (hid_match_id(hdev, hid_ignore_list)) in hid_gets_squirk() 1221 if (hid_match_id(hdev, hid_have_special_driver)) in hid_gets_squirk() 1224 bl_entry = hid_match_id(hdev, hid_quirks); in hid_gets_squirk()
|
| A D | hid-core.c | 1870 const struct hid_device_id *hid_match_id(const struct hid_device *hdev, in hid_match_id() function 1888 return !!hid_match_id(hdev, hid_hiddev_list); in hid_hiddev() 2209 return hid_match_id(hdev, hdrv->id_table); in hid_match_device()
|
| A D | hid-input.c | 344 match = hid_match_id(hdev, hid_battery_quirks); in find_battery_quirk()
|
| /linux/include/linux/ |
| A D | hid.h | 921 const struct hid_device_id *hid_match_id(const struct hid_device *hdev,
|
| /linux/ |
| A D | System.map | 47403 ffff800010cb7ea4 T hid_match_id
|
| A D | .tmp_System.map | 47403 ffff800010cb7ea4 T hid_match_id
|
Completed in 283 milliseconds