Home
last modified time | relevance | path

Searched refs:nr_tz (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/thermal/thermometer/
H A Dthermometer.c67 int nr_tz; member
272 sizeof(*thermometer->tz) * (thermometer->nr_tz + 1)); in thermometer_add_tz()
278 thermometer->tz[thermometer->nr_tz].fd_temp = fd; in thermometer_add_tz()
279 thermometer->tz[thermometer->nr_tz].name = strdup(name); in thermometer_add_tz()
280 thermometer->tz[thermometer->nr_tz].polling = polling; in thermometer_add_tz()
281 thermometer->nr_tz++; in thermometer_add_tz()
363 INFO("Capturing %d thermal zone(s) temperature...\n", thermometer->nr_tz); in thermometer_start()
370 for (i = 0; i < thermometer->nr_tz; i++) { in thermometer_start()
526 for (i = 0; i < thermometer->nr_tz; i++) in thermometer_stop()