Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_trip.c12 int for_each_thermal_trip(struct thermal_zone_device *tz, in for_each_thermal_trip() function
28 EXPORT_SYMBOL_GPL(for_each_thermal_trip);
/openbmc/linux/tools/lib/thermal/
H A Dlibthermal.map5 for_each_thermal_trip;
H A Dthermal.c21 int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg) in for_each_thermal_trip() function
/openbmc/linux/tools/lib/thermal/include/
H A Dthermal.h79 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
/openbmc/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c71 for_each_thermal_trip(tz->trip, show_trip, NULL); in show_tz()
/openbmc/linux/include/linux/
H A Dthermal.h292 int for_each_thermal_trip(struct thermal_zone_device *tz,
/openbmc/linux/drivers/acpi/
H A Dthermal.c427 for_each_thermal_trip(tz->thermal_zone, acpi_thermal_adjust_trip, tz); in acpi_thermal_adjust_thermal_zone()