Searched refs:thermometer (Results 1 – 11 of 11) sorted by relevance
/linux/tools/thermal/thermometer/ |
H A 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 in thermometer_add_tz() 66 tzthermometer global() argument 67 nr_tzthermometer global() argument 289 thermometer_init(struct configuration * config,struct thermometer * thermometer) thermometer_init() argument 355 thermometer_start(struct thermometer * thermometer,struct options * options) thermometer_start() argument 520 thermometer_stop(struct thermometer * thermometer) thermometer_stop() argument 540 struct thermometer thermometer = { 0 }; main() local [all...] |
H A D | Build | 1 thermometer-y += thermometer.o
|
H A D | Makefile | 19 TARGET=thermometer
|
/linux/tools/ |
H A D | Makefile | 110 thermometer: FORCE target 126 pci debugging tracing thermal thermometer thermal-engine 204 $(call descend,thermal/thermometer,clean)
|
/linux/Documentation/devicetree/bindings/display/ |
H A D | repaper.txt | 21 - pervasive,thermal-zone: name of thermometer's thermal zone
|
/linux/Documentation/hwmon/ |
H A D | ds620.rst | 22 The DS620 is a (one instance) digital thermometer and thermostat. It has both
|
H A D | ds1621.rst | 64 The DS1621 is a (one instance) digital thermometer and thermostat. It has
|
/linux/Documentation/driver-api/iio/ |
H A 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/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 4150 int thermometer = (pBase->miscConfiguration >> 1) & 0x3; in ar9003_hw_get_thermometer() local 4152 return --thermometer; in ar9003_hw_get_thermometer() 4158 int thermometer = ar9003_hw_get_thermometer(ah); in ar9003_hw_thermometer_apply() local 4159 u8 therm_on = (thermometer < 0) ? 0 : 1; in ar9003_hw_thermometer_apply() 4170 therm_on = thermometer == 0; in ar9003_hw_thermometer_apply() 4174 therm_on = thermometer == 1; in ar9003_hw_thermometer_apply() 4179 therm_on = thermometer == 2; in ar9003_hw_thermometer_apply()
|
/linux/drivers/usb/misc/ |
H A D | Kconfig | 116 tristate "Cypress USB thermometer driver support" 118 Say Y here if you want to connect a Cypress USB thermometer
|
/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 176 6, 0, ebx, 3:0, n_therm_thresholds , Digital thermometer thresholds
|