1. NAME

rio_device_probe - Tell if a RIO device structure has a matching RIO device id structure

2. SYNOPSIS

int rio_device_probe(struct device *  dev );

3. ARGUMENTS

dev
    the RIO device structure to match against

4. DESCRIPTION

return 0 and set rio_dev->driver when drv claims rio_dev, else error

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT