Home
last modified time | relevance | path

Searched defs:tz_path (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/thermal/thermometer/
Dthermometer.c261 char tz_path[PATH_MAX]; in thermometer_add_tz() local
310 char tz_path[PATH_MAX]; in thermometer_init() local
/linux-6.14.4/tools/thermal/tmon/
Dsysfs.c122 static int get_trip_point_data(char *tz_path, int tzid, int tpid) in get_trip_point_data()