Home
last modified time | relevance | path

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

/linux-5.19.10/tools/thermal/thermometer/
Dthermometer.c24 #define CLASS_THERMAL "/sys/class/thermal" macro
263 sprintf(tz_path, CLASS_THERMAL"/%s/temp", path); in thermometer_add_tz()
301 dir = opendir(CLASS_THERMAL); in thermometer_init()
303 ERROR("failed to open '%s'\n", CLASS_THERMAL); in thermometer_init()
315 sprintf(tz_path, CLASS_THERMAL"/%s/type", dirent->d_name); in thermometer_init()