steady_comp 137 drivers/thermal/intel/intel_powerclamp.c unsigned long steady_comp; /* steady state compensation used when steady_comp 273 drivers/thermal/intel/intel_powerclamp.c comp = (cal_data[ratio].steady_comp + steady_comp 274 drivers/thermal/intel/intel_powerclamp.c cal_data[ratio + 1].steady_comp + steady_comp 275 drivers/thermal/intel/intel_powerclamp.c cal_data[ratio + 2].steady_comp) / 3; steady_comp 280 drivers/thermal/intel/intel_powerclamp.c comp = (cal_data[ratio].steady_comp + steady_comp 281 drivers/thermal/intel/intel_powerclamp.c cal_data[ratio - 1].steady_comp + steady_comp 282 drivers/thermal/intel/intel_powerclamp.c cal_data[ratio - 2].steady_comp) / 3; steady_comp 286 drivers/thermal/intel/intel_powerclamp.c comp = (cal_data[ratio].steady_comp + steady_comp 287 drivers/thermal/intel/intel_powerclamp.c cal_data[ratio - 1].steady_comp + steady_comp 288 drivers/thermal/intel/intel_powerclamp.c cal_data[ratio + 1].steady_comp) / 3; steady_comp 319 drivers/thermal/intel/intel_powerclamp.c if (d->steady_comp) steady_comp 320 drivers/thermal/intel/intel_powerclamp.c d->steady_comp = steady_comp 321 drivers/thermal/intel/intel_powerclamp.c roundup(delta+d->steady_comp, 2)/2; steady_comp 323 drivers/thermal/intel/intel_powerclamp.c d->steady_comp = delta; steady_comp 689 drivers/thermal/intel/intel_powerclamp.c cal_data[i].steady_comp,