Home
last modified time | relevance | path

Searched refs:get_trip_temp (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.4/drivers/thermal/
Dfair_share.c28 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()
Dpower_allocator.c142 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()
Dthermal_helpers.c95 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()
Dgov_bang_bang.c21 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
Dstep_wise.c129 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
Dda9062-thermal.c186 .get_trip_temp = da9062_thermal_get_trip_temp,
Dthermal_core.c383 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()
Dthermal_sysfs.c155 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()
Drcar_thermal.c367 .get_trip_temp = rcar_thermal_get_trip_temp,
Dof-thermal.c400 .get_trip_temp = of_thermal_get_trip_temp,
Dimx_thermal.c480 .get_trip_temp = imx_get_trip_temp,
/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c48 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/
Dcxgb4_thermal.c59 .get_trip_temp = cxgb4_thermal_get_trip_temp,
/Linux-v5.4/drivers/thermal/broadcom/
Dbcm2835_thermal.c236 err = tz->ops->get_trip_temp(tz, 0, &trip_temp); in bcm2835_thermal_probe()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c413 .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/
Dst_thermal.c176 .get_trip_temp = st_thermal_get_trip_temp,
/Linux-v5.4/drivers/thermal/intel/
Dintel_quark_dts_thermal.c340 .get_trip_temp = sys_get_trip_temp,
Dintel_pch_thermal.c267 .get_trip_temp = pch_get_trip_temp,
Dx86_pkg_temp_thermal.c223 .get_trip_temp = sys_get_trip_temp,
Dintel_soc_dts_iosf.c243 .get_trip_temp = sys_get_trip_temp,
/Linux-v5.4/include/linux/
Dthermal.h106 int (*get_trip_temp) (struct thermal_zone_device *, int, int *); member
/Linux-v5.4/drivers/platform/x86/
Dacerhdf.c493 .get_trip_temp = acerhdf_get_trip_temp,
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c723 .get_trip_temp = iwl_mvm_tzone_get_trip_temp,
/Linux-v5.4/drivers/thermal/tegra/
Dsoctherm.c645 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/
Dexynos_tmu.c304 ret = tzd->ops->get_trip_temp(tzd, i, &temp); in exynos_tmu_initialize()

12