Searched refs:RANGE_ext (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/comedi/drivers/ |
D | ni_atmio.c | 86 RANGE_ext(-1, 1), 87 RANGE_ext(0, 1)
|
D | dac02.c | 57 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 | 139 RANGE_ext(-1, 1), 140 RANGE_ext(0, 1)
|
D | ni_pcimio.c | 109 RANGE_ext(-1, 1), 110 RANGE_ext(0, 1) 132 RANGE_ext(-1, 1) 140 RANGE_ext(-1, 1)
|
D | adv_pci1710.c | 119 RANGE_ext(0, 1) /* external -Vref (+/-10V max) */
|
/linux-6.12.1/include/linux/comedi/ |
D | comedidev.h | 604 #define RANGE_ext(a, b) {(a) * 1e6, (b) * 1e6, RF_EXTERNAL} macro
|