STRUCT RIO_SWITCH_OP

Section: Internals (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

struct_rio_switch_ops - Per-switch operations  

SYNOPSIS

struct rio_switch_ops {
  u16 vid;
  u16 did;
  int (* init_hook) (struct rio_dev *rdev, int do_enum);
};  
 

MEMBERS

vid

RIO 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