Lines Matching full:scale
211 * scale will need to be applied if standard units required.
222 * scale will need to be applied if standard units required.
239 * the function will query the raw value and the channels scale and offset and
245 * iio_read_channel_processed_scale() - read and scale a processed value
248 * @scale: Scale factor to apply during the conversion
253 * like @iio_read_channel_processed() but also scale with an additional
254 * scale factor while attempting to minimize any precision loss.
257 unsigned int scale);
291 * scale will need to be applied if standard units required.
302 * scale will need to be applied if standard units are required.
318 * hence scale will need to be applied if standard units are required.
361 * iio_read_channel_scale() - read the scale value for a channel
378 * @scale: Scale factor to apply during the conversion
388 * The scale factor allows to increase the precession of the returned value. For
389 * a scale factor of 1 the function will return the result in the normal IIO
391 * nanovolts instead pass 1000000 as the scale factor.
394 int *processed, unsigned int scale);