/linux-6.1.9/drivers/thermal/ ! |
D | thermal_of.c | 48 bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, int trip) in of_thermal_is_trip_valid() 74 static int of_thermal_get_trip_type(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_type() 85 static int of_thermal_get_trip_temp(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_temp() 96 static int of_thermal_get_trip_hyst(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_hyst() 107 static int of_thermal_set_trip_hyst(struct thermal_zone_device *tz, int trip, in of_thermal_set_trip_hyst() 135 static int of_find_trip_id(struct device_node *np, struct device_node *trip) in of_find_trip_id() 205 struct thermal_trip *trip) in thermal_of_populate_trip() 236 struct device_node *trips, *trip; in thermal_of_trips_init() local
|
D | gov_bang_bang.c | 16 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) in thermal_zone_trip_update() 95 static int bang_bang_control(struct thermal_zone_device *tz, int trip) in bang_bang_control()
|
D | gov_step_wise.c | 98 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) in thermal_zone_trip_update() 159 static int step_wise_throttle(struct thermal_zone_device *tz, int trip) in step_wise_throttle()
|
D | thermal_helpers.c | 26 int get_tz_trend(struct thermal_zone_device *tz, int trip) in get_tz_trend() 45 struct thermal_cooling_device *cdev, int trip) in get_thermal_instance()
|
D | da9062-thermal.c | 124 int trip, in da9062_thermal_get_trip_type() 143 int trip, in da9062_thermal_get_trip_temp()
|
D | thermal_core.h | 88 int trip; member 150 int trip) in of_thermal_is_trip_valid()
|
D | thermal_sysfs.c | 87 int trip, result; in trip_point_type_show() local 118 int trip, ret; in trip_point_temp_store() local 162 int trip, ret; in trip_point_temp_show() local 184 int trip, ret; in trip_point_hyst_store() local 214 int trip, ret; in trip_point_hyst_show() local
|
D | thermal_core.c | 308 static void handle_non_critical_trips(struct thermal_zone_device *tz, int trip) in handle_non_critical_trips() 330 int trip, int trip_temp, enum thermal_trip_type trip_type) in handle_critical_trips() 344 static void handle_thermal_trip(struct thermal_zone_device *tz, int trip) in handle_thermal_trip() 597 int trip, in thermal_zone_bind_cooling_device() 717 int trip, in thermal_zone_unbind_cooling_device()
|
D | gov_user_space.c | 32 static int notify_user_space(struct thermal_zone_device *tz, int trip) in notify_user_space()
|
D | gov_fair_share.c | 74 static int fair_share_throttle(struct thermal_zone_device *tz, int trip) in fair_share_throttle()
|
D | imx_thermal.c | 333 static int imx_get_trip_type(struct thermal_zone_device *tz, int trip, in imx_get_trip_type() 349 static int imx_get_trip_temp(struct thermal_zone_device *tz, int trip, in imx_get_trip_temp() 359 static int imx_set_trip_temp(struct thermal_zone_device *tz, int trip, in imx_set_trip_temp()
|
/linux-6.1.9/drivers/thermal/intel/ ! |
D | intel_quark_dts_thermal.c | 175 static int _get_trip_temp(int trip, int *temp) in _get_trip_temp() 201 int trip, int *temp) in sys_get_trip_temp() 212 int trip, int temp) in update_trip_temp() 259 static inline int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp() 266 int trip, enum thermal_trip_type *type) in sys_get_trip_type()
|
D | intel_soc_dts_iosf.c | 74 static int sys_get_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_get_trip_temp() 193 static int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp() 212 int trip, enum thermal_trip_type *type) in sys_get_trip_type() 288 unsigned long trip; in add_dts_thermal_zone() local
|
D | x86_pkg_temp_thermal.c | 142 int trip, int *temp) in sys_get_trip_temp() 176 sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, int temp) in sys_set_trip_temp() 215 static int sys_get_trip_type(struct thermal_zone_device *thermal, int trip, in sys_get_trip_type()
|
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/ ! |
D | int340x_thermal_zone.c | 44 int trip, int *temp) in int340x_thermal_get_trip_temp() 80 int trip, in int340x_thermal_get_trip_type() 117 int trip, int temp) in int340x_thermal_set_trip_temp() 139 int trip, int *temp) in int340x_thermal_get_trip_hyst()
|
D | processor_thermal_device_pci.c | 148 int trip, int *temp) in sys_get_trip_temp() 167 static int sys_get_trip_type(struct thermal_zone_device *tzd, int trip, in sys_get_trip_type() 175 static int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, int temp) in sys_set_trip_temp()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ ! |
D | core_thermal.c | 205 const struct mlxsw_thermal_trip *trip = &thermal->trips[i]; in mlxsw_thermal_bind() local 264 int trip, in mlxsw_thermal_get_trip_type() 277 int trip, int *p_temp) in mlxsw_thermal_get_trip_temp() 289 int trip, int temp) in mlxsw_thermal_set_trip_temp() 301 int trip, int *p_hyst) in mlxsw_thermal_get_trip_hyst() 310 int trip, int hyst) in mlxsw_thermal_set_trip_hyst() 345 const struct mlxsw_thermal_trip *trip = &tz->trips[i]; in mlxsw_thermal_module_bind() local 438 mlxsw_thermal_module_trip_type_get(struct thermal_zone_device *tzdev, int trip, in mlxsw_thermal_module_trip_type_get() 452 int trip, int *p_temp) in mlxsw_thermal_module_trip_temp_get() 465 int trip, int temp) in mlxsw_thermal_module_trip_temp_set() [all …]
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ ! |
D | cxgb4_thermal.c | 33 int trip, enum thermal_trip_type *type) in cxgb4_thermal_get_trip_type() 45 int trip, int *temp) in cxgb4_thermal_get_trip_temp()
|
/linux-6.1.9/drivers/thermal/samsung/ ! |
D | exynos_tmu.c | 363 int trip, u8 temp) in exynos4210_tmu_set_trip_temp() 382 int trip, u8 temp, u8 hyst) in exynos4210_tmu_set_trip_hyst() 394 int trip, u8 temp) in exynos4412_tmu_set_trip_temp() 411 int trip, u8 temp, u8 hyst) in exynos4412_tmu_set_trip_hyst() 450 int trip, u8 temp) in exynos5433_tmu_set_trip_temp() 470 int trip, u8 temp, u8 hyst) in exynos5433_tmu_set_trip_hyst() 523 int trip, u8 temp) in exynos7_tmu_set_trip_temp() 538 int trip, u8 temp, u8 hyst) in exynos7_tmu_set_trip_hyst()
|
/linux-6.1.9/drivers/thermal/st/ ! |
D | st_thermal.c | 138 int trip, enum thermal_trip_type *type) in st_thermal_get_trip_type() 156 int trip, int *temp) in st_thermal_get_trip_temp()
|
/linux-6.1.9/drivers/thermal/broadcom/ ! |
D | brcmstb_thermal.c | 180 struct avs_tmon_trip *trip = &avs_tmon_trips[type]; in avs_tmon_trip_enable() local 196 struct avs_tmon_trip *trip = &avs_tmon_trips[type]; in avs_tmon_get_trip_temp() local 209 struct avs_tmon_trip *trip = &avs_tmon_trips[type]; in avs_tmon_set_trip_temp() local
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ ! |
D | tt.c | 642 int trip, int *temp) in iwl_mvm_tzone_get_trip_temp() 655 int trip, enum thermal_trip_type *type) in iwl_mvm_tzone_get_trip_type() 666 int trip, int temp) in iwl_mvm_tzone_set_trip_temp()
|
/linux-6.1.9/drivers/platform/x86/ ! |
D | acerhdf.c | 427 static int acerhdf_get_trip_type(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_type() 440 static int acerhdf_get_trip_hyst(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_hyst() 451 static int acerhdf_get_trip_temp(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_temp()
|
/linux-6.1.9/drivers/acpi/ ! |
D | thermal.c | 517 int trip, enum thermal_trip_type *type) in thermal_get_trip_type() 561 int trip, int *temp) in thermal_get_trip_temp() 629 int trip, enum thermal_trend *trend) in thermal_get_trend() 701 int trip = -1; in acpi_thermal_cooling_device_cb() local
|
/linux-6.1.9/drivers/thermal/ti-soc-thermal/ ! |
D | ti-thermal.h | 53 #define ti_thermal_is_valid_trip(trip) \ argument
|