Searched refs:BUILD_SHOW_FUNC_INT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | therm_adt746x.c | 320 #define BUILD_SHOW_FUNC_INT(name, data) \ macro 375 BUILD_SHOW_FUNC_INT(sensor1_temperature, (read_reg(th, TEMP_REG[1]))) 376 BUILD_SHOW_FUNC_INT(sensor2_temperature, (read_reg(th, TEMP_REG[2]))) 377 BUILD_SHOW_FUNC_INT(sensor1_limit, th->limits[1]) 378 BUILD_SHOW_FUNC_INT(sensor2_limit, th->limits[2])
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | therm_adt746x.c | 321 #define BUILD_SHOW_FUNC_INT(name, data) \ macro 376 BUILD_SHOW_FUNC_INT(sensor1_temperature, (read_reg(th, TEMP_REG[1]))) 377 BUILD_SHOW_FUNC_INT(sensor2_temperature, (read_reg(th, TEMP_REG[2]))) 378 BUILD_SHOW_FUNC_INT(sensor1_limit, th->limits[1]) 379 BUILD_SHOW_FUNC_INT(sensor2_limit, th->limits[2])
|
Completed in 2 milliseconds