Home
last modified time | relevance | path

Searched full:burnout (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/iio/addac/
H A Dadi,ad74115.yaml215 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 Dadi,ad7192.yaml75 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 Dadi,ad4130.yaml175 adi,burnout-current-nanoamp:
177 Burnout current in nanoamps to be applied for this channel.
/openbmc/linux/include/linux/platform_data/
H A Dad7791.h8 * @burnout_current: If set to true the 100mA burnout current is enabled.
H A Dad7793.h88 * @burnout_current: If set to true the 100nA burnout current is enabled.
/openbmc/qemu/docs/devel/
H A Dmaintainers.rst17 including overload and burnout. Like everyone else they are subject
/openbmc/linux/drivers/iio/addac/
H A Dad74115.c1411 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 Dfeature-and-driver-maintainers.rst111 people take vacations and prevents burnout, trains new members of
/openbmc/linux/Documentation/filesystems/
H A Dxfs-maintainer-entry-profile.rst29 others on a regular basis about burnout.
/openbmc/linux/drivers/iio/adc/
H A Dad4130.c229 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 Dad7192.c99 #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 Dad7793.c81 #define AD7793_CONF_BO_EN (1 << 13) /* Burnout Current Enable */