Lines Matching full:structure
18 * rio_match_device - Tell if a RIO device has a matching RIO device id structure
19 * @id: the RIO device id structure to match against
20 * @rdev: the RIO device structure to match against
23 * matches a device id structure provided by a RIO driver. Returns the
44 * rio_dev_get - Increments the reference count of the RIO device structure
63 * rio_dev_put - Release a use of the RIO device structure
78 * rio_device_probe - Tell if a RIO device structure has a matching RIO device id structure
79 * @dev: the RIO device structure to match against
109 * @dev: the RIO device structure to match against
142 * @rdrv: the RIO driver structure to register
161 * @rdrv: the RIO driver structure to unregister
180 * rio_match_bus - Tell if a RIO device structure has a matching RIO driver device id structure
181 * @dev: the standard device structure to match against
182 * @drv: the standard driver structure containing the ids to match against