Searched refs:for_each_thermal_trip (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/thermal/ |
H A D | thermal_trip.c | 27 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 D | libthermal.map | 5 for_each_thermal_trip;
|
H A D | thermal.c | 21 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 D | thermal.h | 79 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
|
/linux/include/linux/ |
H A D | thermal.h | 212 int for_each_thermal_trip(struct thermal_zone_device *tz,
|
/linux/tools/thermal/thermal-engine/ |
H A D | thermal-engine.c | 71 for_each_thermal_trip(tz->trip, show_trip, NULL); in show_tz()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tt.c | 595 for_each_thermal_trip(mvm->tz_device.tzone, iwl_trip_temp_cb, &twd); in iwl_mvm_send_temp_report_ths_cmd()
|