Searched refs:for_each_thermal_trip (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/thermal/ |
| D | thermal_trip.c | 12 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/ |
| D | libthermal.map | 5 for_each_thermal_trip;
|
| 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
|
| /Linux-v6.6/tools/lib/thermal/include/ |
| D | thermal.h | 79 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
|
| /Linux-v6.6/tools/thermal/thermal-engine/ |
| D | thermal-engine.c | 71 for_each_thermal_trip(tz->trip, show_trip, NULL); in show_tz()
|
| /Linux-v6.6/include/linux/ |
| D | thermal.h | 288 int for_each_thermal_trip(struct thermal_zone_device *tz,
|
| /Linux-v6.6/drivers/acpi/ |
| D | thermal.c | 427 for_each_thermal_trip(tz->thermal_zone, acpi_thermal_adjust_trip, tz); in acpi_thermal_adjust_thermal_zone()
|