Searched refs:delta_temp (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | thermal_power_allocator.h | 14 int current_temp, s32 delta_temp), 17 max_allocatable_power, current_temp, delta_temp), 28 __field(s32, delta_temp ) 42 __entry->delta_temp = delta_temp; 54 __entry->delta_temp)
|
/linux-4.4.14/drivers/acpi/ |
D | acpi_lpat.c | 34 int i, delta_temp, delta_raw, temp; in acpi_lpat_raw_to_temp() local 46 delta_temp = lpat[i+1].temp - lpat[i].temp; in acpi_lpat_raw_to_temp() 48 temp = lpat[i].temp + (raw - lpat[i].raw) * delta_temp / delta_raw; in acpi_lpat_raw_to_temp() 68 int i, delta_temp, delta_raw, raw; in acpi_lpat_temp_to_raw() local 79 delta_temp = lpat[i+1].temp - lpat[i].temp; in acpi_lpat_temp_to_raw() 81 raw = lpat[i].raw + (temp - lpat[i].temp) * delta_raw / delta_temp; in acpi_lpat_temp_to_raw()
|
/linux-4.4.14/drivers/thermal/ |
D | tegra_soctherm.c | 222 s32 actual_tsensor_ft, actual_tsensor_cp, delta_sens, delta_temp, in calculate_tsensor_calibration() local 238 delta_temp = shared->actual_temp_ft - shared->actual_temp_cp; in calculate_tsensor_calibration() 243 therma = div64_s64_precise((s64) delta_temp * (1LL << 13) * mult, in calculate_tsensor_calibration()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 2388 s8 index, delta_brd, delta_temp, new_index, tempcorrx; in wlc_lcnphy_tempcompensated_txpwrctrl() local 2417 delta_temp = (s8) wlc_lcnphy_qdiv_roundup((u32) (temp_diff * 192), in wlc_lcnphy_tempcompensated_txpwrctrl() 2422 delta_temp = -delta_temp; in wlc_lcnphy_tempcompensated_txpwrctrl() 2426 delta_temp = 0; in wlc_lcnphy_tempcompensated_txpwrctrl() 2434 index + delta_brd + delta_temp - pi_lcn->lcnphy_bandedge_corr; in wlc_lcnphy_tempcompensated_txpwrctrl()
|
D | phy_cmn.c | 2712 s16 delta_temp = 0; in wlc_phy_cal_perical() local 2758 delta_temp = in wlc_phy_cal_perical() 2763 if ((delta_temp < (s16) pi->phycal_tempdelta) && in wlc_phy_cal_perical()
|