Searched refs:comedi_8254 (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/staging/comedi/drivers/ |
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 | comedi_8254.c | 124 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 …]
|
D | ni_labpc.h | 25 struct comedi_8254 *counter;
|
D | amplc_dio200_common.c | 148 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()
|
D | ni_labpc_common.c | 337 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()
|
D | Makefile | 7 obj-$(CONFIG_COMEDI_8254) += comedi_8254.o
|
D | das16m1.c | 98 struct comedi_8254 *counter;
|
D | adl_pci9118.c | 536 struct comedi_8254 *pacer = dev->pacer; in pci9118_calc_divisors() 920 struct comedi_8254 *pacer = dev->pacer; in pci9118_ai_cmd()
|
D | cb_pcidas.c | 294 struct comedi_8254 *ao_pacer;
|
/Linux-v5.4/drivers/staging/comedi/ |
D | comedidev.h | 544 struct comedi_8254 *pacer;
|