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

/linux-master/drivers/hid/
H A Dhid-generic.c34 return hid_match_device(hdev, hdrv) != NULL;
H A Dhid-core.c2548 const struct hid_device_id *hid_match_device(struct hid_device *hdev, function
2564 EXPORT_SYMBOL_GPL(hid_match_device); variable
2571 return hid_match_device(hdev, hdrv) != NULL;
2601 *id = hid_match_device(hdev, hdrv);
/linux-master/include/linux/
H A Dhid.h971 const struct hid_device_id *hid_match_device(struct hid_device *hdev,

Completed in 135 milliseconds