/linux-6.14.4/tools/thermal/thermometer/ |
D | thermometer.c | 65 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 …]
|
D | thermometer.8 | 1 .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
|
D | Build | 1 thermometer-y += thermometer.o
|
D | Makefile | 19 TARGET=thermometer
|
/linux-6.14.4/tools/ |
D | Makefile | 35 @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/ |
D | st,stts751.yaml | 7 title: STTS751 Thermometer 36 thermometer@48 {
|
D | national,lm90.yaml | 7 title: LM90 series thermometer
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/temperature/ |
D | melexis,mlx90614.yaml | 14 http://melexis.com/Infrared-Thermometer-Sensors/Infrared-Thermometer-Sensors/MLX90614-615.aspx
|
/linux-6.14.4/drivers/usb/misc/ |
D | cytherm.c | 3 * 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()
|
D | Kconfig | 116 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/ |
D | trivial-devices.yaml | 66 # 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/ |
D | therm.h | 4 * DS1620 thermometer driver (as used in the Rebel.com NetWinder)
|
/linux-6.14.4/Documentation/driver-api/iio/ |
D | core.rst | 74 * 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/ |
D | ds620.rst | 22 The DS620 is a (one instance) digital thermometer and thermostat. It has both
|
D | ds1621.rst | 64 The DS1621 is a (one instance) digital thermometer and thermostat. It has
|
/linux-6.14.4/Documentation/devicetree/bindings/display/ |
D | repaper.txt | 21 - pervasive,thermal-zone: name of thermometer's thermal zone
|
/linux-6.14.4/drivers/char/ |
D | ds1620.c | 4 * thermometer driver (as used in the Rebel.com NetWinder) 423 MODULE_DESCRIPTION("Dallas Semiconductor DS1620 thermometer driver");
|
D | Kconfig | 138 tristate "NetWinder thermometer support"
|
/linux-6.14.4/drivers/hwmon/ |
D | max31722.c | 4 * digital thermometer and thermostats.
|
D | ds1621.c | 10 * The DS1621 device is a digital temperature/thermometer with 9-bit
|
/linux-6.14.4/drivers/media/tuners/ |
D | tda18271-fe.c | 116 /* 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/ |
D | charger-manager.yaml | 80 description: name of external thermometer's thermal zone
|
/linux-6.14.4/drivers/platform/mellanox/ |
D | mlxbf-bootctl.c | 301 * 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/ |
D | therm_windtunnel.c | 392 printk("DS1775 digital thermometer [@%02x]\n", cl->addr ); in attach_thermostat()
|
/linux-6.14.4/drivers/rtc/ |
D | rtc-rv3029c2.c | 94 #define RV3029_EECTRL_THE BIT(1) /* thermometer enable */
|