Home
last modified time | relevance | path

Searched refs:thermometer (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/thermal/thermometer/
H A Dthermometer.c65 struct thermometer { struct
258 struct thermometer *thermometer) in thermometer_add_tz()
271 thermometer->tz = realloc(thermometer->tz, in thermometer_add_tz()
272 sizeof(*thermometer->tz) * (thermometer->nr_tz + 1)); in thermometer_add_tz()
273 if (!thermometer->tz) { in thermometer_add_tz()
274 ERROR("Failed to allocate thermometer->tz\n"); in thermometer_add_tz()
278 thermometer in thermometer_add_tz()
257 thermometer_add_tz(const char *path, const char *name, int polling, struct thermometer *thermometer) thermometer_add_tz() argument
288 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 DMakefile19 TARGET=thermometer
/kernel/linux/linux-6.6/tools/
H A DMakefile35 @echo ' thermometer - temperature capture tool'
107 thermometer: FORCE
123 pci debugging tracing thermal thermometer thermal-engine
198 $(call descend,thermal/thermometer,clean)
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c4150 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c4150 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()

Completed in 12 milliseconds