Searched refs:thermal_zone_for_each_trip (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/thermal/ |
D | thermal_trip.c | 44 int thermal_zone_for_each_trip(struct thermal_zone_device *tz, in thermal_zone_for_each_trip() function 56 EXPORT_SYMBOL_GPL(thermal_zone_for_each_trip);
|
D | uniphier_thermal.c | 318 thermal_zone_for_each_trip(tdev->tz_dev, uniphier_tm_trip_walk_cb, &twd); in uniphier_tm_probe()
|
D | hisi_thermal.c | 496 thermal_zone_for_each_trip(sensor->tzd, hisi_trip_walk_cb, sensor); in hisi_thermal_register_sensor()
|
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 235 thermal_zone_for_each_trip(int34x_zone->zone, int340x_update_one_trip, in int340x_thermal_update_trips()
|
/linux-6.12.1/include/linux/ |
D | thermal.h | 215 int thermal_zone_for_each_trip(struct thermal_zone_device *tz,
|
/linux-6.12.1/drivers/thermal/tegra/ |
D | tegra30-tsensor.c | 333 thermal_zone_for_each_trip(tzd, tegra_tsensor_get_trips_cb, temps); in tegra_tsensor_get_hw_channel_trips()
|
D | soctherm.c | 701 thermal_zone_for_each_trip(tz, get_hot_trip_cb, &trip); in get_hot_trip()
|
/linux-6.12.1/drivers/acpi/ |
D | thermal.c | 340 thermal_zone_for_each_trip(tz->thermal_zone, in acpi_thermal_trips_update()
|