Lines Matching full:scale
205 * need the offset (default 0) and scale (default 1) to be applied
206 * as (raw + offset) * scale.
217 * need the offset (default 0) and scale (default 1) to be applied
218 * as (raw + offset) * scale.
235 * the function will query the raw value and the channels scale and offset and
241 * iio_read_channel_processed_scale() - read and scale a processed value
244 * @scale: Scale factor to apply during the conversion
249 * like @iio_read_channel_processed() but also scale with an additional
250 * scale factor while attempting to minimize any precision loss.
253 unsigned int scale);
287 * in standard units, the affect of the scale and offset must be removed
288 * as (value / scale) - offset.
299 * need the offset (default 0) and scale (default 1) to be applied
300 * as (raw + offset) * scale.
311 * need the offset (default 0) and scale (default 1) to be applied
312 * as (raw + offset) * scale.
328 * channels need the offset (default 0) and scale (default 1) to be applied
329 * as (raw + offset) * scale.
372 * iio_read_channel_scale() - read the scale value for a channel
389 * @scale: Scale factor to apply during the conversion
399 * The scale factor allows to increase the precession of the returned value. For
400 * a scale factor of 1 the function will return the result in the normal IIO
402 * nanovolts instead pass 1000000 as the scale factor.
405 int *processed, unsigned int scale);