| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | lo.h | 20 /* 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 D | tas2781_hda.c | 37 * 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 D | tas2781_hda_i2c.c | 381 * 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 D | hyperbus.h | 71 * @calibrated: flag to indicate ctlr calibration sequence is complete 76 bool calibrated; member
|
| /linux/include/linux/ |
| H A D | led-lm3530.h | 92 * @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 D | hyperbus-core.c | 99 if (ops->calibrate && !ctlr->calibrated) { in hyperbus_register_device() 105 ctlr->calibrated = true; in hyperbus_register_device()
|
| /linux/Documentation/devicetree/bindings/thermal/ |
| H A D | socionext,uniphier-thermal.yaml | 37 A pair of calibrated values referred from PVT, in case that the values
|
| H A D | qcom-spmi-adc-tm-hc.yaml | 75 channel will be calibrated with 0V and 1.25V reference channels,
|
| /linux/drivers/macintosh/ams/ |
| H A D | ams.h | 60 /* calibrated null values */
|
| /linux/Documentation/timers/ |
| H A D | timekeeping.rst | 166 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 D | nvidia,tegra114-mipi.yaml | 41 need to be calibrated for a given device.
|
| H A D | nvidia,tegra20-dsi.yaml | 61 calibrated. See nvidia,tegra114-mipi.yaml for details.
|
| /linux/arch/x86/kernel/ |
| H A D | i8253.c | 30 * calibrated against the PIT interrupt.
|
| H A D | io_delay.c | 54 * are shorter until calibrated): in native_io_delay()
|
| /linux/Documentation/devicetree/bindings/iio/temperature/ |
| H A D | melexis,mlx90632.yaml | 24 temperature. MLX90632 can be calibrated to reduce the housing effect via
|
| /linux/drivers/clk/sunxi-ng/ |
| H A D | ccu-sun6i-rtc.c | 154 /* 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 D | mtouchusb.rst | 53 the device could be calibrated, the driver pulls to raw coordinate data from
|
| /linux/Documentation/misc-devices/ |
| H A D | bh1770glc.rst | 45 calibrated source of light is needed as a reference. Calibscale factor is set
|
| /linux/drivers/mfd/ |
| H A D | iqs62x.c | 931 * 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 D | twl6030-gpadc.c | 87 * 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 D | cros_ec_sensors_core.h | 49 * captured data will always provide the calibrated
|
| /linux/drivers/iio/chemical/ |
| H A D | sen0322.c | 60 } else { /* The device is not calibrated, using the factory-defaults. */ in sen0322_read_scale()
|
| /linux/sound/soc/codecs/ |
| H A D | es8326.c | 42 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 D | tas2781-i2c.c | 1406 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 D | instruction_count_test.c | 17 * Run a calibrated instruction loop and count instructions executed using
|