Home
last modified time | relevance | path

Searched refs:scale (Results 551 - 575 of 905) sorted by relevance

1...<<21222324252627282930>>...37

/kernel/linux/linux-6.6/drivers/iio/gyro/
H A Dfxas21002c_core.c556 int scale; in fxas21002c_scale_get() local
564 scale = fxas21002c_range_fs_from_value(data, fs_bits); in fxas21002c_scale_get()
565 if (scale < 0) { in fxas21002c_scale_get()
566 ret = scale; in fxas21002c_scale_get()
570 *val = scale; in fxas21002c_scale_get()
/test/xts/acts/ai/nncore/opstest/src/
H A Ddetection_post_process_test.cpp62 OHNNOperandTest scale = {OH_NN_FLOAT32, OH_NN_DETECTION_POST_PROCESS_SCALE, {4}, &scaleValue, 4*sizeof(float)}; member
81 inputSize, scale, nmsIoUThreshold, nmsScoreThreshold, maxDetections,
134 dppModel.scale, dppModel.nmsIoUThreshold, dppModel.nmsScoreThreshold, dppModel.maxDetections, in HWTEST_F()
160 dppModel.scale, dppModel.nmsIoUThreshold, dppModel.nmsScoreThreshold, dppModel.maxDetections, in HWTEST_F()
188 dppModel.confidences, dppModel.numDetections, dppModel.inputSize, dppModel.scale, in HWTEST_F()
/kernel/linux/linux-5.10/drivers/base/
H A Darch_topology.c39 unsigned long scale; in topology_set_freq_scale() local
47 * want to update the scale factor with information from CPUFREQ. in topology_set_freq_scale()
48 * Instead the scale factor will be updated from arch_scale_freq_tick. in topology_set_freq_scale()
53 scale = (cur_freq << SCHED_CAPACITY_SHIFT) / max_freq; in topology_set_freq_scale()
56 per_cpu(freq_scale, i) = scale; in topology_set_freq_scale()
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H A Dsensors.c159 s->scale = SENSOR_SCALE(attrh); in scmi_sensor_description_get()
161 if (s->scale & SENSOR_SCALE_SIGN) in scmi_sensor_description_get()
162 s->scale |= SENSOR_SCALE_EXTEND; in scmi_sensor_description_get()
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_pm81.c20 * scaling factors (scale/offsets) expressed as 4.12 fixed point values
21 * signed offset, unsigned scale)
41 * linear-factors : offset = 0xff38 scale = 0x0ccd
42 * offset = 0x0208 scale = 0x07ae
53 * linear-factors : offset = 0xff38 scale = 0x0ccd
54 * offset = 0x0000 scale = 0x0000
65 * linear-factors : offset = 0x0000 scale = 0x1000
66 * offset = 0x0091 scale = 0x0bae
69 * has an additional pair of scaling factor. This is used to scale the
77 * linear-factors : offset = 0xfb50 scale
250 s32 scale; global() member
[all...]
/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dmxc4005.c77 int scale; member
183 return mxc4005_scale_table[i].scale; in mxc4005_read_scale()
193 if (mxc4005_scale_table[i].scale == val) { in mxc4005_set_scale()
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dsun4i-gpadc-iio.c418 int val, scale, offset; in sun4i_gpadc_get_temp() local
423 sun4i_gpadc_temp_scale(info->indio_dev, &scale); in sun4i_gpadc_get_temp()
426 *temp = (val + offset) * scale; in sun4i_gpadc_get_temp()
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dbacklight.c310 if (WARN_ON(bd->props.scale > BACKLIGHT_SCALE_NON_LINEAR)) in scale_show()
313 return sprintf(buf, "%s\n", backlight_scale_types[bd->props.scale]); in scale_show()
315 static DEVICE_ATTR_RO(scale);
/kernel/linux/linux-5.10/tools/perf/util/
H A Devsel.h64 double scale; member
167 bool scale, s8 *pscaled);
283 int __evsel__read_on_cpu(struct evsel *evsel, int cpu, int thread, bool scale);
H A Dstat.c350 perf_counts_values__scale(count, config->scale, NULL); in process_counter_values()
432 perf_counts_values__scale(aggr, config->scale, &counter->counts->scaled); in perf_stat_process_counter()
505 ret += fprintf(fp, "... scale %d\n", sc.scale); in perf_event__fprintf_stat_config()
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dbacklight.c313 if (WARN_ON(bd->props.scale > BACKLIGHT_SCALE_NON_LINEAR)) in scale_show()
316 return sprintf(buf, "%s\n", backlight_scale_types[bd->props.scale]); in scale_show()
318 static DEVICE_ATTR_RO(scale);
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c356 const struct v4l2_area *scale, in mxc_isi_channel_config()
370 mxc_isi_channel_set_scaling(pipe, in_encoding, in_size, scale, in mxc_isi_channel_config()
372 mxc_isi_channel_set_crop(pipe, scale, crop); in mxc_isi_channel_config()
353 mxc_isi_channel_config(struct mxc_isi_pipe *pipe, enum mxc_isi_input_id input, const struct v4l2_area *in_size, const struct v4l2_area *scale, const struct v4l2_rect *crop, enum mxc_isi_encoding in_encoding, enum mxc_isi_encoding out_encoding) mxc_isi_channel_config() argument
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dmxc4005.c77 int scale; member
183 return mxc4005_scale_table[i].scale; in mxc4005_read_scale()
193 if (mxc4005_scale_table[i].scale == val) { in mxc4005_set_scale()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dsun4i-gpadc-iio.c417 int val, scale, offset; in sun4i_gpadc_get_temp() local
422 sun4i_gpadc_temp_scale(info->indio_dev, &scale); in sun4i_gpadc_get_temp()
425 *temp = (val + offset) * scale; in sun4i_gpadc_get_temp()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_pm81.c20 * scaling factors (scale/offsets) expressed as 4.12 fixed point values
21 * signed offset, unsigned scale)
41 * linear-factors : offset = 0xff38 scale = 0x0ccd
42 * offset = 0x0208 scale = 0x07ae
53 * linear-factors : offset = 0xff38 scale = 0x0ccd
54 * offset = 0x0000 scale = 0x0000
65 * linear-factors : offset = 0x0000 scale = 0x1000
66 * offset = 0x0091 scale = 0x0bae
69 * has an additional pair of scaling factor. This is used to scale the
77 * linear-factors : offset = 0xfb50 scale
251 s32 scale; global() member
[all...]
/kernel/linux/linux-6.6/sound/soc/atmel/
H A Datmel-pdmic.c221 /* Mic Gain = dgain * 2^(-scale) */
224 unsigned int scale; member
295 (mic_gain_table[i].scale == scale_val)) in pdmic_get_mic_volsw()
323 mic_gain_table[val].scale << PDMIC_DSPR0_SCALE_SHIFT); in pdmic_put_mic_volsw()
/test/testfwk/arkxtest/uitest/core/
H A Dwidget_operator.cpp158 void WidgetOperator::PinchWidget(float_t scale, ApiCallErr &error) const in PinchWidget() argument
165 if (scale < 0) { in PinchWidget()
166 error = ApiCallErr(ERR_INVALID_INPUT, "Please input the correct scale"); in PinchWidget()
169 auto touch = GenericPinch(rectBound, scale); in PinchWidget()
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp229 float scale = 1.0f; in StartCapture() local
230 if (options.type() == nlohmann::detail::value_t::object && options.contains("scale")) { in StartCapture()
231 nlohmann::json val = options["scale"]; in StartCapture()
232 EXTENSION_API_CHECK(val.type() == detail::value_t::number_float, "Illegal scale value", ERR_BAD_ARG); in StartCapture()
233 scale = val.get<float>(); in StartCapture()
235 StartScreenCopy(scale, [callback](uint8_t *data, size_t len) { in StartCapture()
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1068 /* Copy c8 4 MSB to 4 LSB for full scale c12 */ in c8_to_c12()
1939 "%s: Lite plane %u can't scale %ux%u!=%ux%u\n", in dispc_plane_check()
1994 struct dispc_scaling_params scale; in dispc_plane_setup() local
1996 dispc_vid_calc_scaling(dispc, state, &scale, lite); in dispc_plane_setup()
2006 (scale.in_w - 1) | ((scale.in_h - 1) << 16)); in dispc_plane_setup()
2011 pixinc(scale.xinc, cpp * 2)); in dispc_plane_setup()
2014 pixinc(scale.xinc, cpp)); in dispc_plane_setup()
2017 pixinc(1 + (scale.yinc * fb_width - in dispc_plane_setup()
2018 scale in dispc_plane_setup()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1120 /* Copy c8 4 MSB to 4 LSB for full scale c12 */ in c8_to_c12()
1992 "%s: Lite plane %u can't scale %ux%u!=%ux%u\n", in dispc_plane_check()
2047 struct dispc_scaling_params scale; in dispc_plane_setup() local
2049 dispc_vid_calc_scaling(dispc, state, &scale, lite); in dispc_plane_setup()
2059 (scale.in_w - 1) | ((scale.in_h - 1) << 16)); in dispc_plane_setup()
2064 pixinc(scale.xinc, cpp * 2)); in dispc_plane_setup()
2067 pixinc(scale.xinc, cpp)); in dispc_plane_setup()
2070 pixinc(1 + (scale.yinc * fb_width - in dispc_plane_setup()
2071 scale in dispc_plane_setup()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dvoltage.h57 * @scale: function used to scale the voltage of the voltagedomain
83 int (*scale) (struct voltagedomain *voltdm, member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_dpio_phy.h21 enum port port, u32 margin, u32 scale,
/kernel/linux/linux-5.10/include/linux/iio/common/
H A Dcros_ec_sensors_core.h77 u16 scale; member
/kernel/linux/linux-5.10/include/linux/iio/
H A 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 facto
[all...]
/kernel/linux/linux-5.10/include/linux/mfd/wm8350/
H A Dcomparator.h168 int wm8350_read_auxadc(struct wm8350 *wm8350, int channel, int scale,

Completed in 24 milliseconds

1...<<21222324252627282930>>...37