/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | sh_mobile_ceu_camera.rst | 11 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 D | ad9467.c | 121 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 D | frontend-stat-properties.rst | 61 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 D | union-invalid-union-subfield.json | 11 'data': { 'scales': 'int', 'teeth': 'int' } }
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ubifs.rst | 70 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 D | inotify.rst | 69 scales to 1000s of directories, juggling 1000s of fd's just does not seem
|
/openbmc/openbmc/poky/meta/recipes-support/liburcu/ |
H A D | liburcu_0.14.0.bb | 3 synchronization library provides read-side access which scales linearly \
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pytest_8.1.1.bb | 3 DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scales to support compl…
|
/openbmc/linux/Documentation/devicetree/bindings/cpufreq/ |
H A D | nvidia,tegra124-cpufreq.txt | 14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
|
/openbmc/linux/Documentation/devicetree/bindings/iio/accel/ |
H A D | memsensing,msa311.yaml | 15 scales range of +-2g/+-4g/+-8g/+-16g and allows acceleration measurements
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-gts-helper.c | 168 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 D | raid5-ppl.rst | 30 reduced by up to 30%-40% but it scales with the number of drives in the array
|
/openbmc/ipmitool/contrib/ |
H A D | README | 89 Note, RRDtool sometimes scales the graphs such that the sensor thresholds
|
/openbmc/linux/kernel/rcu/ |
H A D | Kconfig | 16 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 D | libv4l-introduction.rst | 158 This function takes a value of 0 - 65535, and then scales that range to the
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | rkisp1.rst | 176 of `(300,400)/1400x100` from the received frame and then scales this window
|
/openbmc/linux/Documentation/power/ |
H A D | energy-model.rst | 111 the same scale. If there are different scales, these subsystems might decide
|
/openbmc/linux/Documentation/locking/ |
H A D | robust-futexes.rst | 164 approach scales nicely.)
|
/openbmc/linux/drivers/hwmon/ |
H A D | nct6775-core.c | 1002 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 D | intel_powerclamp.rst | 148 To make sure the intel_powerclamp driver scales well, online
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | simple.txt | 104 As the number of buckets increases, data locking scales naturally.
|
/openbmc/docs/architecture/ |
H A D | sensor-architecture.md | 418 hwmon sysfs scales the value by 1000, so the sensor value read over DBus is
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | Kconfig | 77 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 D | upgrading-recipes.rst | 341 Manually updating multiple recipes scales poorly and involves many
|
/openbmc/linux/Documentation/networking/ |
H A D | scaling.rst | 186 RPS scales kernel receive processing across CPUs without introducing
|