Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/comedi/drivers/
Dni_atmio.c86 RANGE_ext(-1, 1),
87 RANGE_ext(0, 1)
Ddac02.c57 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.c139 RANGE_ext(-1, 1),
140 RANGE_ext(0, 1)
Dni_pcimio.c109 RANGE_ext(-1, 1),
110 RANGE_ext(0, 1)
132 RANGE_ext(-1, 1)
140 RANGE_ext(-1, 1)
Dadv_pci1710.c119 RANGE_ext(0, 1) /* external -Vref (+/-10V max) */
/linux-6.12.1/include/linux/comedi/
Dcomedidev.h604 #define RANGE_ext(a, b) {(a) * 1e6, (b) * 1e6, RF_EXTERNAL} macro