Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dthmc50.c29 static unsigned int adm1022_temp3_num; variable
30 module_param_array(adm1022_temp3, ushort, &adm1022_temp3_num, 0);
335 for (i = 0; i + 1 < adm1022_temp3_num; i += 2) in thmc50_detect()