Tell if a rio device structure has a matching rio driver device id structure
int rio_match_bus(struct device * dev, struct device_driver * drv);
dev
the standard device structure to match against
drv
the standard driver structure containing the ids to match against
Used by a driver to check whether a RIO device present in the system is in its list of supported devices. Returns 1 if there is a matching struct rio_device_id or 0 if there is no match.
Matt Porter <[email protected]>, <[email protected]>
Author.