Searched refs:comedi_8254 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | comedi_8254.h | 79 struct comedi_8254 { struct 99 unsigned int comedi_8254_status(struct comedi_8254 *, unsigned int counter); argument 100 unsigned int comedi_8254_read(struct comedi_8254 *, unsigned int counter); 101 void comedi_8254_write(struct comedi_8254 *, 104 int comedi_8254_set_mode(struct comedi_8254 *, 106 int comedi_8254_load(struct comedi_8254 *, 109 void comedi_8254_pacer_enable(struct comedi_8254 *, 112 void comedi_8254_update_divisors(struct comedi_8254 *); 113 void comedi_8254_cascade_ns_to_timer(struct comedi_8254 *, 115 void comedi_8254_ns_to_timer(struct comedi_8254 *, [all …]
|
D | comedi_8254.c | 133 static unsigned int __i8254_read(struct comedi_8254 *i8254, unsigned int reg) in __i8254_read() 162 static void __i8254_write(struct comedi_8254 *i8254, in __i8254_write() 195 unsigned int comedi_8254_status(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_status() 214 unsigned int comedi_8254_read(struct comedi_8254 *i8254, unsigned int counter) in comedi_8254_read() 239 void comedi_8254_write(struct comedi_8254 *i8254, in comedi_8254_write() 263 int comedi_8254_set_mode(struct comedi_8254 *i8254, unsigned int counter, in comedi_8254_set_mode() 289 int comedi_8254_load(struct comedi_8254 *i8254, unsigned int counter, in comedi_8254_load() 313 void comedi_8254_pacer_enable(struct comedi_8254 *i8254, in comedi_8254_pacer_enable() 347 void comedi_8254_update_divisors(struct comedi_8254 *i8254) in comedi_8254_update_divisors() 362 void comedi_8254_cascade_ns_to_timer(struct comedi_8254 *i8254, in comedi_8254_cascade_ns_to_timer() [all …]
|
D | ni_labpc.h | 39 struct comedi_8254 *counter;
|
D | amplc_dio200_common.c | 169 struct comedi_8254 *i8254 = s->private; in dio200_subdev_8254_offset() 520 struct comedi_8254 *i8254 = s->private; in dio200_subdev_8254_config() 564 struct comedi_8254 *i8254; in dio200_subdev_8254_init()
|
D | Makefile | 6 obj-$(CONFIG_COMEDI_8254) += comedi_8254.o
|
D | ni_labpc_common.c | 344 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 | das16m1.c | 125 struct comedi_8254 *counter;
|
D | adl_pci9118.c | 555 struct comedi_8254 *pacer = dev->pacer; in pci9118_calc_divisors() 945 struct comedi_8254 *pacer = dev->pacer; in pci9118_ai_cmd()
|
D | cb_pcidas.c | 339 struct comedi_8254 *ao_pacer;
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedidev.h | 259 struct comedi_8254 *pacer;
|