Searched refs:delta_temp (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/acpi/ |
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-5.19.10/include/trace/events/ |
D | thermal_power_allocator.h | 15 int current_temp, s32 delta_temp), 18 max_allocatable_power, current_temp, delta_temp), 29 __field(s32, delta_temp ) 43 __entry->delta_temp = delta_temp; 55 __entry->delta_temp)
|
/linux-5.19.10/drivers/thermal/tegra/ |
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-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
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()
|
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()
|