| /Linux-v5.4/drivers/thermal/ |
| D | fair_share.c | 28 if (tz->trips == 0 || !tz->ops->get_trip_temp) in get_trip_level() 32 tz->ops->get_trip_temp(tz, count, &trip_temp); in get_trip_level()
|
| D | power_allocator.c | 142 ret = tz->ops->get_trip_temp(tz, trip_switch_on, &switch_on_temp); in estimate_pid_constants() 576 ret = tz->ops->get_trip_temp(tz, in power_allocator_bind() 625 ret = tz->ops->get_trip_temp(tz, params->trip_switch_on, in power_allocator_throttle() 636 ret = tz->ops->get_trip_temp(tz, params->trip_max_desired_temperature, in power_allocator_throttle()
|
| D | thermal_helpers.c | 95 ret = tz->ops->get_trip_temp(tz, count, in thermal_zone_get_temp() 131 tz->ops->get_trip_temp(tz, i, &trip_temp); in thermal_zone_set_trips()
|
| D | gov_bang_bang.c | 21 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
|
| D | step_wise.c | 129 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
|
| D | da9062-thermal.c | 186 .get_trip_temp = da9062_thermal_get_trip_temp,
|
| D | thermal_core.c | 383 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_critical_trips() 1269 if (trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp)) in thermal_zone_device_register() 1312 if (tz->ops->get_trip_temp(tz, count, &trip_temp)) in thermal_zone_device_register()
|
| D | thermal_sysfs.c | 155 if (!tz->ops->get_trip_temp) in trip_point_temp_show() 161 ret = tz->ops->get_trip_temp(tz, trip, &temperature); in trip_point_temp_show()
|
| D | rcar_thermal.c | 367 .get_trip_temp = rcar_thermal_get_trip_temp,
|
| D | of-thermal.c | 400 .get_trip_temp = of_thermal_get_trip_temp,
|
| D | imx_thermal.c | 480 .get_trip_temp = imx_get_trip_temp,
|
| /Linux-v5.4/drivers/thermal/intel/int340x_thermal/ |
| D | int340x_thermal_zone.c | 48 if (d->override_ops && d->override_ops->get_trip_temp) in int340x_thermal_get_trip_temp() 49 return d->override_ops->get_trip_temp(zone, trip, temp); in int340x_thermal_get_trip_temp() 150 .get_trip_temp = int340x_thermal_get_trip_temp,
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_thermal.c | 59 .get_trip_temp = cxgb4_thermal_get_trip_temp,
|
| /Linux-v5.4/drivers/thermal/broadcom/ |
| D | bcm2835_thermal.c | 236 err = tz->ops->get_trip_temp(tz, 0, &trip_temp); in bcm2835_thermal_probe()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | core_thermal.c | 413 .get_trip_temp = mlxsw_thermal_get_trip_temp, 602 .get_trip_temp = mlxsw_thermal_module_trip_temp_get, 641 .get_trip_temp = mlxsw_thermal_module_trip_temp_get,
|
| /Linux-v5.4/drivers/thermal/st/ |
| D | st_thermal.c | 176 .get_trip_temp = st_thermal_get_trip_temp,
|
| /Linux-v5.4/drivers/thermal/intel/ |
| D | intel_quark_dts_thermal.c | 340 .get_trip_temp = sys_get_trip_temp,
|
| D | intel_pch_thermal.c | 267 .get_trip_temp = pch_get_trip_temp,
|
| D | x86_pkg_temp_thermal.c | 223 .get_trip_temp = sys_get_trip_temp,
|
| D | intel_soc_dts_iosf.c | 243 .get_trip_temp = sys_get_trip_temp,
|
| /Linux-v5.4/include/linux/ |
| D | thermal.h | 106 int (*get_trip_temp) (struct thermal_zone_device *, int, int *); member
|
| /Linux-v5.4/drivers/platform/x86/ |
| D | acerhdf.c | 493 .get_trip_temp = acerhdf_get_trip_temp,
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | tt.c | 723 .get_trip_temp = iwl_mvm_tzone_get_trip_temp,
|
| /Linux-v5.4/drivers/thermal/tegra/ |
| D | soctherm.c | 645 ret = tz->ops->get_trip_temp(zone->tz, trip, &trip_temp); in tegra_thermctl_get_trend() 736 ret = tz->ops->get_trip_temp(tz, i, temp); in get_hot_temp()
|
| /Linux-v5.4/drivers/thermal/samsung/ |
| D | exynos_tmu.c | 304 ret = tzd->ops->get_trip_temp(tzd, i, &temp); in exynos_tmu_initialize()
|