Searched refs:temp_c (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | ntc_thermistor.c | 44 int temp_c; member 67 { .temp_c = -40, .ohm = 1747920 }, 68 { .temp_c = -35, .ohm = 1245428 }, 69 { .temp_c = -30, .ohm = 898485 }, 70 { .temp_c = -25, .ohm = 655802 }, 71 { .temp_c = -20, .ohm = 483954 }, 72 { .temp_c = -15, .ohm = 360850 }, 73 { .temp_c = -10, .ohm = 271697 }, 74 { .temp_c = -5, .ohm = 206463 }, 75 { .temp_c = 0, .ohm = 158214 }, [all …]
|
/linux-4.4.14/drivers/nvme/host/ |
D | scsi.c | 820 u8 temp_c; in nvme_trans_log_info_exceptions() local 832 temp_c = LOG_TEMP_UNKNOWN; in nvme_trans_log_info_exceptions() 836 temp_c = temp_k - KELVIN_TEMP_FACTOR; in nvme_trans_log_info_exceptions() 849 log_response[10] = temp_c; in nvme_trans_log_info_exceptions()
|