struct rio_switch_ops {
u16 vid;
u16 did;
int (* init_hook) (struct rio_dev *rdev, int do_enum);
};
vid
did
init_hook
Defines the operations that are necessary to initialize/control a particular RIO switch device.
Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>