Searched refs:scale (Results 226 - 250 of 327) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/dvb/
H A Dfrontend.h789 * enum fecap_scale_params - scale types for the quality parameters.
794 * @FE_SCALE_DECIBEL: The scale is measured in 0.001 dB steps, typically
796 * @FE_SCALE_RELATIVE: The scale is a relative percentual measure,
798 * @FE_SCALE_COUNTER: The scale counts the occurrence of an event, like
811 * @scale:
812 * Filled with enum fecap_scale_params - the scale in usage
820 * unsigned integer value of the measure, used when @scale is
834 * @scale should use the value %FE_SCALE_NOT_AVAILABLE when
843 * u.st.stat.scale[0] = FE_SCALE_DECIBEL;
845 * u.st.stat.scale[
853 __u8 scale; /* enum fecap_scale_params type */ member in struct:dtv_stats
[all...]
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_iio.h101 * @fsr: Full scale range.
103 * @accl_fs: accel full scale range.
149 * @temp: offset and scale to apply to raw temperature.
159 int scale; member in struct:inv_mpu6050_hw::__anon99
/linux-master/drivers/video/backlight/
H A Dmp3309c.c359 props.scale = BACKLIGHT_SCALE_LINEAR;
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.c610 bool scale = false; local
637 scale = true;
642 (!(ipp->capabilities & DRM_EXYNOS_IPP_CAP_SCALE) && scale) ||
/linux-master/drivers/iio/gyro/
H A Dbmg160_core.c133 int scale; member in struct:__anon89
477 if (bmg160_scale_table[i].scale == val) {
595 *val2 = bmg160_scale_table[i].scale;
/linux-master/drivers/iio/accel/
H A Dbma180.c141 int scale; member in struct:bma180_data
297 "failed to set scale\n");
300 data->scale = val;
566 *val2 = data->scale;
H A Dkxcjk-1013.c394 u16 scale; member in struct:__anon71
896 if (KXCJK1013_scale_table[i].scale == val) {
959 *val2 = KXCJK1013_scale_table[data->range].scale;
H A Dbmc150-accel-core.c148 int scale; member in struct:bmc150_scale_info
582 if (data->chip_info->scale_table[i].scale == val) {
696 *val2 = si->scale;
1101 * over the amount of bits (see above). The scale table can be calculated using
/linux-master/drivers/iio/light/
H A Drpr0521.c80 int scale; member in struct:rpr0521_gain
592 *val = rpr0521_gain[chan].gain[idx].scale;
605 if (val == rpr0521_gain[chan].gain[i].scale &&
/linux-master/mm/
H A Dmm_init.c2370 * Adaptive scale is meant to reduce sizes of hash tables on large memory
2371 * machines. As memory size is increased the scale is also increased but at
2373 * quadruples the scale is increased by one, which means the size of hash table
2393 int scale,
2422 scale++;
2426 /* limit to 1 bucket per 2^scale bytes of low memory */
2427 if (scale > PAGE_SHIFT)
2428 numentries >>= (scale - PAGE_SHIFT);
2430 numentries <<= (PAGE_SHIFT - scale);
2390 alloc_large_system_hash(const char *tablename, unsigned long bucketsize, unsigned long numentries, int scale, int flags, unsigned int *_hash_shift, unsigned int *_hash_mask, unsigned long low_limit, unsigned long high_limit) argument
/linux-master/drivers/usb/dwc3/
H A Dcore.c425 * scale it to units of 8 ppm.
1124 u32 scale; local
1131 * The power down scale field specifies how many suspend_clk
1135 * The power down scale value is calculated using the fastest
1138 * rate of the suspend_clk, so only update the power down scale
1143 scale = DIV_ROUND_UP(clk_get_rate(dwc->susp_clk), 16000);
1145 if ((reg & DWC3_GCTL_PWRDNSCALE_MASK) < DWC3_GCTL_PWRDNSCALE(scale) ||
1146 (reg & DWC3_GCTL_PWRDNSCALE_MASK) > DWC3_GCTL_PWRDNSCALE(scale*3)) {
1148 reg |= DWC3_GCTL_PWRDNSCALE(scale);
1312 /* Set power down scale o
[all...]
/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c587 const int scale = 1 << (default_filt_lvl >> 5); local
631 lvl_seg + lf->ref_deltas[INTRA_FRAME] * scale;
640 lf->ref_deltas[ref] * scale +
641 lf->mode_deltas[mode] * scale;
1150 u32 scale = 0; local
1167 scale = 1;
1185 amvdec_write_dos(core, VP9D_MPP_REF_SCALE_ENBL, scale);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_backlight.c27 * scale - scale values from one range to another
37 static u32 scale(u32 source_val, function
68 hw_level = scale(user_level, 0, user_max, 0, panel->backlight.max);
80 return scale(hw_level, panel->backlight.min, panel->backlight.max,
121 val = scale(val, panel->backlight.min, panel->backlight.max,
140 return scale(val, panel->backlight.pwm_level_min, panel->backlight.pwm_level_max,
823 return scale(user_level, 0, user_max,
1211 return scale(min, 0, 255, 0, panel->backlight.pwm_level_max);
/linux-master/tools/perf/util/
H A Devsel.c280 evsel->scale = 1.0;
317 evsel->scale = 1e-6;
426 evsel->scale = orig->scale;
1619 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) argument
1622 size_t nv = scale ? 3 : 1;
1634 perf_counts_values__scale(&count, scale, NULL);
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1652 # Switch graph scale graphics item
1675 # Switch graph graphics item contains graph title, scale, x/y-axis, and the graphed data
2076 # Graph attributes, in particular the scale and subrange that change when zooming
2080 def __init__(self, scale, subrange, region_attributes, dp):
2081 self.scale = scale
2089 return int(round((x - self.subrange.x.lo) * self.scale.x, self.pdp.x))
2092 return int(round((y - self.subrange.y.lo) * self.scale.y, self.pdp.y))
2095 return round((round(px, 0) / self.scale.x), self.dp.x) + self.subrange.x.lo
2098 return round((round(py, 0) / self.scale
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dsn9c20x.c2005 u8 fmt, scale = 0; local
2021 scale = 0xc0;
2025 scale = 0x80;
2029 scale = 0x90;
2033 scale = 0xa0;
2043 reg_w1(gspca_dev, 0x1189, scale);
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c830 u8 scale; local
833 scale = linkspeed / SPEED_10000;
837 if (scale)
838 csk->rcv_win *= scale;
843 if (scale)
844 csk->snd_win *= scale;
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1094 u8 scale; local
1097 scale = linkspeed / SPEED_10000;
1100 if (scale)
1101 csk->rcv_win *= scale;
1104 if (scale)
1105 csk->snd_win *= scale;
/linux-master/drivers/hwmon/
H A Dnct6683.c491 int scale = 16; local
495 scale <<= 1;
496 return reg * scale;
/linux-master/drivers/misc/
H A Dxilinx_sdfec.c422 if (turbo.scale > XSDFEC_TURBO_SCALE_MAX)
429 turbo_write = ((turbo.scale & XSDFEC_TURBO_SCALE_MASK)
448 turbo_params.scale = (reg_value & XSDFEC_TURBO_SCALE_MASK) >>
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_scaler.c848 unsigned int scale, int_part, float_part; local
850 scale = step >> (SUN8I_VI_SCALER_SCALE_FRAC - 3);
851 int_part = scale >> 3;
852 float_part = scale & 0x7;
/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h157 move.w %d2,%d1 | scale factor
/linux-master/drivers/video/fbdev/riva/
H A Driva_hw.h502 U032 scale; member in struct:_riva_hw_state
/linux-master/include/video/
H A Dimx-ipu-v3.h419 u8 scale:2; /* scale coefficients * 2^(scale-1) */ member in struct:ipu_ic_csc_params
/linux-master/include/acpi/
H A Dacrestyp.h551 u8 scale; member in struct:acpi_resource_clock_input

Completed in 358 milliseconds

1234567891011>>