1. NAME

struct_rio_switch_ops - Per-switch operations

2. SYNOPSIS



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

3. MEMBERS

vid
    RIO vendor ID

did
    RIO device ID

init_hook
    Callback that performs switch device initialization

4. DESCRIPTION

Defines the operations that are necessary to initialize/control a particular RIO switch device.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT