Searched +full:regulator +full:- +full:temp +full:- +full:error +full:- +full:kelvin (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/mfd/rohm,bd96801-pmic.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>13 BD96801 is an automotive grade single-chip power management IC.15 over-/under voltage and over current detection and a watchdog.36 interrupt-names:39 - enum: [intb, errb]40 - const: errb[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Analog Devices LTC2983 Multi-Sensor Digital Temperature Measurement System21 #include <linux/regulator/consumer.h>60 (((chan - 1) * 4) + LTC2983_CHAN_ASSIGN_START_REG)62 (((chan - 1) * 4) + LTC2983_TEMP_RES_START_REG)237 __be32 temp __aligned(IIO_DMA_MINALIGN);312 * instance a resolution of 2^-10 means we have 10 fractional bits.326 s64 __res = -(s32)val; in __convert_to_raw_sign()330 return (u32)-__res; in __convert_to_raw_sign()337 const struct device *dev = &st->spi->dev; in __ltc2983_fault_handler()[all …]