| /linux/drivers/power/supply/ |
| A D | twl4030_madc_battery.c | 83 calibration = bat->pdata->charging; in twl4030_madc_bat_voltscale() 85 calibration = bat->pdata->discharging; in twl4030_madc_bat_voltscale() 87 if (volt > calibration[0].voltage) { in twl4030_madc_bat_voltscale() 88 res = calibration[0].level; in twl4030_madc_bat_voltscale() 91 if (volt <= calibration[i].voltage && in twl4030_madc_bat_voltscale() 94 res = calibration[i].level - in twl4030_madc_bat_voltscale() 95 ((calibration[i].voltage - volt) * in twl4030_madc_bat_voltscale() 96 (calibration[i].level - in twl4030_madc_bat_voltscale() 97 calibration[i+1].level)) / in twl4030_madc_bat_voltscale() 98 (calibration[i].voltage - in twl4030_madc_bat_voltscale() [all …]
|
| /linux/drivers/rtc/ |
| A D | rtc-ab8500.c | 218 if ((calibration < -127) || (calibration > 127)) { in ab8500_rtc_set_calibration() 228 if (calibration >= 0) in ab8500_rtc_set_calibration() 229 rtccal = 0x7F & calibration; in ab8500_rtc_set_calibration() 231 rtccal = ~(calibration - 1) | 0x80; in ab8500_rtc_set_calibration() 253 *calibration = 0 - (rtccal & 0x7F); in ab8500_rtc_get_calibration() 255 *calibration = 0x7F & rtccal; in ab8500_rtc_get_calibration() 266 int calibration = 0; in ab8500_sysfs_store_rtc_calibration() local 268 if (sscanf(buf, " %i ", &calibration) != 1) { in ab8500_sysfs_store_rtc_calibration() 273 retval = ab8500_rtc_set_calibration(dev, calibration); in ab8500_sysfs_store_rtc_calibration() 282 int calibration = 0; in ab8500_sysfs_show_rtc_calibration() local [all …]
|
| A D | rtc-tps65910.c | 219 if ((calibration < -32768) || (calibration > 32766)) { in tps65910_rtc_set_calibration() 221 calibration); in tps65910_rtc_set_calibration() 225 value = (s16)calibration; in tps65910_rtc_set_calibration() 261 *calibration = 0; in tps65910_rtc_get_calibration() 274 *calibration = (s16)value; in tps65910_rtc_get_calibration() 281 int calibration; in tps65910_read_offset() local 285 ret = tps65910_rtc_get_calibration(dev, &calibration); in tps65910_read_offset() 290 tmp = calibration * (s64)PPB_MULT; in tps65910_read_offset() 305 int calibration; in tps65910_set_offset() local 322 calibration = (int)-tmp; in tps65910_set_offset() [all …]
|
| A D | rtc-tps6594.c | 208 static int tps6594_rtc_set_calibration(struct device *dev, int calibration) in tps6594_rtc_set_calibration() argument 222 if (calibration < S16_MIN + 1 || calibration > S16_MAX) in tps6594_rtc_set_calibration() 225 value = cpu_to_le16(calibration); in tps6594_rtc_set_calibration() 251 *calibration = 0; in tps6594_rtc_get_calibration() 260 *calibration = le16_to_cpu(value); in tps6594_rtc_get_calibration() 267 int calibration; in tps6594_rtc_read_offset() local 271 ret = tps6594_rtc_get_calibration(dev, &calibration); in tps6594_rtc_read_offset() 276 tmp = calibration * PPB_MULT; in tps6594_rtc_read_offset() 301 int calibration; in tps6594_rtc_set_offset() local 328 calibration = (int)-tmp; in tps6594_rtc_set_offset() [all …]
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-bus-iio-bno055 | 49 Reports the binary calibration data blob for the IMU sensors. 56 Can be 0 (calibration non even enabled) or 1 to 5 where the greater 57 the number, the better the calibration status. 64 Can be 0 (calibration non even enabled) or 1 to 5 where the greater 65 the number, the better the calibration status. 72 Can be 0 (calibration non even enabled) or 1 to 5 where the greater 73 the number, the better the calibration status. 80 Can be 0 (calibration non even enabled) or 1 to 5 where the greater 81 the number, the better the calibration status.
|
| A D | sysfs-bus-iio-adc-ad7192 | 26 Initiates the system calibration procedure. This is done on a 27 single channel at a time. Write '1' to start the calibration. 40 Reading returns a list with the possible calibration modes. 49 Sets up the calibration mode used in the system calibration 50 procedure. Reading returns the current calibration mode. 51 Writing sets the system calibration mode.
|
| A D | sysfs-bus-iio-chemical-vz89x | 6 Get the raw calibration VOC value from the sensor. 7 This value has little application outside of calibration.
|
| A D | sysfs-bus-iio-cdc-ad7746 | 6 Write 1 to trigger a calibration of the calibbias or 11 calibration".
|
| A D | sysfs-bus-i2c-devices-hm6352 | 15 What: /sys/bus/i2c/devices/.../calibration 19 Description: Sets the calibration on or off (1 = on, 0 = off). See the
|
| /linux/Documentation/iio/ |
| A D | bno055.rst | 28 the IMU has successfully autocalibrated) and to the calibration data blob. 32 with this calibration data. This saves the user from performing the 33 calibration procedure every time (which consist of moving the IMU in 36 The driver looks for calibration data file using two different names: first 39 IMU instance. If this file is not found, then a "generic" calibration file 43 Valid calibration file names would be e.g. 48 offsets from calibration data (if any), so that the user can apply them to
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| A D | qcom,pm8018-adc.yaml | 71 Note that channels c, d and f must be present for calibration. 72 These three nodes are used for absolute and ratiometric calibration 75 an interpolation calibration for all other ADCs. 92 Channel calibration type. If this property is specified 94 calibration. The available references are specified in the 96 to also specify this reference if ratiometric calibration 101 known as an absolute calibration. 103 The reference voltage pairs when using ratiometric calibration:
|
| A D | qcom,spmi-vadc.yaml | 63 reference point channels, are used for result calibration and their channel 110 Channel calibration type. 113 channel calibration. If property is not found, channel will be 115 known as absolute calibration. 118 the VDD reference (1.875V) and GND for channel calibration. If 120 reference channels, also known as absolute calibration.
|
| /linux/Documentation/devicetree/bindings/soc/mediatek/ |
| A D | mtk-svs.yaml | 47 Phandle to the calibration data provided by a nvmem device. 54 - const: svs-calibration-data 55 - const: t-calibration-data 92 nvmem-cell-names = "svs-calibration-data", "t-calibration-data";
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| A D | xlnx,zynqmp-rtc.yaml | 47 calibration: 49 calibration value for 1 sec period which will 50 be programmed directly to calibration register. 80 calibration = <0x198233>;
|
| /linux/Documentation/devicetree/bindings/mmc/ |
| A D | nvidia,tegra20-sdhci.yaml | 113 description: Specify drive strength calibration offsets for 1.8 V 119 automatic calibration times out on a 1.8 V signaling mode. 123 description: Specify drive strength calibration offsets for 3.3 V 129 automatic calibration times out on a 3.3 V signaling mode. 133 description: Specify drive strength calibration offsets for SDR104 mode. 137 description: Specify drive strength calibration offsets for HS400 mode. 141 description: Specify drive strength calibration offsets for 1.8 V 147 automatic calibration times out on a 1.8 V signaling mode. 151 description: Specify drive strength calibration offsets for 3.3 V 164 automatic calibration times out on a 3.3 V signaling mode. [all …]
|
| /linux/drivers/thermal/ |
| A D | qoriq_thermal.c | 189 const u32 *calibration; in qoriq_tmu_calibration() local 209 calibration = of_get_property(np, "fsl,tmu-calibration", &len); in qoriq_tmu_calibration() 210 if (calibration == NULL || len % 8) { in qoriq_tmu_calibration() 215 for (i = 0; i < len; i += 8, calibration += 2) { in qoriq_tmu_calibration() 216 val = of_read_number(calibration, 1); in qoriq_tmu_calibration() 218 val = of_read_number(calibration + 1, 1); in qoriq_tmu_calibration()
|
| /linux/Documentation/devicetree/bindings/nvmem/ |
| A D | sunplus,sp7021-ocotp.yaml | 32 thermal-calibration: 34 description: thermal calibration values 66 therm_calib: thermal-calibration@14 {
|
| /linux/Documentation/devicetree/bindings/thermal/ |
| A D | allwinner,sun8i-a83t-ths.yaml | 54 const: calibration 149 nvmem-cell-names = "calibration"; 162 nvmem-cell-names = "calibration"; 175 nvmem-cell-names = "calibration";
|
| A D | qoriq-thermal.yaml | 43 fsl,tmu-calibration: 46 A list of cell pairs containing temperature calibration data, as 74 - fsl,tmu-calibration 85 fsl,tmu-calibration = <0x00000000 0x00000025>,
|
| A D | mediatek,thermal.yaml | 64 NVMEM cell with EEPROMA phandle to the calibration data provided by an 69 - const: calibration-data 97 nvmem-cell-names = "calibration-data";
|
| /linux/Documentation/hwmon/ |
| A D | ina209.rst | 27 calibration multiplier to scale the displayed current and power values. 83 The power and current registers in this chip require that the calibration 87 the ina2xx driver for this purpose. If calibration register data is not provided 88 via platform data, the driver checks if the calibration register has been 91 programmed into the calibration register.
|
| /linux/Documentation/devicetree/bindings/net/wireless/ |
| A D | qca,ath9k.yaml | 55 - description: Reference to an nvmem node for calibration data 60 - const: calibration 88 nvmem-cell-names = "mac-address", "calibration";
|
| A D | qcom,ath11k-pci.yaml | 26 qcom,ath11k-calibration-variant: 29 string to uniquely identify variant of the calibration data for designs 102 qcom,ath11k-calibration-variant = "LE_X13S";
|
| /linux/Documentation/devicetree/bindings/phy/ |
| A D | mediatek,dsi-phy.yaml | 59 description: A phandle to the calibration data provided by a nvmem device, 64 - const: calibration-data 93 nvmem-cell-names = "calibration-data";
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | rt1011.txt | 26 u32. The temperature was measured while doing the calibration. Units: Celsius degree 29 u32. This is r0 calibration data which was measured in factory mode.
|