| /linux/Documentation/driver-api/media/drivers/ |
| H A 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/Documentation/userspace-api/media/dvb/ |
| H A 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/drivers/iio/imu/inv_icm45600/ |
| H A D | inv_icm45600_gyro.c | 242 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 D | inv_icm45600_accel.c | 229 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()
|
| /linux/drivers/iio/ |
| H A D | industrialio-gts-helper.c | 185 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/light/ |
| H A D | opt3001.c | 83 const struct opt3001_scale (*scales)[12]; member 235 for (unsigned int i = 0; i < ARRAY_SIZE(*opt->chip_info->scales); i++) { in opt3001_find_scale() 236 const struct opt3001_scale *scale = &(*opt->chip_info->scales)[i]; in opt3001_find_scale() 935 .scales = &opt3001_scales, 946 .scales = &opt3002_scales,
|
| /linux/Documentation/filesystems/ |
| H A 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.
|
| H A D | inotify.rst | 69 scales to 1000s of directories, juggling 1000s of fd's just does not seem
|
| /linux/Documentation/devicetree/bindings/cpufreq/ |
| H A D | nvidia,tegra124-cpufreq.txt | 14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage.
|
| /linux/Documentation/driver-api/md/ |
| H A D | raid5-ppl.rst | 30 reduced by up to 30%-40% but it scales with the number of drives in the array
|
| /linux/kernel/rcu/ |
| H A D | Kconfig | 16 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/ |
| H A D | libv4l-introduction.rst | 158 This function takes a value of 0 - 65535, and then scales that range to the
|
| /linux/Documentation/admin-guide/media/ |
| H A D | rkisp1.rst | 183 of `(300,400)/1400x100` from the received frame and then scales this window
|
| /linux/drivers/hwmon/ |
| H A D | nct6775-core.c | 1001 static inline long in_from_reg(u8 reg, u8 nr, const u16 *scales) in in_from_reg() argument 1003 return DIV_ROUND_CLOSEST(reg * scales[nr], 100); in in_from_reg() 1006 static inline u8 in_to_reg(u32 val, u8 nr, const u16 *scales) in in_to_reg() argument 1008 return clamp_val(DIV_ROUND_CLOSEST(val * 100, scales[nr]), 0, 255); in in_to_reg()
|
| /linux/Documentation/admin-guide/thermal/ |
| H A D | intel_powerclamp.rst | 148 To make sure the intel_powerclamp driver scales well, online
|
| /linux/tools/memory-model/Documentation/ |
| H A D | simple.txt | 104 As the number of buckets increases, data locking scales naturally.
|
| /linux/drivers/clk/qcom/ |
| H A D | Kconfig | 399 the clocks on/off or scales them on demand. 412 the clocks on/off or scales them on demand.
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | timekeeping.rst | 426 Whether the TSC runs at a constant rate or scales with the P-state is model
|