other versions
STRUCT RIO_SCAN(9) | Internals | STRUCT RIO_SCAN(9) |
NAME¶
struct_rio_scan - RIO enumeration and discovery operations
SYNOPSIS¶
struct rio_scan {
struct module * owner;
int (* enumerate) (struct rio_mport *mport, u32 flags);
int (* discover) (struct rio_mport *mport, u32 flags); };
MEMBERS¶
struct module * owner
The module owner of this structure
int (*)(struct rio_mport *mport, u32 flags) enumerate
Callback to perform RapidIO fabric enumeration.
int (*)(struct rio_mport *mport, u32 flags) discover
Callback to perform RapidIO fabric discovery.
AUTHOR¶
Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |