Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
comedi_driver Struct Reference

#include <comedidev.h>

Data Fields

struct comedi_drivernext
 
const chardriver_name
 
struct modulemodule
 
int(* attach )(struct comedi_device *, struct comedi_devconfig *)
 
void(* detach )(struct comedi_device *)
 
int(* attach_pci )(struct comedi_device *, struct pci_dev *)
 
int(* attach_usb )(struct comedi_device *, struct usb_interface *)
 
unsigned int num_names
 
const char *constboard_name
 
int offset
 

Detailed Description

Definition at line 186 of file comedidev.h.

Field Documentation

Definition at line 191 of file comedidev.h.

int(* attach_pci)(struct comedi_device *, struct pci_dev *)

Definition at line 193 of file comedidev.h.

Definition at line 194 of file comedidev.h.

const char* const* board_name

Definition at line 198 of file comedidev.h.

void(* detach)(struct comedi_device *)

Definition at line 192 of file comedidev.h.

const char* driver_name

Definition at line 189 of file comedidev.h.

Definition at line 190 of file comedidev.h.

Definition at line 187 of file comedidev.h.

unsigned int num_names

Definition at line 197 of file comedidev.h.

Definition at line 200 of file comedidev.h.


The documentation for this struct was generated from the following file: