Home
last modified time | relevance | path

Searched refs:for_each_thermal_trip (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/thermal/
Dthermal_trip.c27 int for_each_thermal_trip(struct thermal_zone_device *tz, in for_each_thermal_trip() function
42 EXPORT_SYMBOL_GPL(for_each_thermal_trip);
51 ret = for_each_thermal_trip(tz, cb, data); in thermal_zone_for_each_trip()
/linux-6.12.1/tools/lib/thermal/
Dlibthermal.map5 for_each_thermal_trip;
Dthermal.c21 int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg) in for_each_thermal_trip() function
/linux-6.12.1/tools/lib/thermal/include/
Dthermal.h79 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
/linux-6.12.1/include/linux/
Dthermal.h212 int for_each_thermal_trip(struct thermal_zone_device *tz,
/linux-6.12.1/tools/thermal/thermal-engine/
Dthermal-engine.c71 for_each_thermal_trip(tz->trip, show_trip, NULL); in show_tz()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c595 for_each_thermal_trip(mvm->tz_device.tzone, iwl_trip_temp_cb, &twd); in iwl_mvm_send_temp_report_ths_cmd()