/linux-6.14.4/Documentation/driver-api/media/drivers/ |
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-6.14.4/Documentation/userspace-api/media/dvb/ |
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-6.14.4/drivers/iio/ |
D | industrialio-gts-helper.c | 168 static int gain_to_scaletables(struct iio_gts *gts, int **gains, int **scales) in gain_to_scaletables() argument 182 /* Convert gains to scales */ in gain_to_scaletables() 185 &scales[i][2 * j], in gain_to_scaletables() 186 &scales[i][2 * j + 1]); in gain_to_scaletables() 260 * iio_gts_build_avail_scale_table - create tables of available scales 263 * Build the tables which can represent the available scales based on the 266 * 1. A set of tables representing available scales for each supported 268 * 2. A single table listing all the unique scales that any combination of 422 * iio_gts_build_avail_tables - create tables of available scales and int times 425 * Build the tables which can represent the available scales and available [all …]
|
/linux-6.14.4/drivers/comedi/drivers/ |
D | jr3_pci.h | 70 * the full scales. 303 * hardware full scales to be adjusted to potentially allow 319 * command (10) set new full scales (pg. 38). 345 * determine the appropriate value for setting the full scales. The 347 * arbitrary value. But setting the full scales has some hazards. If 365 * recommended minimum full scale. Full scales below this value will 398 * Full_scale is the sensor full scales which are currently in use. 400 * to the full scales. The engineering units used are indicated by 401 * the units value discussed on page 16. The full scales for Fx, Fy, 403 * command (10) set new full scales (pg. 38). The full scales for V1 [all …]
|
/linux-6.14.4/Documentation/filesystems/ |
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.
|
/linux-6.14.4/drivers/iio/imu/inv_icm42600/ |
D | inv_icm42600.h | 178 * @scales: table of scales. 179 * @scales_len: length (nb of items) of the scales table. 185 const int *scales; member
|
D | inv_icm42600_gyro.c | 255 *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()
|
D | inv_icm42600_accel.c | 339 *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()
|
/linux-6.14.4/arch/m68k/ |
D | Kconfig.machine | 307 config SCALES config 308 bool "Feith SCALES board support" 311 Support for the Feith SCALES board.
|
/linux-6.14.4/drivers/iio/light/ |
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-6.14.4/drivers/iio/adc/ |
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()
|
D | ad7606.h | 82 * @scale_setup_cb: callback to setup the scales for each channel 105 * @scale_avail pointer to the array which stores the available scales
|
D | pac1921.c | 96 * Pre-computed scales for SENSE voltage 506 * the current scales table) 826 * Emit on sysfs the list of available scales contained in scales_tbl 832 * the current scales table) 856 * Read available scales for a specific channel 859 * current scales must be locked as they depend on shunt resistor which may
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-bus-iio-dac-ad5766 | 24 Scales the dither before it is applied to the selected channel.
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/accel/ |
D | memsensing,msa311.yaml | 15 scales range of +-2g/+-4g/+-8g/+-16g and allows acceleration measurements
|
/linux-6.14.4/Documentation/devicetree/bindings/cpufreq/ |
D | nvidia,tegra124-cpufreq.txt | 14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
|
/linux-6.14.4/tools/testing/selftests/kvm/include/arm64/ |
D | gic.h | 17 * Note that the redistributor frames are at the end, as the range scales
|
/linux-6.14.4/Documentation/driver-api/md/ |
D | raid5-ppl.rst | 30 reduced by up to 30%-40% but it scales with the number of drives in the array
|
/linux-6.14.4/kernel/rcu/ |
D | Kconfig | 16 thousands of CPUs. It also scales down nicely to 27 is also required. It also scales down nicely to
|
/linux-6.14.4/drivers/media/platform/renesas/ |
D | sh_vou.c | 521 /* Select scales to come as close as possible to the output image */ in vou_adjust_input() 528 /* scales increase */ in vou_adjust_input() 553 /* scales increase */ in vou_adjust_input() 590 /* Select scales to come as close as possible to the output image */ in vou_adjust_output() 597 /* scales increase */ in vou_adjust_output() 627 /* scales increase */ in vou_adjust_output()
|
/linux-6.14.4/drivers/infiniband/hw/mlx5/ |
D | mem.c | 54 * page_offset. The granulatity of the page offset scales according to page
|
/linux-6.14.4/tools/perf/util/ |
D | metricgroup.h | 53 * The "ScaleUnit" that scales and adds a unit to the metric during
|
/linux-6.14.4/samples/pktgen/ |
D | pktgen_sample05_flow_per_thread.sh | 9 # works and scales. For optimal scalability (on receiver) each
|
/linux-6.14.4/arch/x86/include/asm/ |
D | irq_vectors.h | 121 * generously - it scales up linearly with the maximum number of CPUs,
|
/linux-6.14.4/tools/perf/trace/beauty/arch/x86/include/asm/ |
D | irq_vectors.h | 121 * generously - it scales up linearly with the maximum number of CPUs,
|