| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
| D | adc.txt | 4 - bipolar : Boolean, if set the channel is used in bipolar mode. 14 bipolar;
|
| D | xilinx-xadc.txt | 70 * xlnx,bipolar: If set the channel is used in bipolar 109 xlnx,bipolar;
|
| D | adi,ad7124.yaml | 97 bipolar: 143 bipolar;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/ |
| D | xilinx-xadc.txt | 82 * xlnx,bipolar: If set the channel is used in bipolar 121 xlnx,bipolar; 138 xlnx,bipolar;
|
| D | adc.yaml | 28 bipolar: 30 description: If provided, the channel is to be used in bipolar mode.
|
| D | xlnx,zynqmp-ams.yaml | 175 xlnx,bipolar: 179 If the set channel is used in bipolar mode. 225 xlnx,bipolar; 232 xlnx,bipolar;
|
| D | adi,ad7124.yaml | 91 bipolar: true 140 bipolar;
|
| D | adi,max11410.yaml | 107 bipolar: true 165 bipolar;
|
| D | adi,ad4130.yaml | 79 adi,bipolar: 80 description: Specify if the device should be used in bipolar mode.
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| D | dt2815.c | 22 * [2] - Voltage unipolar/bipolar configuration 24 * 1 == bipolar 5V (-5V -- +5V) 119 * options[2] Voltage unipolar/bipolar configuration 121 * 1 == bipolar 5V (-5V -- +5V)
|
| D | ni_daq_700.c | 31 * 0 for -10 to 10V bipolar 32 * 1 for -5 to 5V bipolar 33 * 2 for -2.5 to 2.5V bipolar 176 /* Bipolar Offset Binary: 0 to 4095 for -10 to +10 */ in daq700_ai_rinsn()
|
| D | das1800.c | 66 * Unipolar and bipolar ranges cannot be mixed in the channel/gain list. 147 BIP_RANGE(5), /* bipolar gain = 1 */ 148 BIP_RANGE(1), /* bipolar gain = 10 */ 149 BIP_RANGE(0.1), /* bipolar gain = 50 */ 150 BIP_RANGE(0.02), /* bipolar gain = 250 */ 160 BIP_RANGE(10), /* bipolar gain = 1 */ 161 BIP_RANGE(5), /* bipolar gain = 2 */ 162 BIP_RANGE(2.5), /* bipolar gain = 4 */ 163 BIP_RANGE(1.25), /* bipolar gain = 8 */ 626 "unipolar and bipolar ranges cannot be mixed in the chanlist\n"); in das1800_ai_check_chanlist()
|
| D | cb_pcimdda.c | 25 * 5 Volt unipolar, 5V bipolar, 10 Volt unipolar or 10V bipolar.
|
| /kernel/linux/linux-6.6/drivers/comedi/drivers/ |
| D | dt2815.c | 22 * [2] - Voltage unipolar/bipolar configuration 24 * 1 == bipolar 5V (-5V -- +5V) 118 * options[2] Voltage unipolar/bipolar configuration 120 * 1 == bipolar 5V (-5V -- +5V)
|
| D | ni_daq_700.c | 31 * 0 for -10 to 10V bipolar 32 * 1 for -5 to 5V bipolar 33 * 2 for -2.5 to 2.5V bipolar 175 /* Bipolar Offset Binary: 0 to 4095 for -10 to +10 */ in daq700_ai_rinsn()
|
| D | das1800.c | 66 * Unipolar and bipolar ranges cannot be mixed in the channel/gain list. 145 BIP_RANGE(5), /* bipolar gain = 1 */ 146 BIP_RANGE(1), /* bipolar gain = 10 */ 147 BIP_RANGE(0.1), /* bipolar gain = 50 */ 148 BIP_RANGE(0.02), /* bipolar gain = 250 */ 158 BIP_RANGE(10), /* bipolar gain = 1 */ 159 BIP_RANGE(5), /* bipolar gain = 2 */ 160 BIP_RANGE(2.5), /* bipolar gain = 4 */ 161 BIP_RANGE(1.25), /* bipolar gain = 8 */ 624 "unipolar and bipolar ranges cannot be mixed in the chanlist\n"); in das1800_ai_check_chanlist()
|
| D | cb_pcimdda.c | 25 * 5 Volt unipolar, 5V bipolar, 10 Volt unipolar or 10V bipolar.
|
| D | adq12b.c | 32 * [1] - Analog Input unipolar/bipolar selection 34 * bipolar 0 2-3 (factory default)
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | ad7124.c | 140 bool bipolar; member 391 if (st->channel_config[chan->address].bipolar) in ad7124_read_raw() 398 if (st->channel_config[chan->address].bipolar) in ad7124_read_raw() 433 if (st->channel_config[chan->address].bipolar) in ad7124_write_raw() 632 st->channel_config[channel].bipolar = in ad7124_of_parse_channel_config() 633 of_property_read_bool(child, "bipolar"); in ad7124_of_parse_channel_config() 699 val = AD7124_CONFIG_BIPOLAR(st->channel_config[i].bipolar) | in ad7124_setup()
|
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| D | ad7124.c | 150 bool bipolar; member 398 val = AD7124_CONFIG_BIPOLAR(cfg->bipolar) | AD7124_CONFIG_REF_SEL(cfg->refsel) | in ad7124_write_config() 596 if (st->channels[chan->address].cfg.bipolar) in ad7124_read_raw() 605 if (st->channels[chan->address].cfg.bipolar) in ad7124_read_raw() 654 if (st->channels[chan->address].cfg.bipolar) in ad7124_write_raw() 864 cfg->bipolar = of_property_read_bool(child, "bipolar"); in ad7124_of_parse_channel_config()
|
| D | max11410.c | 128 bool bipolar; member 371 FIELD_PREP(MAX11410_CTRL_UNIPOLAR_BIT, cfg.bipolar ? 0 : 1); in max11410_configure_channel() 447 if (cfg.bipolar) in max11410_get_scale() 467 if (cfg.bipolar) in max11410_read_raw() 782 cfg->bipolar = fwnode_property_read_bool(child, "bipolar"); in max11410_parse_channels()
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | ad7791.h | 10 * bipolar mode.
|
| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| D | ad7791.h | 10 * bipolar mode.
|
| /kernel/linux/linux-6.6/include/linux/comedi/ |
| D | comedidev.h | 640 * comedi_range_is_bipolar() - Test if subdevice range is bipolar 644 * Tests whether a range is bipolar by checking whether its minimum value 651 * %true if the range is bipolar. 673 * %false if the range is bipolar. 703 * comedi_chan_range_is_bipolar() - Test if channel-specific range is bipolar 708 * Tests whether a range is bipolar by checking whether its minimum value 715 * %true if the range is bipolar. 739 * %false if the range is bipolar. 761 * %true if the range is bipolar.
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/ |
| D | comedidev.h | 641 * comedi_range_is_bipolar() - Test if subdevice range is bipolar 645 * Tests whether a range is bipolar by checking whether its minimum value 652 * %true if the range is bipolar. 674 * %false if the range is bipolar. 704 * comedi_chan_range_is_bipolar() - Test if channel-specific range is bipolar 709 * Tests whether a range is bipolar by checking whether its minimum value 716 * %true if the range is bipolar. 740 * %false if the range is bipolar. 762 * %true if the range is bipolar.
|