Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-generic.c37 return hid_match_device(hdev, hdrv) != NULL; in __check_hid_generic()
Dhid-core.c1930 const struct hid_device_id *hid_match_device(struct hid_device *hdev, in hid_match_device() function
1946 EXPORT_SYMBOL_GPL(hid_match_device);
1953 return hid_match_device(hdev, hdrv) != NULL; in hid_bus_match()
1995 id = hid_match_device(hdev, hdrv); in hid_device_probe()
/Linux-v4.19/include/linux/
Dhid.h903 const struct hid_device_id *hid_match_device(struct hid_device *hdev,