Lines Matching refs:steady_comp
152 unsigned long steady_comp; /* steady state compensation used when member
288 comp = (cal_data[ratio].steady_comp + in get_compensation()
289 cal_data[ratio + 1].steady_comp + in get_compensation()
290 cal_data[ratio + 2].steady_comp) / 3; in get_compensation()
295 comp = (cal_data[ratio].steady_comp + in get_compensation()
296 cal_data[ratio - 1].steady_comp + in get_compensation()
297 cal_data[ratio - 2].steady_comp) / 3; in get_compensation()
301 comp = (cal_data[ratio].steady_comp + in get_compensation()
302 cal_data[ratio - 1].steady_comp + in get_compensation()
303 cal_data[ratio + 1].steady_comp) / 3; in get_compensation()
334 if (d->steady_comp) in adjust_compensation()
335 d->steady_comp = in adjust_compensation()
336 roundup(delta+d->steady_comp, 2)/2; in adjust_compensation()
338 d->steady_comp = delta; in adjust_compensation()
704 cal_data[i].steady_comp, in powerclamp_debug_show()