Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/thermal/include/
H A Dthermal.h71 typedef int (*cb_tz_t)(struct thermal_zone *, void *); typedef
77 LIBTHERMAL_API int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg);
/openbmc/linux/tools/lib/thermal/
H A Dthermal.c34 int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg) in for_each_thermal_zone()