Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/
Dthermal_trip.c12 int for_each_thermal_trip(struct thermal_zone_device *tz, in for_each_thermal_trip() function
31 EXPORT_SYMBOL_GPL(for_each_thermal_trip);
/Linux-v6.6/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-v6.6/tools/lib/thermal/include/
Dthermal.h79 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
/Linux-v6.6/tools/thermal/thermal-engine/
Dthermal-engine.c71 for_each_thermal_trip(tz->trip, show_trip, NULL); in show_tz()
/Linux-v6.6/include/linux/
Dthermal.h288 int for_each_thermal_trip(struct thermal_zone_device *tz,
/Linux-v6.6/drivers/acpi/
Dthermal.c427 for_each_thermal_trip(tz->thermal_zone, acpi_thermal_adjust_trip, tz); in acpi_thermal_adjust_thermal_zone()