Searched refs:for_each_thermal_trip (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/thermal/ |
H A D | thermal_trip.c | 12 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 D | libthermal.map | 5 for_each_thermal_trip;
|
H A D | thermal.c | 21 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 D | thermal.h | 79 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 D | thermal-engine.c | 71 for_each_thermal_trip(tz->trip, show_trip, NULL); in show_tz()
|
/openbmc/linux/include/linux/ |
H A D | thermal.h | 292 int for_each_thermal_trip(struct thermal_zone_device *tz,
|
/openbmc/linux/drivers/acpi/ |
H A D | thermal.c | 427 for_each_thermal_trip(tz->thermal_zone, acpi_thermal_adjust_trip, tz); in acpi_thermal_adjust_thermal_zone()
|