Query: struct_rio_switch_ops
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTRIO_SWITCH_OP(9) Internals STRUCT RIO_SWITCH_OP(9)NAMEstruct_rio_switch_ops - Per-switch operationsSYNOPSISstruct rio_switch_ops { u16 vid; u16 did; int (* init_hook) (struct rio_dev *rdev, int do_enum); };MEMBERSvid RIO vendor ID did RIO device ID init_hook Callback that performs switch device initializationDESCRIPTIONDefines the operations that are necessary to initialize/control a particular RIO switch device.AUTHORMatt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT RIO_SWITCH_OP(9)