other versions
- wheezy 3.2.78-1
| STRUCT RIO_SWITCH_OP(9) | Internals | STRUCT RIO_SWITCH_OP(9) |
NAME¶
struct_rio_switch_ops - Per-switch operationsSYNOPSIS¶
struct rio_switch_ops {
u16 vid;
u16 did;
int (* init_hook) (struct rio_dev *rdev, int do_enum);
};
MEMBERS¶
vidRIO vendor ID
did
RIO device ID
init_hook
Callback that performs switch device
initialization
DESCRIPTION¶
Defines the operations that are necessary to initialize/control a particular RIO switch device.AUTHOR¶
Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>Author.
COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |