Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/comedi/drivers/
Ddac02.c67 RANGE_ext(0, 1)
Damplc_pci224.c276 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] */
Dcb_pcimdas.c149 RANGE_ext(-1, 1),
150 RANGE_ext(0, 1)
Dni_pcimio.c138 RANGE_ext(-1, 1)
146 RANGE_ext(-1, 1)
Dni_mio_common.c179 RANGE_ext(-1, 1),
180 RANGE_ext(0, 1)
/linux-4.4.14/drivers/staging/comedi/
Dcomedidev.h584 #define RANGE_ext(a, b) {(a) * 1e6, (b) * 1e6, RF_EXTERNAL} macro