Home
last modified time | relevance | path

Searched refs:delta_temp (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/acpi/
A Dacpi_lpat.c26 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-6.3-rc2/include/trace/events/
A Dthermal_power_allocator.h15 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-6.3-rc2/drivers/thermal/tegra/
A Dsoctherm-fuse.c114 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-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
A Dphy_lcn.c2317 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()
A Dphy_cmn.c2699 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()

Completed in 20 milliseconds