Lines Matching refs:steady_comp
134 unsigned long steady_comp; /* steady state compensation used when member
270 comp = (cal_data[ratio].steady_comp + in get_compensation()
271 cal_data[ratio + 1].steady_comp + in get_compensation()
272 cal_data[ratio + 2].steady_comp) / 3; in get_compensation()
277 comp = (cal_data[ratio].steady_comp + in get_compensation()
278 cal_data[ratio - 1].steady_comp + in get_compensation()
279 cal_data[ratio - 2].steady_comp) / 3; in get_compensation()
283 comp = (cal_data[ratio].steady_comp + in get_compensation()
284 cal_data[ratio - 1].steady_comp + in get_compensation()
285 cal_data[ratio + 1].steady_comp) / 3; in get_compensation()
316 if (d->steady_comp) in adjust_compensation()
317 d->steady_comp = in adjust_compensation()
318 roundup(delta+d->steady_comp, 2)/2; in adjust_compensation()
320 d->steady_comp = delta; in adjust_compensation()
684 cal_data[i].steady_comp, in powerclamp_debug_show()