Home
last modified time | relevance | path

Searched refs:thermal_zone_for_each_trip (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/thermal/
Dthermal_trip.c44 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);
Duniphier_thermal.c318 thermal_zone_for_each_trip(tdev->tz_dev, uniphier_tm_trip_walk_cb, &twd); in uniphier_tm_probe()
Dhisi_thermal.c496 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/
Dint340x_thermal_zone.c235 thermal_zone_for_each_trip(int34x_zone->zone, int340x_update_one_trip, in int340x_thermal_update_trips()
/linux-6.12.1/include/linux/
Dthermal.h215 int thermal_zone_for_each_trip(struct thermal_zone_device *tz,
/linux-6.12.1/drivers/thermal/tegra/
Dtegra30-tsensor.c333 thermal_zone_for_each_trip(tzd, tegra_tsensor_get_trips_cb, temps); in tegra_tsensor_get_hw_channel_trips()
Dsoctherm.c701 thermal_zone_for_each_trip(tz, get_hot_trip_cb, &trip); in get_hot_trip()
/linux-6.12.1/drivers/acpi/
Dthermal.c340 thermal_zone_for_each_trip(tz->thermal_zone, in acpi_thermal_trips_update()