Home
last modified time | relevance | path

Searched refs:SCT_STATUS_TEMP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Ddrivetemp.c140 #define SCT_STATUS_TEMP 200 macro
267 if (!temp_is_valid(buf[SCT_STATUS_TEMP])) in drivetemp_get_scttemp()
269 *val = temp_from_sct(buf[SCT_STATUS_TEMP]); in drivetemp_get_scttemp()
384 have_sct_temp = temp_is_valid(buf[SCT_STATUS_TEMP]); in drivetemp_identify_sata()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Ddrivetemp.c140 #define SCT_STATUS_TEMP 200 macro
266 if (!temp_is_valid(buf[SCT_STATUS_TEMP])) in drivetemp_get_scttemp()
268 *val = temp_from_sct(buf[SCT_STATUS_TEMP]); in drivetemp_get_scttemp()
383 have_sct_temp = temp_is_valid(buf[SCT_STATUS_TEMP]); in drivetemp_identify_sata()

Completed in 3 milliseconds