Searched refs:delta_temp (Results 1 – 5 of 5) 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/thermal/tegra/ |
H A D | soctherm-fuse.c | 114 s32 delta_sens, delta_temp; in tegra_calc_tsensor_calib() local 132 delta_temp = shared->actual_temp_ft - shared->actual_temp_cp; in tegra_calc_tsensor_calib() 137 temp = (s64)delta_temp * (1LL << 13) * mult; in tegra_calc_tsensor_calib()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 2317 s8 index, delta_brd, delta_temp, new_index, tempcorrx; in wlc_lcnphy_tempcompensated_txpwrctrl() local 2346 delta_temp = (s8) wlc_lcnphy_qdiv_roundup((u32) (temp_diff * 192), in wlc_lcnphy_tempcompensated_txpwrctrl() 2351 delta_temp = -delta_temp; in wlc_lcnphy_tempcompensated_txpwrctrl() 2355 delta_temp = 0; in wlc_lcnphy_tempcompensated_txpwrctrl() 2363 index + delta_brd + delta_temp - pi_lcn->lcnphy_bandedge_corr; in wlc_lcnphy_tempcompensated_txpwrctrl()
|
H A D | phy_cmn.c | 2699 s16 delta_temp = 0; in wlc_phy_cal_perical() local 2745 delta_temp = in wlc_phy_cal_perical() 2750 if ((delta_temp < (s16) pi->phycal_tempdelta) && in wlc_phy_cal_perical()
|