Home
last modified time | relevance | path

Searched full:calibrated (Results 1 – 25 of 81) sorted by relevance

1234

/linux/drivers/net/wireless/broadcom/b43/
H A Dlo.h20 /* This struct holds calibrated LO settings for a set of
24 * control values is calibrated for. */
29 /* The time when these settings were calibrated (in jiffies) */
49 /* List of calibrated control values (struct b43_lo_calib). */
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda.c37 * The order of calibrated-data writing function is a bit different from the
38 * order in UEFI. Here is the conversion to match the order of calibrated-data
72 * New features were added in calibrated Data V3: in tas2781_apply_calib()
75 * New features were added in calibrated Data V2: in tas2781_apply_calib()
80 * Layout of calibrated data V2 in UEFI(total 256 bytes): in tas2781_apply_calib()
86 * Calibrated Data of Device #i (20 bytes) in tas2781_apply_calib()
181 * Some devices save the calibrated data into L"CALI_DATA", in tas2781_save_calibration()
223 /* Check whether get the calibrated data */ in tas2781_save_calibration()
H A Dtas2781_hda_i2c.c381 * TAS2781_FMWLIB supports two solutions of calibrated data. One is in tas2563_save_calibration()
382 * from the driver itself: driver reads the calibrated files directly in tas2563_save_calibration()
384 * the audio hal will pass the calibrated data via kcontrol interface. in tas2563_save_calibration()
386 * device, calibrated data are usunally saved into UEFI. So Hda side in tas2563_save_calibration()
483 /* If calibrated data occurs error, dsp will still works with default in tasdevice_dspfw_init()
484 * calibrated data inside algo. in tasdevice_dspfw_init()
/linux/include/linux/mtd/
H A Dhyperbus.h71 * @calibrated: flag to indicate ctlr calibration sequence is complete
76 bool calibrated; member
/linux/include/linux/
H A Dled-lm3530.h92 * @als_vmin: als input voltage calibrated for max brightness in mV
93 * @als_vmax: als input voltage calibrated for min brightness in mV
/linux/drivers/mtd/hyperbus/
H A Dhyperbus-core.c99 if (ops->calibrate && !ctlr->calibrated) { in hyperbus_register_device()
105 ctlr->calibrated = true; in hyperbus_register_device()
/linux/Documentation/devicetree/bindings/thermal/
H A Dsocionext,uniphier-thermal.yaml37 A pair of calibrated values referred from PVT, in case that the values
H A Dqcom-spmi-adc-tm-hc.yaml75 channel will be calibrated with 0V and 1.25V reference channels,
/linux/drivers/macintosh/ams/
H A Dams.h60 /* calibrated null values */
/linux/Documentation/timers/
H A Dtimekeeping.rst166 jiffy) value, calibrated on boot.
169 is calibrated: as an effect when the frequency is geared down to half the
/linux/Documentation/devicetree/bindings/display/tegra/
H A Dnvidia,tegra114-mipi.yaml41 need to be calibrated for a given device.
H A Dnvidia,tegra20-dsi.yaml61 calibrated. See nvidia,tegra114-mipi.yaml for details.
/linux/arch/x86/kernel/
H A Di8253.c30 * calibrated against the PIT interrupt.
H A Dio_delay.c54 * are shorter until calibrated): in native_io_delay()
/linux/Documentation/devicetree/bindings/iio/temperature/
H A Dmelexis,mlx90632.yaml24 temperature. MLX90632 can be calibrated to reduce the housing effect via
/linux/drivers/clk/sunxi-ng/
H A Dccu-sun6i-rtc.c154 /* Assume the calibrated 32k clock is accurate. */ in ccu_iosc_32k_recalc_rate()
173 /* Assume the calibrated 32k clock is accurate. */ in ccu_iosc_32k_recalc_accuracy()
/linux/Documentation/usb/
H A Dmtouchusb.rst53 the device could be calibrated, the driver pulls to raw coordinate data from
/linux/Documentation/misc-devices/
H A Dbh1770glc.rst45 calibrated source of light is needed as a reference. Calibscale factor is set
/linux/drivers/mfd/
H A Diqs62x.c931 * numbers. It then determines if the device is factory-calibrated by in iqs62x_probe()
936 * For devices given in both calibrated and uncalibrated versions, the in iqs62x_probe()
937 * calibrated version (e.g. IQS620AT) appears first in the iqs62x_devs in iqs62x_probe()
976 * and the device is calibrated (if applicable). in iqs62x_probe()
/linux/drivers/iio/adc/
H A Dtwl6030-gpadc.c87 * GPADC is calibrated in two points: close to the beginning and
444 /* not calibrated channels have 0 in all structure members */ in twl6030_channel_calibrated()
563 * The GPADC channels are calibrated using a two point calibration method.
568 * The goal is to find offset and gain of the real curve for each calibrated
/linux/include/linux/iio/common/
H A Dcros_ec_sensors_core.h49 * captured data will always provide the calibrated
/linux/drivers/iio/chemical/
H A Dsen0322.c60 } else { /* The device is not calibrated, using the factory-defaults. */ in sen0322_read_scale()
/linux/sound/soc/codecs/
H A Des8326.c42 bool calibrated; member
623 if (!es8326->calibrated) { in es8326_mute()
632 es8326->calibrated = true; in es8326_mute()
980 if ((es8326->version >= ES8326_VERSION_B) && (es8326->calibrated == false)) { in es8326_calibrate()
1015 es8326->calibrated = true; in es8326_calibrate()
1134 es8326->calibrated = false; in es8326_suspend()
H A Dtas2781-i2c.c1406 cali_name = devm_kstrdup(priv->dev, "Speaker Calibrated Data", in tasdevice_create_cali_ctrls()
1410 /* the number of calibrated data per tas2563/tas2781 */ in tasdevice_create_cali_ctrls()
1413 * Data structure for tas2563/tas2781 calibrated data: in tasdevice_create_cali_ctrls()
1416 * book, page, register array for calibrated data (15 bytes) in tasdevice_create_cali_ctrls()
1419 * Calibrated data for Device #i (20 bytes) in tasdevice_create_cali_ctrls()
1683 /* If calibrated data occurs error, dsp will still works
1684 * with default calibrated data inside algo.
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c17 * Run a calibrated instruction loop and count instructions executed using

1234