Searched refs:TEMP_READ (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83793.c | 96 #define TEMP_READ 0 macro 571 if (nr == TEMP_READ && index < 4) { /* Only TD1-TD4 have low bits */ in show_temp() 1051 NULL, TEMP_READ, index - 1), \ 2057 data->temp[i][TEMP_READ] = in w83793_update_device() 2058 w83793_read_value(client, W83793_REG_TEMP[i][TEMP_READ]); in w83793_update_device()
|
H A D | w83795.c | 58 #define TEMP_READ 0 macro 641 data->temp[i][TEMP_READ] = in w83795_update_device() 642 w83795_read(client, W83795_REG_TEMP[i][TEMP_READ]); in w83795_update_device() 1326 if (nr == TEMP_READ) in show_temp() 1684 NULL, TEMP_READ, index - 1), \
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83793.c | 96 #define TEMP_READ 0 macro 571 if (nr == TEMP_READ && index < 4) { /* Only TD1-TD4 have low bits */ in show_temp() 1051 NULL, TEMP_READ, index - 1), \ 2055 data->temp[i][TEMP_READ] = in w83793_update_device() 2056 w83793_read_value(client, W83793_REG_TEMP[i][TEMP_READ]); in w83793_update_device()
|
H A D | w83795.c | 58 #define TEMP_READ 0 macro 641 data->temp[i][TEMP_READ] = in w83795_update_device() 642 w83795_read(client, W83795_REG_TEMP[i][TEMP_READ]); in w83795_update_device() 1326 if (nr == TEMP_READ) in show_temp() 1684 NULL, TEMP_READ, index - 1), \
|
Completed in 13 milliseconds