Home
last modified time | relevance | path

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

/linux/tools/lib/thermal/include/
H A Dthermal.h97 typedef int (*cb_th_t)(struct thermal_threshold *, void *); typedef
105 LIBTHERMAL_API int for_each_thermal_threshold(struct thermal_threshold *th, cb_th_t cb, void *arg);
/linux/tools/lib/thermal/
H A Dthermal.c9 int for_each_thermal_threshold(struct thermal_threshold *th, cb_th_t cb, void *arg) in for_each_thermal_threshold()