Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/thermal/
Dfair_share.c40 if (tz->trips == 0 || !tz->ops->get_trip_temp) in get_trip_level()
44 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.c31 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
Dstep_wise.c141 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
Dda9062-thermal.c195 .get_trip_temp = da9062_thermal_get_trip_temp,
Dintel_quark_dts_thermal.c340 .get_trip_temp = sys_get_trip_temp,
Dintel_pch_thermal.c276 .get_trip_temp = pch_get_trip_temp,
Dthermal_core.c377 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_critical_trips()
1199 if (trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp)) in thermal_zone_device_register()
1240 if (tz->ops->get_trip_temp(tz, count, &trip_temp)) in thermal_zone_device_register()
Dx86_pkg_temp_thermal.c248 .get_trip_temp = sys_get_trip_temp,
Dintel_soc_dts_iosf.c252 .get_trip_temp = sys_get_trip_temp,
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()
Ddb8500_thermal.c221 .get_trip_temp = db8500_sys_get_trip_temp,
Drcar_thermal.c346 .get_trip_temp = rcar_thermal_get_trip_temp,
Dof-thermal.c374 .get_trip_temp = of_thermal_get_trip_temp,
Dimx_thermal.c480 .get_trip_temp = imx_get_trip_temp,
/Linux-v4.19/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c57 if (d->override_ops && d->override_ops->get_trip_temp) in int340x_thermal_get_trip_temp()
58 return d->override_ops->get_trip_temp(zone, trip, temp); in int340x_thermal_get_trip_temp()
159 .get_trip_temp = int340x_thermal_get_trip_temp,
/Linux-v4.19/drivers/thermal/broadcom/
Dbcm2835_thermal.c246 err = tz->ops->get_trip_temp(tz, 0, &trip_temp); in bcm2835_thermal_probe()
/Linux-v4.19/drivers/thermal/st/
Dst_thermal.c181 .get_trip_temp = st_thermal_get_trip_temp,
/Linux-v4.19/include/linux/
Dthermal.h106 int (*get_trip_temp) (struct thermal_zone_device *, int, int *); member
/Linux-v4.19/drivers/platform/x86/
Dacerhdf.c494 .get_trip_temp = acerhdf_get_trip_temp,
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c244 .get_trip_temp = mlxsw_thermal_get_trip_temp,
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c731 .get_trip_temp = iwl_mvm_tzone_get_trip_temp,
/Linux-v4.19/drivers/thermal/samsung/
Dexynos_tmu.c318 ret = tzd->ops->get_trip_temp(tzd, i, &temp); in exynos_tmu_initialize()
/Linux-v4.19/drivers/acpi/
Dthermal.c879 .get_trip_temp = thermal_get_trip_temp,

12