Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/comedi/
Dcomedi_8254.h78 struct comedi_8254 { struct
99 unsigned int comedi_8254_status(struct comedi_8254 *i8254, argument
101 unsigned int comedi_8254_read(struct comedi_8254 *i8254, unsigned int counter);
102 void comedi_8254_write(struct comedi_8254 *i8254,
105 int comedi_8254_set_mode(struct comedi_8254 *i8254,
107 int comedi_8254_load(struct comedi_8254 *i8254,
110 void comedi_8254_pacer_enable(struct comedi_8254 *i8254,
113 void comedi_8254_update_divisors(struct comedi_8254 *i8254);
114 void comedi_8254_cascade_ns_to_timer(struct comedi_8254 *i8254,
116 void comedi_8254_ns_to_timer(struct comedi_8254 *i8254,
[all …]
Dcomedidev.h543 struct comedi_8254 *pacer;
/linux-5.19.10/drivers/comedi/drivers/
Dcomedi_8254.c122 static unsigned int __i8254_read(struct comedi_8254 *i8254, unsigned int reg) in __i8254_read()
151 static void __i8254_write(struct comedi_8254 *i8254, in __i8254_write()
184 unsigned int comedi_8254_status(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_status()
203 unsigned int comedi_8254_read(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_read()
228 void comedi_8254_write(struct comedi_8254 *i8254, in comedi_8254_write()
252 int comedi_8254_set_mode(struct comedi_8254 *i8254, unsigned int counter, in comedi_8254_set_mode()
278 int comedi_8254_load(struct comedi_8254 *i8254, unsigned int counter, in comedi_8254_load()
302 void comedi_8254_pacer_enable(struct comedi_8254 *i8254, in comedi_8254_pacer_enable()
336 void comedi_8254_update_divisors(struct comedi_8254 *i8254) in comedi_8254_update_divisors()
351 void comedi_8254_cascade_ns_to_timer(struct comedi_8254 *i8254, in comedi_8254_cascade_ns_to_timer()
[all …]
Dni_labpc.h25 struct comedi_8254 *counter;
Damplc_dio200_common.c147 struct comedi_8254 *i8254 = s->private; in dio200_subdev_8254_offset()
499 struct comedi_8254 *i8254 = s->private; in dio200_subdev_8254_config()
543 struct comedi_8254 *i8254; in dio200_subdev_8254_init()
Dni_labpc_common.c336 struct comedi_8254 *pacer = dev->pacer; in labpc_adc_timing()
693 struct comedi_8254 *pacer = dev->pacer; in labpc_ai_cmd()
694 struct comedi_8254 *counter = devpriv->counter; in labpc_ai_cmd()
DMakefile7 obj-$(CONFIG_COMEDI_8254) += comedi_8254.o
Ddas16m1.c97 struct comedi_8254 *counter;
Dadl_pci9118.c535 struct comedi_8254 *pacer = dev->pacer; in pci9118_calc_divisors()
919 struct comedi_8254 *pacer = dev->pacer; in pci9118_ai_cmd()
Dcb_pcidas.c293 struct comedi_8254 *ao_pacer;