hx711_gain_to_scale 42 drivers/iio/adc/hx711.c static struct hx711_gain_to_scale hx711_gain_to_scale[HX711_GAIN_MAX] = { hx711_gain_to_scale 53 drivers/iio/adc/hx711.c if (hx711_gain_to_scale[i].gain == gain) hx711_gain_to_scale 54 drivers/iio/adc/hx711.c return hx711_gain_to_scale[i].gain_pulse; hx711_gain_to_scale 63 drivers/iio/adc/hx711.c if (hx711_gain_to_scale[i].gain == gain) hx711_gain_to_scale 64 drivers/iio/adc/hx711.c return hx711_gain_to_scale[i].scale; hx711_gain_to_scale 73 drivers/iio/adc/hx711.c if (hx711_gain_to_scale[i].scale == scale) hx711_gain_to_scale 74 drivers/iio/adc/hx711.c return hx711_gain_to_scale[i].gain; hx711_gain_to_scale 407 drivers/iio/adc/hx711.c if (hx711_gain_to_scale[i].channel == channel) hx711_gain_to_scale 409 drivers/iio/adc/hx711.c hx711_gain_to_scale[i].scale); hx711_gain_to_scale 541 drivers/iio/adc/hx711.c hx711_gain_to_scale[i].scale = hx711_gain_to_scale 542 drivers/iio/adc/hx711.c ret / hx711_gain_to_scale[i].gain / 1678;