Searched refs:delta_temp (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/acpi/ |
| H A D | acpi_lpat.c | 26 int i, delta_temp, delta_raw, temp; in acpi_lpat_raw_to_temp() local 38 delta_temp = lpat[i+1].temp - lpat[i].temp; in acpi_lpat_raw_to_temp() 40 temp = lpat[i].temp + (raw - lpat[i].raw) * delta_temp / delta_raw; in acpi_lpat_raw_to_temp() 60 int i, delta_temp, delta_raw, raw; in acpi_lpat_temp_to_raw() local 71 delta_temp = lpat[i+1].temp - lpat[i].temp; in acpi_lpat_temp_to_raw() 73 raw = lpat[i].raw + (temp - lpat[i].temp) * delta_raw / delta_temp; in acpi_lpat_temp_to_raw()
|
| /linux/drivers/thermal/ |
| H A D | thermal_trace_ipa.h | 15 u32 max_allocatable_power, int current_temp, s32 delta_temp), 17 power_range, max_allocatable_power, current_temp, delta_temp), 26 __field(s32, delta_temp ) 36 __entry->delta_temp = delta_temp; 43 __entry->delta_temp)
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 2341 s16 delta_temp = 0; in wlc_phy_cal_perical() local 2387 delta_temp = in wlc_phy_cal_perical() 2392 if ((delta_temp < (s16) pi->phycal_tempdelta) && in wlc_phy_cal_perical()
|