Home
last modified time | relevance | path

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

/linux/drivers/hwmon/peci/
H A Dcputemp.c115 static int get_temp_target(struct peci_cputemp *priv, enum peci_temp_target_type type, long *val) in get_temp_target() function
197 ret = get_temp_target(priv, tjmax_type, &tjmax); in get_die_temp()
233 ret = get_temp_target(priv, tcontrol_type, &tcontrol); in get_dts()
271 ret = get_temp_target(priv, tjmax_type, &tjmax); in get_core_temp()
315 return get_temp_target(priv, tcontrol_type, val); in cputemp_read()
317 return get_temp_target(priv, tthrottle_type, val); in cputemp_read()
319 return get_temp_target(priv, tjmax_type, val); in cputemp_read()
325 return get_temp_target(priv, tcontrol_type, val); in cputemp_read()
327 return get_temp_target(priv, tjmax_type, val); in cputemp_read()
329 return get_temp_target(priv, crit_hyst_type, val); in cputemp_read()