Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/thermal/thermometer/
H A 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()

Completed in 2 milliseconds