Searched full:burnout (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/iio/addac/ |
H A D | adi,ad74115.yaml | 215 adi,ext1-burnout: 217 description: Whether to enable burnout current for EXT1. 219 adi,ext1-burnout-current-nanoamp: 221 Burnout current in nanoamps to be applied to EXT1. 225 adi,ext1-burnout-current-polarity-sourcing: 228 When not present, the burnout current polarity for EXT1 is sinking. 229 When present, the burnout current polarity for EXT1 is sourcing. 231 adi,ext2-burnout: 233 description: Whether to enable burnout current for EXT2. 235 adi,ext2-burnout-current-nanoamp: [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad7192.yaml | 75 adi,burnout-currents-enable: 78 path are enabled. When BURN = 0, the burnout currents are disabled. 79 The burnout currents can be enabled only when the buffer is active 127 adi,burnout-currents-enable;
|
H A D | adi,ad4130.yaml | 175 adi,burnout-current-nanoamp: 177 Burnout current in nanoamps to be applied for this channel.
|
/openbmc/linux/include/linux/platform_data/ |
H A D | ad7791.h | 8 * @burnout_current: If set to true the 100mA burnout current is enabled.
|
H A D | ad7793.h | 88 * @burnout_current: If set to true the 100nA burnout current is enabled.
|
/openbmc/qemu/docs/devel/ |
H A D | maintainers.rst | 17 including overload and burnout. Like everyone else they are subject
|
/openbmc/linux/drivers/iio/addac/ |
H A D | ad74115.c | 1411 AD74115_FW_PROP_TBL("adi,ext2-burnout-current-nanoamp", 1416 AD74115_FW_PROP_TBL("adi,ext1-burnout-current-nanoamp", 1421 AD74115_FW_PROP_TBL("adi,viout-burnout-current-nanoamp", 1461 AD74115_FW_PROP_BOOL("adi,ext2-burnout-current-polarity-sourcing", 1463 AD74115_FW_PROP_BOOL("adi,ext1-burnout-current-polarity-sourcing", 1465 AD74115_FW_PROP_BOOL("adi,viout-burnout-current-polarity-sourcing",
|
/openbmc/linux/Documentation/maintainer/ |
H A D | feature-and-driver-maintainers.rst | 111 people take vacations and prevents burnout, trains new members of
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-maintainer-entry-profile.rst | 29 others on a regular basis about burnout.
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ad4130.c | 229 unsigned int burnout; member 684 FIELD_PREP(AD4130_CONFIG_BURNOUT_MASK, setup_info->burnout) | in ad4130_write_slot_setup() 1448 fwnode_property_read_u32(child, "adi,burnout-current-nanoamp", &tmp); in ad4130_parse_fw_setup() 1452 "Invalid burnout current %unA\n", tmp); in ad4130_parse_fw_setup() 1453 setup_info->burnout = ret; in ad4130_parse_fw_setup()
|
H A D | ad7192.c | 99 #define AD7192_CONF_BURN BIT(7) /* Burnout current enable */ 437 "adi,burnout-currents-enable"); in ad7192_setup() 442 "Can't enable burnout currents: see CHOP or buffer\n"); in ad7192_setup()
|
H A D | ad7793.c | 81 #define AD7793_CONF_BO_EN (1 << 13) /* Burnout Current Enable */
|