Home
last modified time | relevance | path

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

/linux-6.15/tools/thermal/thermometer/
H A Dthermometer.c24 #define CLASS_THERMAL "/sys/class/thermal" macro
264 sprintf(tz_path, CLASS_THERMAL"/%s/temp", path); in thermometer_add_tz()
302 dir = opendir(CLASS_THERMAL); in thermometer_init()
304 ERROR("failed to open '%s'\n", CLASS_THERMAL); in thermometer_init()
316 sprintf(tz_path, CLASS_THERMAL"/%s/type", dirent->d_name); in thermometer_init()