Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dw83793.c109 #define TEMP_READ 0 macro
586 if (nr == TEMP_READ && index < 4) { /* Only TD1-TD4 have low bits */ in show_temp()
1066 NULL, TEMP_READ, index - 1), \
2089 data->temp[i][TEMP_READ] = in w83793_update_device()
2090 w83793_read_value(client, W83793_REG_TEMP[i][TEMP_READ]); in w83793_update_device()
Dw83795.c71 #define TEMP_READ 0 macro
654 data->temp[i][TEMP_READ] = in w83795_update_device()
655 w83795_read(client, W83795_REG_TEMP[i][TEMP_READ]); in w83795_update_device()
1339 if (nr == TEMP_READ) in show_temp()
1697 NULL, TEMP_READ, index - 1), \