Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dlm77.c52 t_num_temp enumerator
55 static const u8 temp_regs[t_num_temp] = {
69 int temp[t_num_temp]; /* index using temp_index */
122 for (i = 0; i < t_num_temp; i++) { in lm77_update_device()
Djc42.c182 t_num_temp enumerator
185 static const u8 temp_regs[t_num_temp] = {
201 u16 temp[t_num_temp];/* Temperatures */
236 for (i = 0; i < t_num_temp; i++) { in jc42_update_device()
Dlm80.c101 t_num_temp enumerator
104 static const u8 temp_regs[t_num_temp] = {
139 s16 temp[t_num_temp]; /* Register values, normalized to 16 bit */
230 for (i = t_input + 1; i < t_num_temp; i++) { in lm80_update_device()