Home
last modified time | relevance | path

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

/linux-4.1.27/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] */
Dni_pcimio.c138 RANGE_ext(-1, 1)
146 RANGE_ext(-1, 1)
Dni_mio_common.c180 RANGE_ext(-1, 1),
181 RANGE_ext(0, 1)
/linux-4.1.27/drivers/staging/comedi/
Dcomedidev.h334 #define RANGE_ext(a, b) {(a)*1e6, (b)*1e6, RF_EXTERNAL} macro