Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-generic.c34 return hid_match_device(hdev, hdrv) != NULL; in __check_hid_generic()
H A Dhid-core.c2547 const struct hid_device_id *hid_match_device(struct hid_device *hdev, in hid_match_device() function
2563 EXPORT_SYMBOL_GPL(hid_match_device);
2570 return hid_match_device(hdev, hdrv) != NULL; in hid_bus_match()
2600 *id = hid_match_device(hdev, hdrv); in hid_check_device_match()
/openbmc/linux/include/linux/
H A Dhid.h971 const struct hid_device_id *hid_match_device(struct hid_device *hdev,