Searched refs:bipolar (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adc.yaml | 28 bipolar: 30 description: If provided, the channel is to be used in bipolar mode.
|
H A D | xilinx-xadc.txt | 82 * xlnx,bipolar: If set the channel is used in bipolar 121 xlnx,bipolar; 138 xlnx,bipolar;
|
H A D | xlnx,zynqmp-ams.yaml | 175 xlnx,bipolar: 179 If the set channel is used in bipolar mode. 225 xlnx,bipolar; 232 xlnx,bipolar;
|
H A D | adi,ad7124.yaml | 91 bipolar: true 140 bipolar;
|
H A D | adi,max11410.yaml | 107 bipolar: true 165 bipolar;
|
H A D | adi,ad4130.yaml | 79 adi,bipolar: 80 description: Specify if the device should be used in bipolar mode.
|
H A D | adi,ad7192.yaml | 83 bipolar:
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ad7124.c | 153 bool bipolar; 403 val = AD7124_CONFIG_BIPOLAR(cfg->bipolar) | AD7124_CONFIG_REF_SEL(cfg->refsel) | in ad7124_write_config() 601 if (st->channels[chan->address].cfg.bipolar) in ad7124_read_raw() 610 if (st->channels[chan->address].cfg.bipolar) in ad7124_read_raw() 659 if (st->channels[chan->address].cfg.bipolar) in ad7124_write_raw() 863 cfg->bipolar = fwnode_property_read_bool(child, "bipolar"); in ad7124_parse_channel_config()
|
H A 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()
|
H A D | ad7192.c | 388 bool buf_en, bipolar, burnout_curr_en; in ad7192_setup() local 430 bipolar = of_property_read_bool(np, "bipolar"); in ad7192_setup() 431 if (!bipolar) in ad7192_setup()
|
H A D | ad4130.c | 291 bool bipolar; member 1103 *val = st->bipolar ? -BIT(chan->scan_type.realbits - 1) : 0; in ad4130_read_raw() 1710 st->bipolar = device_property_read_bool(dev, "adi,bipolar"); in ad4310_parse_fw() 1742 unsigned int pow = ad4130_resolution(st) - st->bipolar; in ad4130_fill_scale_tbls() 1892 val |= FIELD_PREP(AD4130_ADC_CONTROL_BIPOLAR_MASK, st->bipolar); in ad4130_setup()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | VoltageRegulatorMode.interface.yaml | 10 might be "HighPower" or "LowPower" in the case of bipolar power states, or
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | iqs62x.yaml | 103 /* Single inductive button with bipolar dock/tablet-mode switch. */
|
/openbmc/linux/Documentation/devicetree/bindings/iio/addac/ |
H A D | adi,ad74115.yaml | 178 adi,dac-bipolar: 368 adi,dac-bipolar;
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | amplc_pci230.c | 1419 bool bipolar = comedi_range_is_bipolar(s, range); in pci230_ai_check_chanlist() local 1451 if (bipolar != prev_bipolar) { in pci230_ai_check_chanlist() 1469 prev_bipolar = bipolar; in pci230_ai_check_chanlist()
|