Lines Matching defs:get_temp_target
115 static int get_temp_target(struct peci_cputemp *priv, enum peci_temp_target_type type, long *val)
197 ret = get_temp_target(priv, tjmax_type, &tjmax);
233 ret = get_temp_target(priv, tcontrol_type, &tcontrol);
271 ret = get_temp_target(priv, tjmax_type, &tjmax);
315 return get_temp_target(priv, tcontrol_type, val);
317 return get_temp_target(priv, tthrottle_type, val);
319 return get_temp_target(priv, tjmax_type, val);
325 return get_temp_target(priv, tcontrol_type, val);
327 return get_temp_target(priv, tjmax_type, val);
329 return get_temp_target(priv, crit_hyst_type, val);