| /kernel/linux/linux-6.6/include/linux/can/ |
| D | bittiming.h | 21 * struct can_tdc - CAN FD Transmission Delay Compensation parameters 28 * "Transmitter delay compensation" a SSP (Secondary Sample Point) 47 * @tdcv: Transmitter Delay Compensation Value. The time needed for 65 * @tdco: Transmitter Delay Compensation Offset. Offset value, in 70 * @tdcf: Transmitter Delay Compensation Filter window. Defines the 86 * Transmission Delay Compensation 88 * @tdcv_min: Transmitter Delay Compensation Value minimum value. If 92 * @tdcv_max: Transmitter Delay Compensation Value maximum value. If 97 * @tdco_min: Transmitter Delay Compensation Offset minimum value. 98 * @tdco_max: Transmitter Delay Compensation Offset maximum value. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | summit,smb347-charger.yaml | 61 summit,charge-current-compensation-microamp: 62 description: Charge current compensation (in uA) 68 summit,soft-compensation-method: 69 description: Soft temperature limit compensation method 72 - 0 # SMB3XX_SOFT_TEMP_COMPENSATE_NONE Compensation none 73 - 1 # SMB3XX_SOFT_TEMP_COMPENSATE_CURRENT Current compensation 74 - 2 # SMB3XX_SOFT_TEMP_COMPENSATE_VOLTAGE Voltage compensation 94 summit,charge-current-compensation-microamp: 107 summit,charge-current-compensation-microamp:
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/ |
| D | summit,smb347-charger.yaml | 61 summit,charge-current-compensation-microamp: 62 description: Charge current compensation (in uA) 68 summit,soft-compensation-method: 69 description: Soft temperature limit compensation method 72 - 0 # SMB3XX_SOFT_TEMP_COMPENSATE_NONE Compensation none 73 - 1 # SMB3XX_SOFT_TEMP_COMPENSATE_CURRENT Current compensation 74 - 2 # SMB3XX_SOFT_TEMP_COMPENSATE_VOLTAGE Voltage compensation 114 summit,charge-current-compensation-microamp: 127 summit,charge-current-compensation-microamp:
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
| D | us5182d.txt | 8 - upisemi,glass-coef: glass attenuation factor - compensation factor of 14 - upisemi,upper-dark-gain: 8-bit dark gain compensation factor(4 int and 4 17 - upisemi,lower-dark-gain: 8-bit dark gain compensation factor(4 int and 4 30 The glass-coef defaults to no compensation for the covering material. 33 There will be no dark-gain compensation by default when ALS > thresh 34 (0 * dark-gain), and a 1.35 compensation factor when ALS < thresh.
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
| D | conf.h | 17 * Per channel power compensation for 2.4GHz 24 * Per channel power compensation for 5GHz 109 * Compensation percentage of probe requests when scan initiated 117 * Compensation percentage of probe requests when active scan initiated 125 * Compensation percentage of WLAN active scan window if initiated 133 * Compensation percentage of WLAN passive scan window if initiated 141 * Compensation percentage of WLAN passive scan window if initiated 149 * Compensation percentage of WLAN passive scan window if initiated
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
| D | conf.h | 17 * Per channel power compensation for 2.4GHz 24 * Per channel power compensation for 5GHz 109 * Compensation percentage of probe requests when scan initiated 117 * Compensation percentage of probe requests when active scan initiated 125 * Compensation percentage of WLAN active scan window if initiated 133 * Compensation percentage of WLAN passive scan window if initiated 141 * Compensation percentage of WLAN passive scan window if initiated 149 * Compensation percentage of WLAN passive scan window if initiated
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | st,sta350.txt | 51 - "drop-compensation" 52 - "tapered-compensation" 54 - "variable-drop-compensation" (default) 56 - st,drop-compensation-ns: number 58 "variable-drop-compensation". 59 Specifies the drop compensation in nanoseconds. 82 - st,distortion-compensation: 83 If present, distortion compensation variable uses DCC coefficient.
|
| D | st,sta32x.txt | 55 - st,drop-compensation-ns: number 57 "variable-drop-compensation". 58 Specifies the drop compensation in nanoseconds.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | st,sta350.txt | 51 - "drop-compensation" 52 - "tapered-compensation" 54 - "variable-drop-compensation" (default) 56 - st,drop-compensation-ns: number 58 "variable-drop-compensation". 59 Specifies the drop compensation in nanoseconds. 82 - st,distortion-compensation: 83 If present, distortion compensation variable uses DCC coefficient.
|
| /kernel/linux/linux-5.10/Documentation/driver-api/thermal/ |
| D | intel_powerclamp.rst | 151 b) determine the amount of compensation needed at each target ratio 153 Compensation to each target ratio consists of two parts: 155 a) steady state error compensation 159 b) dynamic error compensation 164 A debugfs file is provided for the user to examine compensation 170 pct confidence steady dynamic (compensation) 203 Steady state compensation is used only when confidence levels of all 254 More compensation is needed on Westmere for the same amount of 255 target idle ratio. The compensation also increases as the idle ratio
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | led.c | 63 * compensation = (100 - averageDeviation) * 64 / 100 64 * NewBlinkTime = (compensation * BlinkTime) / 64 67 u8 time, u16 compensation) in iwl_blink_compensation() argument 69 if (!compensation) { in iwl_blink_compensation() 70 IWL_ERR(priv, "undefined blink compensation: " in iwl_blink_compensation() 75 return (u8)((time * compensation) >> 6); in iwl_blink_compensation()
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/thermal/ |
| D | intel_powerclamp.rst | 153 b) determine the amount of compensation needed at each target ratio 155 Compensation to each target ratio consists of two parts: 157 a) steady state error compensation 162 b) dynamic error compensation 168 A debugfs file is provided for the user to examine compensation 174 pct confidence steady dynamic (compensation) 207 Steady state compensation is used only when confidence levels of all 258 More compensation is needed on Westmere for the same amount of 259 target idle ratio. The compensation also increases as the idle ratio
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | led.c | 68 * compensation = (100 - averageDeviation) * 64 / 100 69 * NewBlinkTime = (compensation * BlinkTime) / 64 72 u8 time, u16 compensation) in iwl_blink_compensation() argument 74 if (!compensation) { in iwl_blink_compensation() 75 IWL_ERR(priv, "undefined blink compensation: " in iwl_blink_compensation() 80 return (u8)((time * compensation) >> 6); in iwl_blink_compensation()
|
| /kernel/linux/linux-6.6/drivers/iio/chemical/ |
| D | scd30.h | 15 /* start continuous measurement with pressure compensation */ 36 * Command for altitude compensation was omitted intentionally because 61 * no way to retrieve current ambient pressure compensation value from
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
| D | max6697.txt | 26 - beta-compensation-enable 27 Only valid for MAX6693 and MX6694. Set to enable beta compensation on 29 Beta compensation will be disabled if not specified.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/ |
| D | max6697.txt | 26 - beta-compensation-enable 27 Only valid for MAX6693 and MX6694. Set to enable beta compensation on 29 Beta compensation will be disabled if not specified.
|
| D | ti,tmp401.yaml | 46 ti,beta-compensation: 73 ti,beta-compensation: false 102 ti,beta-compensation = <0x7>;
|
| /kernel/linux/linux-5.10/drivers/iio/chemical/ |
| D | scd30.h | 15 /* start continuous measurement with pressure compensation */ 36 * Command for altitude compensation was omitted intentionally because 61 * no way to retrieve current ambient pressure compensation value from
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/light/ |
| D | upisemi,us5182.yaml | 22 glass attenuation factor - compensation factor of resolution 1000 36 8-bit dark gain compensation factor(4 int and 4 fractional bits - Q4.4) 43 8-bit dark gain compensation factor(4 int and 4 fractional bits - Q4.4)
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | ptp.c | 115 /* The hardware adds the clock compensation value to the PTP clock in ptp_adjfine() 118 * convention compensation value is in 64 bit fixed-point in ptp_adjfine() 122 * the compensation value should be corrected. in ptp_adjfine() 126 * where tbase is the basic compensation value calculated in ptp_adjfine() 186 /* Initial compensation value to start the nanosecs counter */ in ptp_probe()
|
| /kernel/linux/linux-6.6/drivers/rtc/ |
| D | rtc-tps65910.c | 34 /* Total number of RTC registers needed to set compensation registers */ 210 * TPS65910 uses two's complement 16 bit value for compensation for RTC in tps65910_rtc_set_calibration() 212 * increments from 0 to 1 compensation value will be added to internal in tps65910_rtc_set_calibration() 215 * Compensation value 0x7FFF is prohibited value. in tps65910_rtc_set_calibration() 217 * Valid range for compensation value: [-32768 .. 32766] in tps65910_rtc_set_calibration() 230 /* Update all the compensation registers in one shot */ in tps65910_rtc_set_calibration() 238 /* Enable automatic compensation */ in tps65910_rtc_set_calibration() 259 /* If automatic compensation is not enabled report back zero */ in tps65910_rtc_get_calibration()
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| D | rtc-tps65910.c | 33 /* Total number of RTC registers needed to set compensation registers */ 209 * TPS65910 uses two's complement 16 bit value for compensation for RTC in tps65910_rtc_set_calibration() 211 * increments from 0 to 1 compensation value will be added to internal in tps65910_rtc_set_calibration() 214 * Compensation value 0x7FFF is prohibited value. in tps65910_rtc_set_calibration() 216 * Valid range for compensation value: [-32768 .. 32766] in tps65910_rtc_set_calibration() 229 /* Update all the compensation registers in one shot */ in tps65910_rtc_set_calibration() 237 /* Enable automatic compensation */ in tps65910_rtc_set_calibration() 258 /* If automatic compensation is not enabled report back zero */ in tps65910_rtc_get_calibration()
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | pps.h | 86 struct pps_ktime assert_off_tu; /* offset compensation for assert */ 87 struct pps_ktime clear_off_tu; /* offset compensation for clear */ 99 #define PPS_OFFSETASSERT 0x10 /* apply compensation for assert event */ 100 #define PPS_OFFSETCLEAR 0x20 /* apply compensation for clear event */
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | pps.h | 86 struct pps_ktime assert_off_tu; /* offset compensation for assert */ 87 struct pps_ktime clear_off_tu; /* offset compensation for clear */ 99 #define PPS_OFFSETASSERT 0x10 /* apply compensation for assert event */ 100 #define PPS_OFFSETCLEAR 0x20 /* apply compensation for clear event */
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-chemical-sgp40 | 7 temperature compensation. 16 humidity compensation.
|