Searched refs:RANGE_ext (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/staging/comedi/drivers/ |
D | dac02.c | 58 RANGE_ext(0, 1)
|
D | cb_pcimdas.c | 140 RANGE_ext(-1, 1), 141 RANGE_ext(0, 1)
|
D | amplc_pci224.c | 278 RANGE_ext(-1, 1), /* bipolar [-Vext,+Vext] */ 279 RANGE_ext(0, 1), /* unipolar [0,+Vext] */ 317 RANGE_ext(-2, 2), /* bipolar [-2*Vext,+2*Vext] */ 319 RANGE_ext(-1, 1), /* bipolar [-Vext,+Vext] */
|
D | ni_pcimio.c | 125 RANGE_ext(-1, 1) 133 RANGE_ext(-1, 1)
|
D | adv_pci1710.c | 120 RANGE_ext(0, 1) /* external -Vref (+/-10V max) */
|
D | ni_mio_common.c | 167 RANGE_ext(-1, 1), 168 RANGE_ext(0, 1)
|
/Linux-v5.4/drivers/staging/comedi/ |
D | comedidev.h | 605 #define RANGE_ext(a, b) {(a) * 1e6, (b) * 1e6, RF_EXTERNAL} macro
|