Lines Matching full:scale
24 /* gain to pulse and scale conversion */
31 int scale; member
36 * .scale depends on AVDD which in turn is known as soon as the regulator
38 * therefore we set .scale in hx711_probe()
65 return hx711_gain_to_scale[i].scale; in hx711_get_gain_to_scale()
69 static int hx711_get_scale_to_gain(int scale) in hx711_get_scale_to_gain() argument
74 if (hx711_gain_to_scale[i].scale == scale) in hx711_get_scale_to_gain()
313 * a scale greater than 1 mV per LSB is not possible in hx711_write_raw()
393 hx711_gain_to_scale[i].scale); in hx711_scale_available_show()
496 * full scale differential input range: AVDD / GAIN in hx711_probe()
497 * full scale output data: 2^24 in hx711_probe()
511 hx711_gain_to_scale[i].scale = in hx711_probe()