other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| RIO_REGISTER_SCAN(9) | RapidIO driver interface | RIO_REGISTER_SCAN(9) |
NAME¶
rio_register_scan - enumeration/discovery method registration interfaceSYNOPSIS¶
int
rio_register_scan(int mport_id,
struct rio_scan * scan_ops);
ARGUMENTS¶
mport_idmport device ID for which fabric scan routine
has to be set (RIO_MPORT_ANY = set for all available mports)
scan_ops
enumeration/discovery operations
structure
DESCRIPTION¶
Registers enumeration/discovery operations with RapidIO subsystem and attaches it to the specified mport device (or all available mports if RIO_MPORT_ANY is specified). Returns error if the mport already has an enumerator attached to it. In case of RIO_MPORT_ANY skips mports with valid scan routines (no error).AUTHOR¶
Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>Author.
COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |