Searched +full:ts +full:- +full:coeff +full:- +full:h (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Rahul Tanwar <rtanwar@maxlinear.com>19 *) Temperature Sensor (TS) - used to monitor core temperature (e.g. mr74137).20 *) Voltage Monitor (VM) - used to monitor voltage levels (e.g. mr74138).21 *) Process Detector (PD) - used to assess silicon speed (e.g. mr74139).22 *) Delay Chain - ring oscillator connected to the PD, used to measure IO25 *) Pre Scaler - provides divide-by-X scaling of input voltage, which can then26 be presented for VM for measurement within its range (e.g. mr76006 -[all …]
1 // SPDX-License-Identifier: GPL-2.07 * analog IP to enable multiple embedded temperature sensor(TS),10 #include <linux/bits.h>11 #include <linux/clk.h>12 #include <linux/debugfs.h>13 #include <linux/hwmon.h>14 #include <linux/kstrtox.h>15 #include <linux/module.h>16 #include <linux/mod_devicetable.h>17 #include <linux/mutex.h>[all …]
1 // SPDX-License-Identifier: GPL-2.08 * 7-bit I2C slave address: 0x5711 #include <linux/kernel.h>12 #include <linux/module.h>13 #include <linux/i2c.h>14 #include <linux/err.h>15 #include <linux/mod_devicetable.h>16 #include <linux/iio/iio.h>17 #include <linux/iio/sysfs.h>19 #include <linux/iio/trigger_consumer.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 * https://fscdn.rohm.com/en/products/databook/datasheet/ic/sensor/light/bu27034nuc-e.pdf9 #include <linux/bitfield.h>10 #include <linux/bits.h>11 #include <linux/device.h>12 #include <linux/i2c.h>13 #include <linux/module.h>14 #include <linux/property.h>15 #include <linux/regmap.h>16 #include <linux/regulator/consumer.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Support for Lite-On LTR501 and similar ambient light and proximity sensors.7 * 7-bit I2C slave address 0x2312 #include <linux/module.h>13 #include <linux/i2c.h>14 #include <linux/err.h>15 #include <linux/delay.h>16 #include <linux/regmap.h>17 #include <linux/acpi.h>18 #include <linux/regulator/consumer.h>[all …]