Home
last modified time | relevance | path

Searched refs:for_each_thermal_trip (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/lib/thermal/
Dlibthermal.map5 for_each_thermal_trip;
Dthermal.c21 int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg) in for_each_thermal_trip() function
/linux-5.19.10/tools/lib/thermal/include/
Dthermal.h79 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
/linux-5.19.10/tools/thermal/thermal-engine/
Dthermal-engine.c71 for_each_thermal_trip(tz->trip, show_trip, NULL); in show_tz()