Lines Matching refs:steady_comp
272 unsigned long steady_comp; /* steady state compensation used when member
411 comp = (cal_data[ratio].steady_comp + in get_compensation()
412 cal_data[ratio + 1].steady_comp + in get_compensation()
413 cal_data[ratio + 2].steady_comp) / 3; in get_compensation()
418 comp = (cal_data[ratio].steady_comp + in get_compensation()
419 cal_data[ratio - 1].steady_comp + in get_compensation()
420 cal_data[ratio - 2].steady_comp) / 3; in get_compensation()
424 comp = (cal_data[ratio].steady_comp + in get_compensation()
425 cal_data[ratio - 1].steady_comp + in get_compensation()
426 cal_data[ratio + 1].steady_comp) / 3; in get_compensation()
450 if (d->steady_comp) in adjust_compensation()
451 d->steady_comp = in adjust_compensation()
452 roundup(delta+d->steady_comp, 2)/2; in adjust_compensation()
454 d->steady_comp = delta; in adjust_compensation()
777 cal_data[i].steady_comp, in powerclamp_debug_show()