Linux Kernel
3.7.1
|
#include <comedidev.h>
Data Fields | |
struct comedi_driver * | next |
const char * | driver_name |
struct module * | module |
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 *const * | board_name |
int | offset |
Definition at line 186 of file comedidev.h.
int(* attach)(struct comedi_device *, struct comedi_devconfig *) |
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.
int(* attach_usb)(struct comedi_device *, struct usb_interface *) |
Definition at line 194 of file comedidev.h.
Definition at line 198 of file comedidev.h.
void(* detach)(struct comedi_device *) |
Definition at line 192 of file comedidev.h.
Definition at line 189 of file comedidev.h.
Definition at line 190 of file comedidev.h.
struct comedi_driver* next |
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.