Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A 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/tools/lib/thermal/
H A Dlibthermal.map5 for_each_thermal_trip;
H A Dthermal.c21 int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg) in for_each_thermal_trip() function
/linux/tools/lib/thermal/include/
H A Dthermal.h79 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
/linux/include/linux/
H A Dthermal.h212 int for_each_thermal_trip(struct thermal_zone_device *tz,
/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c71 for_each_thermal_trip(tz->trip, show_trip, NULL); in show_tz()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c595 for_each_thermal_trip(mvm->tz_device.tzone, iwl_trip_temp_cb, &twd); in iwl_mvm_send_temp_report_ths_cmd()