Home
last modified time | relevance | path

Searched refs:scales (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst11 sensor scales: horizontal and vertical scales, configured by the sensor driver
12 host scales: -"- host driver
13 combined scales: sensor_scale * host_scale
72 1. Calculate current sensor scales:
77 current sensor scales onto input window - this is user S_CROP:
81 3. Calculate new combined scales from "effective" input window to requested user
86 4. Calculate sensor output window by applying combined scales to real input
97 7. Calculate new sensor scales:
101 8. Calculate new CEU crop - apply sensor scales to previously calculated
/openbmc/linux/drivers/iio/adc/
H A Dad9467.c121 unsigned int (*scales)[2]; member
377 *vals = (const int *)st->scales; in ad9467_read_avail()
431 st->scales = devm_kmalloc_array(&st->spi->dev, info->num_scales, in ad9467_scale_fill()
432 sizeof(*st->scales), GFP_KERNEL); in ad9467_scale_fill()
433 if (!st->scales) in ad9467_scale_fill()
438 st->scales[i][0] = val1; in ad9467_scale_fill()
439 st->scales[i][1] = val2; in ad9467_scale_fill()
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-stat-properties.rst61 Possible scales for this metric are:
80 Possible scales for this metric are:
111 Possible scales for this metric are:
139 Possible scales for this metric are:
168 Possible scales for this metric are:
196 Possible scales for this metric are:
217 Possible scales for this metric are:
239 Possible scales for this metric are:
/openbmc/qemu/tests/qapi-schema/
H A Dunion-invalid-union-subfield.json11 'data': { 'scales': 'int', 'teeth': 'int' } }
/openbmc/linux/Documentation/filesystems/
H A Dubifs.rst70 UBIFS scales logarithmically (most of the data structures it uses are
74 UBI, which scales linearly. So overall UBI/UBIFS stack scales linearly.
75 Nevertheless, UBI/UBIFS scales considerably better than JFFS2.
H A Dinotify.rst69 scales to 1000s of directories, juggling 1000s of fd's just does not seem
/openbmc/openbmc/poky/meta/recipes-support/liburcu/
H A Dliburcu_0.14.0.bb3 synchronization library provides read-side access which scales linearly \
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-pytest_8.1.1.bb3 DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scales to support compl…
/openbmc/linux/Documentation/devicetree/bindings/cpufreq/
H A Dnvidia,tegra124-cpufreq.txt14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
/openbmc/linux/Documentation/devicetree/bindings/iio/accel/
H A Dmemsensing,msa311.yaml15 scales range of +-2g/+-4g/+-8g/+-16g and allows acceleration measurements
/openbmc/linux/drivers/iio/
H A Dindustrialio-gts-helper.c168 static int gain_to_scaletables(struct iio_gts *gts, int **gains, int **scales) in gain_to_scaletables() argument
185 &scales[i][2 * j], in gain_to_scaletables()
186 &scales[i][2 * j + 1]); in gain_to_scaletables()
/openbmc/linux/Documentation/driver-api/md/
H A Draid5-ppl.rst30 reduced by up to 30%-40% but it scales with the number of drives in the array
/openbmc/ipmitool/contrib/
H A DREADME89 Note, RRDtool sometimes scales the graphs such that the sensor thresholds
/openbmc/linux/kernel/rcu/
H A DKconfig16 thousands of CPUs. It also scales down nicely to
27 is also required. It also scales down nicely to
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dlibv4l-introduction.rst158 This function takes a value of 0 - 65535, and then scales that range to the
/openbmc/linux/Documentation/admin-guide/media/
H A Drkisp1.rst176 of `(300,400)/1400x100` from the received frame and then scales this window
/openbmc/linux/Documentation/power/
H A Denergy-model.rst111 the same scale. If there are different scales, these subsystems might decide
/openbmc/linux/Documentation/locking/
H A Drobust-futexes.rst164 approach scales nicely.)
/openbmc/linux/drivers/hwmon/
H A Dnct6775-core.c1002 static inline long in_from_reg(u8 reg, u8 nr, const u16 *scales) in in_from_reg() argument
1004 return DIV_ROUND_CLOSEST(reg * scales[nr], 100); in in_from_reg()
1007 static inline u8 in_to_reg(u32 val, u8 nr, const u16 *scales) in in_to_reg() argument
1009 return clamp_val(DIV_ROUND_CLOSEST(val * 100, scales[nr]), 0, 255); in in_to_reg()
/openbmc/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst148 To make sure the intel_powerclamp driver scales well, online
/openbmc/linux/tools/memory-model/Documentation/
H A Dsimple.txt104 As the number of buckets increases, data locking scales naturally.
/openbmc/docs/architecture/
H A Dsensor-architecture.md418 hwmon sysfs scales the value by 1000, so the sensor value read over DBus is
/openbmc/linux/drivers/clk/qcom/
H A DKconfig77 the clocks on/off or scales them on demand.
90 the clocks on/off or scales them on demand.
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dupgrading-recipes.rst341 Manually updating multiple recipes scales poorly and involves many
/openbmc/linux/Documentation/networking/
H A Dscaling.rst186 RPS scales kernel receive processing across CPUs without introducing

12