Searched defs:comedi_driver (Results 1 – 1 of 1) sorted by relevance
436 struct comedi_driver { struct438 struct comedi_driver *next; /* Next in list of COMEDI drivers. */ argument440 const char *driver_name;441 struct module *module;442 int (*attach)(struct comedi_device *dev, struct comedi_devconfig *it);443 void (*detach)(struct comedi_device *dev);444 int (*auto_attach)(struct comedi_device *dev, unsigned long context);445 unsigned int num_names;446 const char *const *board_name;447 int offset;