Searched defs:unipolar (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dadq12b.c53 option 2: unipolar/bipolar ADC selection: 0 -> bipolar, 1 -> unipolar
57 unipolar 1 1-2
149 int unipolar; /* option 2 of comedi_config (1 is iobase) */ member in struct:adq12b_private
198 int unipolar, differential; local
201 unipolar = it->options[1];
206 (unipolar == 1) ? "unipolar" : "bipolar",
238 devpriv->unipolar = unipolar;
[all...]
H A Ddas1800.c1050 int unipolar; local
1052 /* see if card is using a unipolar or bipolar range so we can munge data correctly */
1053 unipolar = inb(dev->iobase + DAS1800_CONTROL_C) & UB;
1056 if (!unipolar) {
1149 int unipolar; local
1152 unipolar = inb(dev->iobase + DAS1800_CONTROL_C) & UB;
1159 if (!unipolar)
1191 int unipolar; local
1342 /* make sure user is not trying to mix unipolar and bipolar ranges */
1344 unipolar
[all...]
/drivers/staging/iio/adc/
H A Dad7793.c630 bool unipolar = !!(st->conf & AD7793_CONF_UNIPOLAR); local
648 if (!unipolar)
666 (unipolar ? 0 : 1));
673 (unipolar ? 0 : 1));
H A Dad7192.c849 bool unipolar = !!(st->conf & AD7192_CONF_UNIPOLAR); local
869 if (!unipolar)

Completed in 1706 milliseconds