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()
316 * a scale greater than 1 mV per LSB is not possible in hx711_write_raw()
396 hx711_gain_to_scale[i].scale); in hx711_scale_available_show()
499 * full scale differential input range: AVDD / GAIN in hx711_probe()
500 * full scale output data: 2^24 in hx711_probe()
514 hx711_gain_to_scale[i].scale = in hx711_probe()