Home
last modified time | relevance | path

Searched refs:tcontrol (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/hwmon/peci/
Dcputemp.c42 s32 tcontrol; member
105 priv->temp.target.tcontrol = priv->temp.target.tjmax - tcontrol_margin; in update_temp_target()
127 *val = priv->temp.target.tcontrol; in get_temp_target()
136 *val = priv->temp.target.tjmax - priv->temp.target.tcontrol; in get_temp_target()
216 long tcontrol; in get_dts() local
233 ret = get_temp_target(priv, tcontrol_type, &tcontrol); in get_dts()
239 (s32)tcontrol - priv->gen_info->thermal_margin_to_millidegree(thermal_margin); in get_dts()