Home
last modified time | relevance | path

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

/linux/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/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/drivers/iio/imu/inv_icm45600/
H A Dinv_icm45600_gyro.c242 if (gyro_st->scales == (const int *)&inv_icm45600_gyro_scale) in inv_icm45600_gyro_read_scale()
245 *val = gyro_st->scales[2 * idx]; in inv_icm45600_gyro_read_scale()
246 *val2 = gyro_st->scales[2 * idx + 1]; in inv_icm45600_gyro_read_scale()
261 if (val == gyro_st->scales[idx] && in inv_icm45600_gyro_write_scale()
262 val2 == gyro_st->scales[idx + 1]) in inv_icm45600_gyro_write_scale()
271 if (gyro_st->scales == (const int *)&inv_icm45600_gyro_scale) in inv_icm45600_gyro_write_scale()
590 *vals = gyro_st->scales; in inv_icm45600_gyro_read_avail()
715 gyro_st->scales = st->chip_info->gyro_scales; in inv_icm45600_gyro_init()
H A Dinv_icm45600_accel.c229 if (accel_st->scales == (const int *)&inv_icm45600_accel_scale) in inv_icm45600_accel_read_scale()
232 *val = accel_st->scales[2 * idx]; in inv_icm45600_accel_read_scale()
233 *val2 = accel_st->scales[2 * idx + 1]; in inv_icm45600_accel_read_scale()
248 if (val == accel_st->scales[idx] && in inv_icm45600_accel_write_scale()
249 val2 == accel_st->scales[idx + 1]) in inv_icm45600_accel_write_scale()
258 if (accel_st->scales == (const int *)&inv_icm45600_accel_scale) in inv_icm45600_accel_write_scale()
578 *vals = accel_st->scales; in inv_icm45600_accel_read_avail()
703 accel_st->scales = st->chip_info->accel_scales; in inv_icm45600_accel_init()
H A Dinv_icm45600.h181 const int *scales; member
/linux/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/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_gyro.c254 *val = gyro_st->scales[2 * idx]; in inv_icm42600_gyro_read_scale()
255 *val2 = gyro_st->scales[2 * idx + 1]; in inv_icm42600_gyro_read_scale()
270 if (val == gyro_st->scales[idx] && in inv_icm42600_gyro_write_scale()
271 val2 == gyro_st->scales[idx + 1]) in inv_icm42600_gyro_write_scale()
621 *vals = gyro_st->scales; in inv_icm42600_gyro_read_avail()
748 gyro_st->scales = inv_icm42686_gyro_scale; in inv_icm42600_gyro_init()
752 gyro_st->scales = inv_icm42600_gyro_scale; in inv_icm42600_gyro_init()
H A Dinv_icm42600_accel.c538 *val = accel_st->scales[2 * idx]; in inv_icm42600_accel_read_scale()
539 *val2 = accel_st->scales[2 * idx + 1]; in inv_icm42600_accel_read_scale()
554 if (val == accel_st->scales[idx] && in inv_icm42600_accel_write_scale()
555 val2 == accel_st->scales[idx + 1]) in inv_icm42600_accel_write_scale()
919 *vals = accel_st->scales; in inv_icm42600_accel_read_avail()
1160 accel_st->scales = inv_icm42686_accel_scale; in inv_icm42600_accel_init()
1164 accel_st->scales = inv_icm42600_accel_scale; in inv_icm42600_accel_init()
/linux/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/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/drivers/iio/adc/
H A Dad9467.c180 unsigned int (*scales)[2]; member
987 *vals = (const int *)st->scales; in ad9467_read_avail()
1037 st->scales = devm_kmalloc_array(&st->spi->dev, info->num_scales, in ad9467_scale_fill()
1038 sizeof(*st->scales), GFP_KERNEL); in ad9467_scale_fill()
1039 if (!st->scales) in ad9467_scale_fill()
1044 st->scales[i][0] = val1; in ad9467_scale_fill()
1045 st->scales[i][1] = val2; in ad9467_scale_fill()
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dnvidia,tegra124-cpufreq.txt14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
/linux/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/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/Documentation/admin-guide/media/
H A Drkisp1.rst183 of `(300,400)/1400x100` from the received frame and then scales this window
/linux/Documentation/locking/
H A Drobust-futexes.rst164 approach scales nicely.)
/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst148 To make sure the intel_powerclamp driver scales well, online
/linux/arch/arm64/boot/dts/qcom/
H A Dqcm6490-shift-otter.dts277 /* Constrained for UFS VCC, at least until UFS driver scales voltage */
H A Dqcm6490-fairphone-fp5.dts425 /* Constrained for UFS VCC, at least until UFS driver scales voltage */
/linux/tools/memory-model/Documentation/
H A Dsimple.txt104 As the number of buckets increases, data locking scales naturally.
/linux/Documentation/networking/
H A Dtcp_ao.rst250 responsible for the policy decisions. Besides, it's flexible and scales well
/linux/Documentation/virt/kvm/x86/
H A Dtimekeeping.rst426 Whether the TSC runs at a constant rate or scales with the P-state is model