Tell if a rio device has a matching rio device id structure
const struct rio_device_id * rio_match_device(const struct rio_device_id * id, const struct rio_dev * rdev);
id
the RIO device id structure to match against
rdev
the RIO device structure to match against
Used from driver probe and bus matching to check whether a RIO device matches a device id structure provided by a RIO driver. Returns the matching struct rio_device_id or NULL if there is no match.
Matt Porter <[email protected]>, <[email protected]>
Author.