Lines Matching refs:steady_comp
271 unsigned long steady_comp; /* steady state compensation used when member
382 comp = (cal_data[ratio].steady_comp + in get_compensation()
383 cal_data[ratio + 1].steady_comp + in get_compensation()
384 cal_data[ratio + 2].steady_comp) / 3; in get_compensation()
389 comp = (cal_data[ratio].steady_comp + in get_compensation()
390 cal_data[ratio - 1].steady_comp + in get_compensation()
391 cal_data[ratio - 2].steady_comp) / 3; in get_compensation()
395 comp = (cal_data[ratio].steady_comp + in get_compensation()
396 cal_data[ratio - 1].steady_comp + in get_compensation()
397 cal_data[ratio + 1].steady_comp) / 3; in get_compensation()
421 if (d->steady_comp) in adjust_compensation()
422 d->steady_comp = in adjust_compensation()
423 roundup(delta+d->steady_comp, 2)/2; in adjust_compensation()
425 d->steady_comp = delta; in adjust_compensation()
745 cal_data[i].steady_comp, in powerclamp_debug_show()