/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
|
/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:
|
/linux/drivers/iio/light/ |
H A D | opt3001.c | 83 const struct opt3001_scale (*scales)[12]; member 231 for (i = 0; i < ARRAY_SIZE(*opt->chip_info->scales); i++) { in opt3001_find_scale() 232 const struct opt3001_scale *scale = &(*opt->chip_info->scales)[i]; in opt3001_find_scale() 931 .scales = &opt3001_scales, 942 .scales = &opt3002_scales,
|
/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
|
/linux/drivers/iio/adc/ |
H A D | ad9467.c | 167 unsigned int (*scales)[2]; member 869 *vals = (const int *)st->scales; in ad9467_read_avail() 919 st->scales = devm_kmalloc_array(&st->spi->dev, info->num_scales, in ad9467_scale_fill() 920 sizeof(*st->scales), GFP_KERNEL); in ad9467_scale_fill() 921 if (!st->scales) in ad9467_scale_fill() 926 st->scales[i][0] = val1; in ad9467_scale_fill() 927 st->scales[i][1] = val2; in ad9467_scale_fill()
|
/linux/Documentation/devicetree/bindings/cpufreq/ |
H A D | nvidia,tegra124-cpufreq.txt | 14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
|
/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()
|
/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
|
/linux/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600.h | 185 const int *scales; member
|
/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
|
/linux/Documentation/admin-guide/media/ |
H A D | rkisp1.rst | 183 of `(300,400)/1400x100` from the received frame and then scales this window
|
/linux/Documentation/locking/ |
H A D | robust-futexes.rst | 164 approach scales nicely.)
|
/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()
|
/linux/Documentation/admin-guide/thermal/ |
H A D | intel_powerclamp.rst | 148 To make sure the intel_powerclamp driver scales well, online
|
/linux/tools/memory-model/Documentation/ |
H A D | simple.txt | 104 As the number of buckets increases, data locking scales naturally.
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | vdo.rst | 329 The deduplication index requires additional memory which scales with the
|
/linux/Documentation/power/ |
H A D | energy-model.rst | 136 the same scale. If there are different scales, these subsystems might decide
|
/linux/Documentation/networking/ |
H A D | tcp_ao.rst | 250 responsible for the policy decisions. Besides, it's flexible and scales well
|
H A D | scaling.rst | 243 RPS scales kernel receive processing across CPUs without introducing
|
/linux/Documentation/virt/kvm/x86/ |
H A D | timekeeping.rst | 426 Whether the TSC runs at a constant rate or scales with the P-state is model
|
/linux/Documentation/admin-guide/pm/ |
H A D | cpufreq.rst | 649 CPU performance on time scales below software resolution (e.g. below the
|