other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
STRUCT RIO_SCAN(9) | Internals | STRUCT RIO_SCAN(9) |
NAME¶
struct_rio_scan - RIO enumeration and discovery operationsSYNOPSIS¶
struct rio_scan { struct module * owner; int (* enumerate) (struct rio_mport *mport, u32 flags); int (* discover) (struct rio_mport *mport, u32 flags); };
MEMBERS¶
ownerThe module owner of this structure
enumerate
Callback to perform RapidIO fabric
enumeration.
discover
Callback to perform RapidIO fabric
discovery.
AUTHOR¶
Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |