Home
last modified time | relevance | path

Searched refs:rescale (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/iio/afe/
Diio-rescale.c20 struct rescale;
24 int (*props)(struct device *dev, struct rescale *rescale);
27 struct rescale { struct
40 struct rescale *rescale = iio_priv(indio_dev); in rescale_read_raw() argument
46 return iio_read_channel_raw(rescale->source, val); in rescale_read_raw()
49 ret = iio_read_channel_scale(rescale->source, val, val2); in rescale_read_raw()
52 *val *= rescale->numerator; in rescale_read_raw()
53 *val2 *= rescale->denominator; in rescale_read_raw()
56 *val *= rescale->numerator; in rescale_read_raw()
57 if (rescale->denominator == 1) in rescale_read_raw()
[all …]
DKconfig9 tristate "IIO rescale"
17 module will be called iio-rescale.
DMakefile6 obj-$(CONFIG_IIO_RESCALE) += iio-rescale.o
/Linux-v4.19/drivers/md/bcache/
Dstats.c138 if (++stats->rescale == rescale_at) { in scale_stats()
139 stats->rescale = 0; in scale_stats()
Dstats.h26 unsigned int rescale; member
Dalloc.c94 atomic_sub(sectors, &c->rescale); in bch_rescale_priorities()
97 r = atomic_read(&c->rescale); in bch_rescale_priorities()
101 } while (atomic_cmpxchg(&c->rescale, r, r + next) != r); in bch_rescale_priorities()
Drequest.c411 goto rescale; in check_should_bypass()
415 goto rescale; in check_should_bypass()
456 rescale: in check_should_bypass()
Dbcache.h603 atomic_t rescale; member
/Linux-v4.19/lib/zstd/
Dhuf_decompress.c565 int const rescale = (maxTableLog - tableLog) - 1; /* tableLog <= maxTableLog */ in HUF_readDTableX4_wksp() local
570 nextRankVal += rankStats[w] << (w + rescale); in HUF_readDTableX4_wksp()
/Linux-v4.19/
DMAINTAINERS7180 F: drivers/iio/afe/iio-rescale.c