Home
last modified time | relevance | path

Searched defs:comedi_subdevice (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/staging/comedi/
Dcomedidev.h64 struct comedi_subdevice { struct
65 struct comedi_device *device;
66 int type;
67 int n_chan;
68 int subdev_flags;
69 int len_chanlist; /* maximum length of channel/gain list */
71 void *private;
95 int (*insn_read) (struct comedi_device *, struct comedi_subdevice *, argument
97 int (*insn_write) (struct comedi_device *, struct comedi_subdevice *, argument
99 int (*insn_bits) (struct comedi_device *, struct comedi_subdevice *, argument
[all …]