Home
last modified time | relevance | path

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

12

/linux-6.15/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
/linux-6.15/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:
/linux-6.15/drivers/iio/
H A Dindustrialio-gts-helper.c185 int **scales = gts->per_time_avail_scale_tables; in do_combined_scaletable() local
203 memcpy(all_scales, scales[t_idx], all_scales_tbl_bytes); in do_combined_scaletable()
208 int *candidate = &scales[t_idx][i * 2]; in do_combined_scaletable()
277 static int fill_and_sort_scaletables(struct iio_gts *gts, int **gains, int **scales) in fill_and_sort_scaletables() argument
292 &scales[i][2 * j], in fill_and_sort_scaletables()
293 &scales[i][2 * j + 1]); in fill_and_sort_scaletables()
313 static int compute_per_time_tables(struct iio_gts *gts, int **scales) in compute_per_time_tables() argument
330 ret = fill_and_sort_scaletables(gts, per_time_gains, scales); in compute_per_time_tables()
/linux-6.15/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_gyro.c255 *val = gyro_st->scales[2 * idx]; in inv_icm42600_gyro_read_scale()
256 *val2 = gyro_st->scales[2 * idx + 1]; in inv_icm42600_gyro_read_scale()
271 if (val == gyro_st->scales[idx] && in inv_icm42600_gyro_write_scale()
272 val2 == gyro_st->scales[idx + 1]) in inv_icm42600_gyro_write_scale()
626 *vals = gyro_st->scales; in inv_icm42600_gyro_read_avail()
762 gyro_st->scales = inv_icm42686_gyro_scale; in inv_icm42600_gyro_init()
766 gyro_st->scales = inv_icm42600_gyro_scale; in inv_icm42600_gyro_init()
H A Dinv_icm42600_accel.c339 *val = accel_st->scales[2 * idx]; in inv_icm42600_accel_read_scale()
340 *val2 = accel_st->scales[2 * idx + 1]; in inv_icm42600_accel_read_scale()
355 if (val == accel_st->scales[idx] && in inv_icm42600_accel_write_scale()
356 val2 == accel_st->scales[idx + 1]) in inv_icm42600_accel_write_scale()
720 *vals = accel_st->scales; in inv_icm42600_accel_read_avail()
856 accel_st->scales = inv_icm42686_accel_scale; in inv_icm42600_accel_init()
860 accel_st->scales = inv_icm42600_accel_scale; in inv_icm42600_accel_init()
H A Dinv_icm42600.h185 const int *scales; member
/linux-6.15/drivers/iio/light/
H A Dopt3001.c83 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()
932 .scales = &opt3001_scales,
943 .scales = &opt3002_scales,
/linux-6.15/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
/linux-6.15/drivers/iio/adc/
H A Dad9467.c167 unsigned int (*scales)[2]; member
878 *vals = (const int *)st->scales; in ad9467_read_avail()
928 st->scales = devm_kmalloc_array(&st->spi->dev, info->num_scales, in ad9467_scale_fill()
929 sizeof(*st->scales), GFP_KERNEL); in ad9467_scale_fill()
930 if (!st->scales) in ad9467_scale_fill()
935 st->scales[i][0] = val1; in ad9467_scale_fill()
936 st->scales[i][1] = val2; in ad9467_scale_fill()
/linux-6.15/Documentation/devicetree/bindings/cpufreq/
H A Dnvidia,tegra124-cpufreq.txt14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
/linux-6.15/Documentation/devicetree/bindings/iio/accel/
H A Dmemsensing,msa311.yaml15 scales range of +-2g/+-4g/+-8g/+-16g and allows acceleration measurements
/linux-6.15/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
/linux-6.15/arch/arm64/boot/dts/apple/
H A Dt8010.dtsi60 * The E-core frequencies are adjusted so performance scales
H A Dt8011.dtsi69 * The E-core frequencies are adjusted so performance scales
H A Dt8012.dtsi60 * The E-core frequencies are adjusted so performance scales
/linux-6.15/kernel/rcu/
H A DKconfig16 thousands of CPUs. It also scales down nicely to
27 is also required. It also scales down nicely to
/linux-6.15/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
/linux-6.15/Documentation/admin-guide/media/
H A Drkisp1.rst183 of `(300,400)/1400x100` from the received frame and then scales this window
/linux-6.15/Documentation/locking/
H A Drobust-futexes.rst164 approach scales nicely.)
/linux-6.15/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()
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dqcm6490-shift-otter.dts286 /* Constrained for UFS VCC, at least until UFS driver scales voltage */
/linux-6.15/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst148 To make sure the intel_powerclamp driver scales well, online
/linux-6.15/tools/memory-model/Documentation/
H A Dsimple.txt104 As the number of buckets increases, data locking scales naturally.
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dvdo.rst329 The deduplication index requires additional memory which scales with the

12