Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-core.c2080 static const struct hid_device_id *hid_match_device(struct hid_device *hdev, in hid_match_device() function
2102 return hid_match_device(hdev, hdrv) != NULL; in hid_bus_match()
2122 id = hid_match_device(hdev, hdrv); in hid_device_probe()