Home
last modified time | relevance | path

Searched refs:comedi_8254 (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/comedi/
H A Dcomedi_8254.h62 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);
[all …]
H A Dcomedidev.h543 struct comedi_8254 *pacer;
/linux/drivers/comedi/drivers/
H A Dcomedi_8254.c127 static unsigned int i8254_io8_cb(struct comedi_8254 *i8254, int dir, in i8254_io8_cb()
141 static unsigned int i8254_io16_cb(struct comedi_8254 *i8254, int dir, in i8254_io16_cb()
155 static unsigned int i8254_io32_cb(struct comedi_8254 *i8254, int dir, in i8254_io32_cb()
171 static unsigned int i8254_mmio8_cb(struct comedi_8254 *i8254, int dir, in i8254_mmio8_cb()
185 static unsigned int i8254_mmio16_cb(struct comedi_8254 *i8254, int dir, in i8254_mmio16_cb()
199 static unsigned int i8254_mmio32_cb(struct comedi_8254 *i8254, int dir, in i8254_mmio32_cb()
213 static unsigned int __i8254_read(struct comedi_8254 *i8254, unsigned int reg) in __i8254_read()
218 static void __i8254_write(struct comedi_8254 *i8254, in __i8254_write()
229 unsigned int comedi_8254_status(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_status()
248 unsigned int comedi_8254_read(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_read()
[all …]
H A Dni_labpc.h25 struct comedi_8254 *counter;
H A Damplc_dio200_common.c201 struct comedi_8254 *i8254 = s->private; in dio200_subdev_8254_offset()
553 struct comedi_8254 *i8254 = s->private; in dio200_subdev_8254_config()
597 struct comedi_8254 *i8254; in dio200_subdev_8254_init()
H A Dni_labpc_common.c341 struct comedi_8254 *pacer = dev->pacer; in labpc_adc_timing()
698 struct comedi_8254 *pacer = dev->pacer; in labpc_ai_cmd()
699 struct comedi_8254 *counter = devpriv->counter; in labpc_ai_cmd()
H A DMakefile7 obj-$(CONFIG_COMEDI_8254) += comedi_8254.o
H A Ddas16m1.c97 struct comedi_8254 *counter;
H A Dadl_pci9118.c535 struct comedi_8254 *pacer = dev->pacer; in pci9118_calc_divisors()
919 struct comedi_8254 *pacer = dev->pacer; in pci9118_ai_cmd()
H A Dcb_pcidas.c293 struct comedi_8254 *ao_pacer;