Home
last modified time | relevance | path

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

12

/linux-6.12.1/Documentation/driver-api/media/drivers/
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.12.1/Documentation/userspace-api/media/dvb/
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.12.1/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_gyro.c258 *val = gyro_st->scales[2 * idx]; in inv_icm42600_gyro_read_scale()
259 *val2 = gyro_st->scales[2 * idx + 1]; in inv_icm42600_gyro_read_scale()
274 if (val == gyro_st->scales[idx] && in inv_icm42600_gyro_write_scale()
275 val2 == gyro_st->scales[idx + 1]) in inv_icm42600_gyro_write_scale()
629 *vals = gyro_st->scales; in inv_icm42600_gyro_read_avail()
765 gyro_st->scales = inv_icm42686_gyro_scale; in inv_icm42600_gyro_init()
769 gyro_st->scales = inv_icm42600_gyro_scale; in inv_icm42600_gyro_init()
Dinv_icm42600_accel.c341 *val = accel_st->scales[2 * idx]; in inv_icm42600_accel_read_scale()
342 *val2 = accel_st->scales[2 * idx + 1]; in inv_icm42600_accel_read_scale()
357 if (val == accel_st->scales[idx] && in inv_icm42600_accel_write_scale()
358 val2 == accel_st->scales[idx + 1]) in inv_icm42600_accel_write_scale()
722 *vals = accel_st->scales; in inv_icm42600_accel_read_avail()
858 accel_st->scales = inv_icm42686_accel_scale; in inv_icm42600_accel_init()
862 accel_st->scales = inv_icm42600_accel_scale; in inv_icm42600_accel_init()
Dinv_icm42600.h185 const int *scales; member
/linux-6.12.1/Documentation/filesystems/
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.
Dinotify.rst69 scales to 1000s of directories, juggling 1000s of fd's just does not seem
/linux-6.12.1/drivers/iio/adc/
Dad9467.c167 unsigned int (*scales)[2]; member
869 *vals = (const int *)st->scales; in ad9467_read_avail()
911 st->scales = devm_kmalloc_array(&st->spi->dev, info->num_scales, in ad9467_scale_fill()
912 sizeof(*st->scales), GFP_KERNEL); in ad9467_scale_fill()
913 if (!st->scales) in ad9467_scale_fill()
918 st->scales[i][0] = val1; in ad9467_scale_fill()
919 st->scales[i][1] = val2; in ad9467_scale_fill()
/linux-6.12.1/Documentation/devicetree/bindings/cpufreq/
Dnvidia,tegra124-cpufreq.txt14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
/linux-6.12.1/drivers/iio/
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()
/linux-6.12.1/Documentation/driver-api/md/
Draid5-ppl.rst30 reduced by up to 30%-40% but it scales with the number of drives in the array
/linux-6.12.1/kernel/rcu/
DKconfig16 thousands of CPUs. It also scales down nicely to
27 is also required. It also scales down nicely to
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dlibv4l-introduction.rst158 This function takes a value of 0 - 65535, and then scales that range to the
/linux-6.12.1/Documentation/admin-guide/media/
Drkisp1.rst183 of `(300,400)/1400x100` from the received frame and then scales this window
/linux-6.12.1/Documentation/locking/
Drobust-futexes.rst164 approach scales nicely.)
/linux-6.12.1/drivers/hwmon/
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.12.1/arch/arm64/boot/dts/qcom/
Dqcm6490-shift-otter.dts286 /* Constrained for UFS VCC, at least until UFS driver scales voltage */
Dqcm6490-fairphone-fp5.dts341 /* Constrained for UFS VCC, at least until UFS driver scales voltage */
/linux-6.12.1/Documentation/admin-guide/thermal/
Dintel_powerclamp.rst148 To make sure the intel_powerclamp driver scales well, online
/linux-6.12.1/tools/memory-model/Documentation/
Dsimple.txt104 As the number of buckets increases, data locking scales naturally.
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Dvdo.rst329 The deduplication index requires additional memory which scales with the
/linux-6.12.1/Documentation/power/
Denergy-model.rst136 the same scale. If there are different scales, these subsystems might decide
/linux-6.12.1/drivers/clk/qcom/
DKconfig129 the clocks on/off or scales them on demand.
141 the clocks on/off or scales them on demand.
/linux-6.12.1/Documentation/networking/
Dtcp_ao.rst250 responsible for the policy decisions. Besides, it's flexible and scales well
Dscaling.rst243 RPS scales kernel receive processing across CPUs without introducing

12