Home
last modified time | relevance | path

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

12

/linux-5.19.10/drivers/thermal/
Dgov_fair_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()
Dthermal_helpers.c96 ret = tz->ops->get_trip_temp(tz, count, in thermal_zone_get_temp()
144 tz->ops->get_trip_temp(tz, i, &trip_temp); in thermal_zone_set_trips()
Dgov_power_allocator.c133 ret = tz->ops->get_trip_temp(tz, trip_switch_on, &switch_on_temp); in estimate_pid_constants()
672 ret = tz->ops->get_trip_temp(tz, in power_allocator_bind()
722 ret = tz->ops->get_trip_temp(tz, params->trip_switch_on, in power_allocator_throttle()
734 ret = tz->ops->get_trip_temp(tz, params->trip_max_desired_temperature, in power_allocator_throttle()
Dgov_bang_bang.c21 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
Dgov_step_wise.c125 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
Dda9062-thermal.c176 .get_trip_temp = da9062_thermal_get_trip_temp,
Dthermal_core.c347 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_critical_trips()
370 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_thermal_trip()
1221 if (trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp)) in thermal_zone_device_register()
1271 tz->ops->get_trip_temp(tz, count, &trip_temp) || in thermal_zone_device_register()
Dthermal_sysfs.c156 if (!tz->ops->get_trip_temp) in trip_point_temp_show()
162 ret = tz->ops->get_trip_temp(tz, trip, &temperature); in trip_point_temp_show()
Drcar_thermal.c333 .get_trip_temp = rcar_thermal_get_trip_temp,
Dthermal_netlink.c478 tz->ops->get_trip_temp(tz, i, &temp); in thermal_genl_cmd_tz_get_trip()
Dimx_thermal.c427 .get_trip_temp = imx_get_trip_temp,
/linux-5.19.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c49 if (d->override_ops && d->override_ops->get_trip_temp) in int340x_thermal_get_trip_temp()
50 return d->override_ops->get_trip_temp(zone, trip, temp); in int340x_thermal_get_trip_temp()
156 .get_trip_temp = int340x_thermal_get_trip_temp,
Dprocessor_thermal_device_pci.c205 .get_trip_temp = sys_get_trip_temp,
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c59 .get_trip_temp = cxgb4_thermal_get_trip_temp,
/linux-5.19.10/drivers/thermal/broadcom/
Dbcm2835_thermal.c235 err = tz->ops->get_trip_temp(tz, 0, &trip_temp); in bcm2835_thermal_probe()
/linux-5.19.10/drivers/thermal/st/
Dst_thermal.c176 .get_trip_temp = st_thermal_get_trip_temp,
/linux-5.19.10/include/linux/
Dthermal.h71 int (*get_trip_temp) (struct thermal_zone_device *, int, int *); member
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c376 .get_trip_temp = mlxsw_thermal_get_trip_temp,
570 .get_trip_temp = mlxsw_thermal_module_trip_temp_get,
607 .get_trip_temp = mlxsw_thermal_module_trip_temp_get,
/linux-5.19.10/drivers/thermal/intel/
Dintel_quark_dts_thermal.c318 .get_trip_temp = sys_get_trip_temp,
Dx86_pkg_temp_thermal.c225 .get_trip_temp = sys_get_trip_temp,
Dintel_pch_thermal.c350 .get_trip_temp = pch_get_trip_temp,
Dintel_soc_dts_iosf.c248 .get_trip_temp = sys_get_trip_temp,
/linux-5.19.10/drivers/platform/x86/
Dacerhdf.c479 .get_trip_temp = acerhdf_get_trip_temp,
/linux-5.19.10/drivers/thermal/tegra/
Dtegra30-tsensor.c323 tzd->ops->get_trip_temp(tzd, i, &trip_temp); in tegra_tsensor_get_hw_channel_trips()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c723 .get_trip_temp = iwl_mvm_tzone_get_trip_temp,

12