Searched refs:reg2temp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | adt7475.c | 247 static inline int reg2temp(struct adt7475_data *data, u16 reg) in reg2temp() function 407 out = reg2temp(data, data->temp[THERM][sattr->index]) - in temp_show() 437 out = reg2temp(data, data->temp[sattr->nr][sattr->index]); in temp_show() 484 temp = reg2temp(data, data->temp[THERM][sattr->index]); in temp_store() 644 val = reg2temp(data, data->temp[AUTOMIN][sattr->index]); in point2_show() 675 temp = reg2temp(data, data->temp[AUTOMIN][sattr->index]); in point2_store()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | adt7475.c | 248 static inline int reg2temp(struct adt7475_data *data, u16 reg) in reg2temp() function 408 out = reg2temp(data, data->temp[THERM][sattr->index]) - in temp_show() 438 out = reg2temp(data, data->temp[sattr->nr][sattr->index]); in temp_show() 485 temp = reg2temp(data, data->temp[THERM][sattr->index]); in temp_store() 645 val = reg2temp(data, data->temp[AUTOMIN][sattr->index]); in point2_show() 676 temp = reg2temp(data, data->temp[AUTOMIN][sattr->index]); in point2_store()
|
Completed in 6 milliseconds