Home
last modified time | relevance | path

Searched full:scale (Results 1 – 25 of 1958) sorted by relevance

12345678910>>...79

/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_demod.c133 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in vidtv_clean_stats()
137 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in vidtv_clean_stats()
142 c->pre_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in vidtv_clean_stats()
145 c->pre_bit_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in vidtv_clean_stats()
148 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in vidtv_clean_stats()
151 c->post_bit_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in vidtv_clean_stats()
154 c->block_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in vidtv_clean_stats()
157 c->block_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in vidtv_clean_stats()
166 u32 scale; in vidtv_demod_update_stats() local
169 scale = FE_SCALE_COUNTER; in vidtv_demod_update_stats()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
Dipu-ic-csc.c25 .scale = 2,
42 .scale = 1,
59 .scale = 2,
76 .scale = 1,
94 .scale = 2,
125 .scale = 1,
136 .scale = 1,
148 .scale = 1,
159 .scale = 1,
183 .scale = 2,
[all …]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dtlbflush.h128 * | ASID | TG | SCALE | NUM | TTL | BADDR |
133 * [BADDR, BADDR + (NUM + 1) * 2^(5*SCALE + 1) * PAGESIZE)
136 #define __TLBI_VADDR_RANGE(addr, asid, scale, num, ttl) \ argument
142 __ta |= (unsigned long)(scale) << 44; \
149 #define __TLBI_RANGE_PAGES(num, scale) \ argument
150 ((unsigned long)((num) + 1) << (5 * (scale) + 1))
158 #define __TLBI_RANGE_NUM(pages, scale) \ argument
159 ((((pages) >> (5 * (scale) + 1)) & TLBI_RANGE_MASK) - 1)
287 int scale = 0; in __flush_tlb_range() local
319 * by 'scale', so multiple range TLBI operations may be required. in __flush_tlb_range()
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/
Drt5651.txt29 - realtek,over-current-scale-factor
30 u32, micbias over-current detection scale-factor, valid values are:
31 0: Scale current by 0.5
32 1: Scale current by 0.75
33 2: Scale current by 1.0
34 3: Scale current by 1.5
Drt5640.txt53 - realtek,over-current-scale-factor
54 u32, micbias over-current detection scale-factor, valid values are:
55 0: Scale current by 0.5
56 1: Scale current by 0.75
57 2: Scale current by 1.0
58 3: Scale current by 1.5
/kernel/linux/linux-4.19/drivers/iio/adc/
Dsc27xx_adc.c87 * should use the small-scale graph, and if more than 1.2v, we should use the
88 * big-scale graph.
100 static int sc27xx_adc_get_ratio(int channel, int scale) in sc27xx_adc_get_ratio() argument
107 return scale ? SC27XX_VOLT_RATIO(400, 1025) : in sc27xx_adc_get_ratio()
115 return scale ? SC27XX_VOLT_RATIO(100, 125) : in sc27xx_adc_get_ratio()
126 int scale, int *val) in sc27xx_adc_read() argument
144 /* Configure the channel id and scale */ in sc27xx_adc_read()
145 tmp = (scale << SC27XX_ADC_SCALE_SHIFT) & SC27XX_ADC_SCALE_MASK; in sc27xx_adc_read()
203 int channel, int scale, in sc27xx_adc_volt_ratio() argument
206 u32 ratio = sc27xx_adc_get_ratio(channel, scale); in sc27xx_adc_volt_ratio()
[all …]
Dti-ads8688.c87 unsigned int scale; member
95 .scale = 76295,
100 .scale = 38148,
105 .scale = 19074,
110 .scale = 38148,
115 .scale = 19074,
127 ads8688_range_def[0].scale * st->vref_mv, in ads8688_show_scales()
128 ads8688_range_def[1].scale * st->vref_mv, in ads8688_show_scales()
129 ads8688_range_def[2].scale * st->vref_mv); in ads8688_show_scales()
266 scale_mv *= ads8688_range_def[st->range[chan->channel]].scale; in ads8688_read_raw()
[all …]
/kernel/linux/linux-4.19/drivers/media/i2c/soc_camera/
Dtw9910.c233 const struct tw9910_scale_ctrl *scale; member
351 const struct tw9910_scale_ctrl *scale) in tw9910_set_scale() argument
356 (scale->vscale & 0x0F00) >> 4 | in tw9910_set_scale()
357 (scale->hscale & 0x0F00) >> 8); in tw9910_set_scale()
362 scale->hscale & 0x00FF); in tw9910_set_scale()
367 scale->vscale & 0x00FF); in tw9910_set_scale()
429 const struct tw9910_scale_ctrl *scale; in tw9910_select_norm() local
435 scale = tw9910_ntsc_scales; in tw9910_select_norm()
438 scale = tw9910_pal_scales; in tw9910_select_norm()
445 tmp = abs(width - scale[i].width) + in tw9910_select_norm()
[all …]
/kernel/linux/linux-5.10/drivers/media/i2c/
Dtw9910.c234 const struct tw9910_scale_ctrl *scale; member
353 const struct tw9910_scale_ctrl *scale) in tw9910_set_scale() argument
358 (scale->vscale & 0x0F00) >> 4 | in tw9910_set_scale()
359 (scale->hscale & 0x0F00) >> 8); in tw9910_set_scale()
364 scale->hscale & 0x00FF); in tw9910_set_scale()
369 scale->vscale & 0x00FF); in tw9910_set_scale()
431 const struct tw9910_scale_ctrl *scale; in tw9910_select_norm() local
437 scale = tw9910_ntsc_scales; in tw9910_select_norm()
440 scale = tw9910_pal_scales; in tw9910_select_norm()
447 tmp = abs(width - scale[i].width) + in tw9910_select_norm()
[all …]
/kernel/linux/linux-4.19/drivers/media/i2c/
Dtw9910.c234 const struct tw9910_scale_ctrl *scale; member
353 const struct tw9910_scale_ctrl *scale) in tw9910_set_scale() argument
358 (scale->vscale & 0x0F00) >> 4 | in tw9910_set_scale()
359 (scale->hscale & 0x0F00) >> 8); in tw9910_set_scale()
364 scale->hscale & 0x00FF); in tw9910_set_scale()
369 scale->vscale & 0x00FF); in tw9910_set_scale()
431 const struct tw9910_scale_ctrl *scale; in tw9910_select_norm() local
437 scale = tw9910_ntsc_scales; in tw9910_select_norm()
440 scale = tw9910_pal_scales; in tw9910_select_norm()
447 tmp = abs(width - scale[i].width) + in tw9910_select_norm()
[all …]
/kernel/linux/linux-5.10/drivers/iio/adc/
Dsc27xx_adc.c93 * should use the small-scale graph, and if more than 1.2v, we should use the
94 * big-scale graph.
163 static int sc27xx_adc_get_ratio(int channel, int scale) in sc27xx_adc_get_ratio() argument
170 return scale ? SC27XX_VOLT_RATIO(400, 1025) : in sc27xx_adc_get_ratio()
178 return scale ? SC27XX_VOLT_RATIO(100, 125) : in sc27xx_adc_get_ratio()
189 int scale, int *val) in sc27xx_adc_read() argument
210 /* Configure the channel id and scale */ in sc27xx_adc_read()
211 tmp = (scale << SC27XX_ADC_SCALE_SHIFT) & SC27XX_ADC_SCALE_MASK; in sc27xx_adc_read()
262 int channel, int scale, in sc27xx_adc_volt_ratio() argument
265 u32 ratio = sc27xx_adc_get_ratio(channel, scale); in sc27xx_adc_volt_ratio()
[all …]
Dti-ads8688.c84 unsigned int scale; member
92 .scale = 76295,
97 .scale = 38148,
102 .scale = 19074,
107 .scale = 38148,
112 .scale = 19074,
124 ads8688_range_def[0].scale * st->vref_mv, in ads8688_show_scales()
125 ads8688_range_def[1].scale * st->vref_mv, in ads8688_show_scales()
126 ads8688_range_def[2].scale * st->vref_mv); in ads8688_show_scales()
263 scale_mv *= ads8688_range_def[st->range[chan->channel]].scale; in ads8688_read_raw()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Drt5651.txt34 - realtek,over-current-scale-factor
35 u32, micbias over-current detection scale-factor, valid values are:
36 0: Scale current by 0.5
37 1: Scale current by 0.75
38 2: Scale current by 1.0
39 3: Scale current by 1.5
Drt5640.txt53 - realtek,over-current-scale-factor
54 u32, micbias over-current detection scale-factor, valid values are:
55 0: Scale current by 0.5
56 1: Scale current by 0.75
57 2: Scale current by 1.0
58 3: Scale current by 1.5
/kernel/linux/linux-5.10/Documentation/admin-guide/acpi/
Dcppc_sysfs.rst12 scale. CPPC exposes a set of registers to describe abstract performance scale,
38 * highest_perf : Highest performance of this processor (abstract scale).
40 (abstract scale).
42 power savings (abstract scale).
43 * lowest_perf : Lowest performance of this processor (abstract scale).
48 freqency instead of abstract scale. These values should not be used for any
57 accumulates (abstract scale).
/kernel/linux/linux-4.19/Documentation/acpi/
Dcppc_sysfs.txt6 scale. CPPC exposes a set of registers to describe abstract performance scale,
36 * highest_perf : Highest performance of this processor (abstract scale).
37 * nominal_perf : Highest sustained performance of this processor (abstract scale).
39 power savings (abstract scale).
40 * lowest_perf : Lowest performance of this processor (abstract scale).
45 freqency instead of abstract scale. These values should not be used for any
53 accumulates (abstract scale).
/kernel/linux/linux-4.19/drivers/iio/light/
Disl29018.c79 unsigned int scale; member
95 struct isl29018_scale scale; member
126 if (chip->scale.scale == isl29018_scales[int_time][i].scale && in isl29018_set_integration_time()
127 chip->scale.uscale == isl29018_scales[int_time][i].uscale) { in isl29018_set_integration_time()
128 chip->scale = isl29018_scales[new_int_time][i]; in isl29018_set_integration_time()
137 static int isl29018_set_scale(struct isl29018_chip *chip, int scale, int uscale) in isl29018_set_scale() argument
144 if (scale == isl29018_scales[chip->int_time][i].scale && in isl29018_set_scale()
160 chip->scale = new_scale; in isl29018_set_scale()
209 data_x_range = lux_data * chip->scale.scale + in isl29018_read_lux()
210 lux_data * chip->scale.uscale / 1000000; in isl29018_read_lux()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/
Dscale.c2 "scale: scale test 1",
11 "scale: scale test 2",
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dsh_mobile_ceu_camera.rst59 (3) to (3') - sensor scale
62 (5) to (5') - reverse sensor scale applied to CEU cropped width or height
63 (2) to (5) - reverse sensor scale applied to CEU cropped left or top
64 (6) to (6') - CEU scale - user window
111 10. Use CEU scaling to scale to the requested user window:
119 The :ref:`V4L2 crop API <crop-scale>` says:
137 4. Sensor scaled to 3 : 3'. Sensor's scale is (2' - 2) / (3' - 3). Calculate
140 5. Calculate and apply host scale = (6' - 6) / (4' - 4)
/kernel/linux/linux-4.19/drivers/gpu/drm/
Ddrm_rect.c129 int scale = 0; in drm_calc_scale() local
140 scale = src / dst; in drm_calc_scale()
142 return scale; in drm_calc_scale()
155 * If the scale is below 1 << 16, round down. If the scale is above
156 * 1 << 16, round up. This will calculate the scale with the most
190 * If the scale is below 1 << 16, round down. If the scale is above
191 * 1 << 16, round up. This will calculate the scale with the most
231 * If the scale is below 1 << 16, round down. If the scale is above
232 * 1 << 16, round up. This will calculate the scale with the most
285 * If the scale is below 1 << 16, round down. If the scale is above
[all …]
/kernel/linux/linux-5.10/drivers/iio/light/
Disl29018.c71 unsigned int scale; member
87 struct isl29018_scale scale; member
119 if (chip->scale.scale == isl29018_scales[int_time][i].scale && in isl29018_set_integration_time()
120 chip->scale.uscale == isl29018_scales[int_time][i].uscale) { in isl29018_set_integration_time()
121 chip->scale = isl29018_scales[new_int_time][i]; in isl29018_set_integration_time()
130 static int isl29018_set_scale(struct isl29018_chip *chip, int scale, int uscale) in isl29018_set_scale() argument
137 if (scale == isl29018_scales[chip->int_time][i].scale && in isl29018_set_scale()
153 chip->scale = new_scale; in isl29018_set_scale()
202 data_x_range = lux_data * chip->scale.scale + in isl29018_read_lux()
203 lux_data * chip->scale.uscale / 1000000; in isl29018_read_lux()
[all …]
/kernel/linux/linux-4.19/drivers/media/common/siano/
Dsmsdvb-main.c147 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in smsdvb_stats_not_ready()
148 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in smsdvb_stats_not_ready()
161 c->post_bit_error.stat[i].scale = FE_SCALE_NOT_AVAILABLE; in smsdvb_stats_not_ready()
162 c->post_bit_count.stat[i].scale = FE_SCALE_NOT_AVAILABLE; in smsdvb_stats_not_ready()
163 c->block_error.stat[i].scale = FE_SCALE_NOT_AVAILABLE; in smsdvb_stats_not_ready()
164 c->block_count.stat[i].scale = FE_SCALE_NOT_AVAILABLE; in smsdvb_stats_not_ready()
262 c->block_error.stat[0].scale = FE_SCALE_COUNTER; in smsdvb_update_per_slices()
263 c->block_count.stat[0].scale = FE_SCALE_COUNTER; in smsdvb_update_per_slices()
268 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in smsdvb_update_per_slices()
269 c->post_bit_count.stat[0].scale = FE_SCALE_COUNTER; in smsdvb_update_per_slices()
[all …]
/kernel/linux/linux-5.10/drivers/media/common/siano/
Dsmsdvb-main.c136 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in smsdvb_stats_not_ready()
137 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in smsdvb_stats_not_ready()
150 c->post_bit_error.stat[i].scale = FE_SCALE_NOT_AVAILABLE; in smsdvb_stats_not_ready()
151 c->post_bit_count.stat[i].scale = FE_SCALE_NOT_AVAILABLE; in smsdvb_stats_not_ready()
152 c->block_error.stat[i].scale = FE_SCALE_NOT_AVAILABLE; in smsdvb_stats_not_ready()
153 c->block_count.stat[i].scale = FE_SCALE_NOT_AVAILABLE; in smsdvb_stats_not_ready()
251 c->block_error.stat[0].scale = FE_SCALE_COUNTER; in smsdvb_update_per_slices()
252 c->block_count.stat[0].scale = FE_SCALE_COUNTER; in smsdvb_update_per_slices()
257 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in smsdvb_update_per_slices()
258 c->post_bit_count.stat[0].scale = FE_SCALE_COUNTER; in smsdvb_update_per_slices()
[all …]
/kernel/linux/linux-4.19/include/linux/iio/
Dconsumer.h196 * scale will need to be applied if standard units required.
207 * scale will need to be applied if standard units required.
224 * the function will query the raw value and the channels scale and offset and
261 * scale will need to be applied if standard units required.
272 * scale will need to be applied if standard units are required.
288 * hence scale will need to be applied if standard units are required.
317 * iio_read_channel_scale() - read the scale value for a channel
334 * @scale: Scale factor to apply during the conversion
344 * The scale factor allows to increase the precession of the returned value. For
345 * a scale factor of 1 the function will return the result in the normal IIO
[all …]
/kernel/linux/linux-5.10/include/linux/iio/
Dconsumer.h175 * scale will need to be applied if standard units required.
186 * scale will need to be applied if standard units required.
203 * the function will query the raw value and the channels scale and offset and
240 * scale will need to be applied if standard units required.
251 * scale will need to be applied if standard units are required.
267 * hence scale will need to be applied if standard units are required.
310 * iio_read_channel_scale() - read the scale value for a channel
327 * @scale: Scale factor to apply during the conversion
337 * The scale factor allows to increase the precession of the returned value. For
338 * a scale factor of 1 the function will return the result in the normal IIO
[all …]

12345678910>>...79