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
189 ret = get_temp_target(priv, tjmax_type, &tjmax); in get_die_temp()
220 ret = get_temp_target(priv, tcontrol_type, &tcontrol); in get_dts()
253 ret = get_temp_target(priv, tjmax_type, &tjmax); in get_core_temp()
295 return get_temp_target(priv, tcontrol_type, val); in cputemp_read()
297 return get_temp_target(priv, tthrottle_type, val); in cputemp_read()
299 return get_temp_target(priv, tjmax_type, val); in cputemp_read()
305 return get_temp_target(priv, tcontrol_type, val); in cputemp_read()
307 return get_temp_target(priv, tjmax_type, val); in cputemp_read()
309 return get_temp_target(priv, crit_hyst_type, val); in cputemp_read()