Home
last modified time | relevance | path

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

12

/linux/Documentation/driver-api/media/drivers/
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/Documentation/userspace-api/media/dvb/
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/drivers/iio/imu/inv_icm42600/
A 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()
A 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()
A Dinv_icm42600.h185 const int *scales; member
/linux/Documentation/filesystems/
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.
A Dinotify.rst69 scales to 1000s of directories, juggling 1000s of fd's just does not seem
/linux/drivers/iio/adc/
A 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/Documentation/devicetree/bindings/cpufreq/
A Dnvidia,tegra124-cpufreq.txt14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
/linux/Documentation/devicetree/bindings/iio/accel/
A Dmemsensing,msa311.yaml15 scales range of +-2g/+-4g/+-8g/+-16g and allows acceleration measurements
/linux/drivers/iio/
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()
/linux/Documentation/driver-api/md/
A Draid5-ppl.rst30 reduced by up to 30%-40% but it scales with the number of drives in the array
/linux/kernel/rcu/
A DKconfig16 thousands of CPUs. It also scales down nicely to
27 is also required. It also scales down nicely to
/linux/Documentation/userspace-api/media/v4l/
A Dlibv4l-introduction.rst158 This function takes a value of 0 - 65535, and then scales that range to the
/linux/Documentation/admin-guide/media/
A Drkisp1.rst183 of `(300,400)/1400x100` from the received frame and then scales this window
/linux/Documentation/locking/
A Drobust-futexes.rst164 approach scales nicely.)
/linux/drivers/hwmon/
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/arch/arm64/boot/dts/qcom/
A Dqcm6490-shift-otter.dts286 /* Constrained for UFS VCC, at least until UFS driver scales voltage */
A Dqcm6490-fairphone-fp5.dts341 /* Constrained for UFS VCC, at least until UFS driver scales voltage */
/linux/Documentation/admin-guide/thermal/
A Dintel_powerclamp.rst148 To make sure the intel_powerclamp driver scales well, online
/linux/tools/memory-model/Documentation/
A Dsimple.txt104 As the number of buckets increases, data locking scales naturally.
/linux/Documentation/admin-guide/device-mapper/
A Dvdo.rst329 The deduplication index requires additional memory which scales with the
/linux/Documentation/power/
A Denergy-model.rst136 the same scale. If there are different scales, these subsystems might decide
/linux/drivers/clk/qcom/
A DKconfig129 the clocks on/off or scales them on demand.
141 the clocks on/off or scales them on demand.
/linux/Documentation/networking/
A Dtcp_ao.rst250 responsible for the policy decisions. Besides, it's flexible and scales well

Completed in 69 milliseconds

12