Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/comedi/drivers/
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 …]
Dcomedi_8254.c124 static unsigned int __i8254_read(struct comedi_8254 *i8254, unsigned int reg) in __i8254_read()
153 static void __i8254_write(struct comedi_8254 *i8254, in __i8254_write()
186 unsigned int comedi_8254_status(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_status()
205 unsigned int comedi_8254_read(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_read()
230 void comedi_8254_write(struct comedi_8254 *i8254, in comedi_8254_write()
254 int comedi_8254_set_mode(struct comedi_8254 *i8254, unsigned int counter, in comedi_8254_set_mode()
280 int comedi_8254_load(struct comedi_8254 *i8254, unsigned int counter, in comedi_8254_load()
304 void comedi_8254_pacer_enable(struct comedi_8254 *i8254, in comedi_8254_pacer_enable()
338 void comedi_8254_update_divisors(struct comedi_8254 *i8254) in comedi_8254_update_divisors()
353 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.c148 struct comedi_8254 *i8254 = s->private; in dio200_subdev_8254_offset()
500 struct comedi_8254 *i8254 = s->private; in dio200_subdev_8254_config()
544 struct comedi_8254 *i8254; in dio200_subdev_8254_init()
Dni_labpc_common.c337 struct comedi_8254 *pacer = dev->pacer; in labpc_adc_timing()
695 struct comedi_8254 *pacer = dev->pacer; in labpc_ai_cmd()
696 struct comedi_8254 *counter = devpriv->counter; in labpc_ai_cmd()
DMakefile7 obj-$(CONFIG_COMEDI_8254) += comedi_8254.o
Ddas16m1.c98 struct comedi_8254 *counter;
Dadl_pci9118.c536 struct comedi_8254 *pacer = dev->pacer; in pci9118_calc_divisors()
920 struct comedi_8254 *pacer = dev->pacer; in pci9118_ai_cmd()
Dcb_pcidas.c294 struct comedi_8254 *ao_pacer;
/Linux-v5.4/drivers/staging/comedi/
Dcomedidev.h544 struct comedi_8254 *pacer;