Home
last modified time | relevance | path

Searched refs:RANGE_ext (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/comedi/drivers/
Damplc_pci224.c313 RANGE_ext(-1, 1), /* bipolar [-Vref,+Vref] */
314 RANGE_ext(0, 1), /* unipolar [0,+Vref] */
328 RANGE_ext(-2, 2),
337 RANGE_ext(-1, 1),
Dni_pcimio.c208 RANGE_ext(-1, 1)
215 RANGE_ext(-1, 1)
Dni_mio_common.c200 RANGE_ext(-1, 1),
201 RANGE_ext(0, 1),
/drivers/staging/comedi/
Dcomedidev.h327 #define RANGE_ext(a, b) {(a)*1e6, (b)*1e6, RF_EXTERNAL} macro