Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hwmon/peci/
H A 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()
237 /* Note that the tcontrol should be available before calling it */ in get_dts()
239 (s32)tcontrol - priv->gen_info->thermal_margin_to_millidegree(thermal_margin); in get_dts()

Completed in 2 milliseconds