Home
last modified time | relevance | path

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

/linux/tools/lib/thermal/include/
H A Dthermal.h93 typedef int (*cb_tt_t)(struct thermal_trip *, void *); typedef
101 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
/linux/tools/lib/thermal/
H A Dthermal.c35 int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg) in for_each_thermal_trip()