Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dlm77.c43 t_num_temp enumerator
46 static const u8 temp_regs[t_num_temp] = {
60 int temp[t_num_temp]; /* index using temp_index */
113 for (i = 0; i < t_num_temp; i++) { in lm77_update_device()
Djc42.c207 t_num_temp enumerator
210 static const u8 temp_regs[t_num_temp] = {
226 u16 temp[t_num_temp];/* Temperatures */
261 for (i = 0; i < t_num_temp; i++) { in jc42_update_device()
Dlm80.c88 t_num_temp enumerator
91 static const u8 temp_regs[t_num_temp] = {
126 s16 temp[t_num_temp]; /* Register values, normalized to 16 bit */
217 for (i = t_input + 1; i < t_num_temp; i++) { in lm80_update_device()