Searched refs:comedi_8254 (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/include/linux/comedi/ |
D | comedi_8254.h | 78 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 …]
|
D | comedidev.h | 543 struct comedi_8254 *pacer;
|
/linux-5.19.10/drivers/comedi/drivers/ |
D | comedi_8254.c | 122 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 …]
|
D | ni_labpc.h | 25 struct comedi_8254 *counter;
|
D | amplc_dio200_common.c | 147 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()
|
D | ni_labpc_common.c | 336 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()
|
D | Makefile | 7 obj-$(CONFIG_COMEDI_8254) += comedi_8254.o
|
D | das16m1.c | 97 struct comedi_8254 *counter;
|
D | adl_pci9118.c | 535 struct comedi_8254 *pacer = dev->pacer; in pci9118_calc_divisors() 919 struct comedi_8254 *pacer = dev->pacer; in pci9118_ai_cmd()
|
D | cb_pcidas.c | 293 struct comedi_8254 *ao_pacer;
|