Searched refs:RANGE_ext (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | dac02.c | 67 RANGE_ext(0, 1)
|
D | amplc_pci224.c | 276 RANGE_ext(-1, 1), /* bipolar [-Vext,+Vext] */ 277 RANGE_ext(0, 1), /* unipolar [0,+Vext] */ 315 RANGE_ext(-2, 2), /* bipolar [-2*Vext,+2*Vext] */ 317 RANGE_ext(-1, 1), /* bipolar [-Vext,+Vext] */
|
D | cb_pcimdas.c | 149 RANGE_ext(-1, 1), 150 RANGE_ext(0, 1)
|
D | ni_pcimio.c | 138 RANGE_ext(-1, 1) 146 RANGE_ext(-1, 1)
|
D | ni_mio_common.c | 179 RANGE_ext(-1, 1), 180 RANGE_ext(0, 1)
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedidev.h | 584 #define RANGE_ext(a, b) {(a) * 1e6, (b) * 1e6, RF_EXTERNAL} macro
|