for_each_thermal_trip
for_each_thermal_trip(mld->tzone, iwl_trip_temp_iter, &twd);
for_each_thermal_trip(mvm->tz_device.tzone, iwl_trip_temp_cb, &twd);
EXPORT_SYMBOL_GPL(for_each_thermal_trip);
return for_each_thermal_trip(tz, cb, data);
int for_each_thermal_trip(struct thermal_zone_device *tz,
LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
for_each_thermal_trip(tz->trip, show_trip, NULL);