Home
last modified time | relevance | path

Searched full:thermometer (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.14.4/tools/thermal/thermometer/
Dthermometer.c65 struct thermometer { struct
258 struct thermometer *thermometer) in thermometer_add_tz() argument
272 tz = realloc(thermometer->tz, sizeof(*thermometer->tz) * (thermometer->nr_tz + 1)); in thermometer_add_tz()
274 ERROR("Failed to allocate thermometer->tz\n"); in thermometer_add_tz()
278 thermometer->tz = tz; in thermometer_add_tz()
279 thermometer->tz[thermometer->nr_tz].fd_temp = fd; in thermometer_add_tz()
280 thermometer->tz[thermometer->nr_tz].name = strdup(name); in thermometer_add_tz()
281 thermometer->tz[thermometer->nr_tz].polling = polling; in thermometer_add_tz()
282 thermometer->nr_tz++; in thermometer_add_tz()
290 struct thermometer *thermometer) in thermometer_init() argument
[all …]
Dthermometer.81 .TH THERMOMETER 8
4 \fBthermometer\fP - A thermal profiling tool
8 .B thermometer
13 \fBthermometer \fP captures the thermal zones temperature at a
31 Without any parameters, \fBthermometer \fP captures all the thermal
DBuild1 thermometer-y += thermometer.o
DMakefile19 TARGET=thermometer
/linux-6.14.4/tools/
DMakefile35 @echo ' thermometer - temperature capture tool'
110 thermometer: FORCE target
126 pci debugging tracing thermal thermometer thermal-engine
204 $(call descend,thermal/thermometer,clean)
/linux-6.14.4/Documentation/devicetree/bindings/hwmon/
Dst,stts751.yaml7 title: STTS751 Thermometer
36 thermometer@48 {
Dnational,lm90.yaml7 title: LM90 series thermometer
/linux-6.14.4/Documentation/devicetree/bindings/iio/temperature/
Dmelexis,mlx90614.yaml14 http://melexis.com/Infrared-Thermometer-Sensors/Infrared-Thermometer-Sensors/MLX90614-615.aspx
/linux-6.14.4/drivers/usb/misc/
Dcytherm.c3 * Cypress USB Thermometer driver
20 #define DRIVER_DESC "Cypress USB Thermometer driver"
321 "Cypress thermometer device now attached\n"); in cytherm_probe()
341 dev_info(&interface->dev, "Cypress thermometer now disconnected\n"); in cytherm_disconnect()
DKconfig116 tristate "Cypress USB thermometer driver support"
118 Say Y here if you want to connect a Cypress USB thermometer
/linux-6.14.4/Documentation/devicetree/bindings/
Dtrivial-devices.yaml66 # High-Precision Digital Thermometer
362 # Thermometer with SPI interface
367 # Thermometer with SPI interface
373 # Thermometer with SPI interface
/linux-6.14.4/arch/arm/include/asm/
Dtherm.h4 * DS1620 thermometer driver (as used in the Rebel.com NetWinder)
/linux-6.14.4/Documentation/driver-api/iio/
Dcore.rst74 * a thermometer sensor has one channel representing the temperature measurement.
81 A thermometer driver for the temperature sensor in the example above would
/linux-6.14.4/Documentation/hwmon/
Dds620.rst22 The DS620 is a (one instance) digital thermometer and thermostat. It has both
Dds1621.rst64 The DS1621 is a (one instance) digital thermometer and thermostat. It has
/linux-6.14.4/Documentation/devicetree/bindings/display/
Drepaper.txt21 - pervasive,thermal-zone: name of thermometer's thermal zone
/linux-6.14.4/drivers/char/
Dds1620.c4 * thermometer driver (as used in the Rebel.com NetWinder)
423 MODULE_DESCRIPTION("Dallas Semiconductor DS1620 thermometer driver");
DKconfig138 tristate "NetWinder thermometer support"
/linux-6.14.4/drivers/hwmon/
Dmax31722.c4 * digital thermometer and thermostats.
Dds1621.c10 * The DS1621 device is a digital temperature/thermometer with 9-bit
/linux-6.14.4/drivers/media/tuners/
Dtda18271-fe.c116 /* make sure thermometer is off */ in tda18271_channel_configuration()
204 /* switch thermometer on */ in tda18271_read_thermometer()
208 /* read thermometer info */ in tda18271_read_thermometer()
223 /* read thermometer info */ in tda18271_read_thermometer()
229 /* switch thermometer off */ in tda18271_read_thermometer()
/linux-6.14.4/Documentation/devicetree/bindings/power/supply/
Dcharger-manager.yaml80 description: name of external thermometer's thermal zone
/linux-6.14.4/drivers/platform/mellanox/
Dmlxbf-bootctl.c301 * after a hard reset. Lower 4 bits are a thermometer code indicating in secure_boot_fuse_state_show()
304 * are a thermometer code indicating key programming has completed for in secure_boot_fuse_state_show()
/linux-6.14.4/drivers/macintosh/
Dtherm_windtunnel.c392 printk("DS1775 digital thermometer [@%02x]\n", cl->addr ); in attach_thermostat()
/linux-6.14.4/drivers/rtc/
Drtc-rv3029c2.c94 #define RV3029_EECTRL_THE BIT(1) /* thermometer enable */

12