Lines Matching refs:comedi_8254
62 struct comedi_8254;
73 typedef unsigned int comedi_8254_iocb_fn(struct comedi_8254 *i8254, int dir,
94 struct comedi_8254 { struct
115 unsigned int comedi_8254_status(struct comedi_8254 *i8254, argument
117 unsigned int comedi_8254_read(struct comedi_8254 *i8254, unsigned int counter);
118 void comedi_8254_write(struct comedi_8254 *i8254,
121 int comedi_8254_set_mode(struct comedi_8254 *i8254,
123 int comedi_8254_load(struct comedi_8254 *i8254,
126 void comedi_8254_pacer_enable(struct comedi_8254 *i8254,
129 void comedi_8254_update_divisors(struct comedi_8254 *i8254);
130 void comedi_8254_cascade_ns_to_timer(struct comedi_8254 *i8254,
132 void comedi_8254_ns_to_timer(struct comedi_8254 *i8254,
135 void comedi_8254_set_busy(struct comedi_8254 *i8254,
139 struct comedi_8254 *i8254);
142 struct comedi_8254 *comedi_8254_io_alloc(unsigned long iobase,
147 static inline struct comedi_8254 *comedi_8254_io_alloc(unsigned long iobase, in comedi_8254_io_alloc()
156 struct comedi_8254 *comedi_8254_mm_alloc(void __iomem *mmio,