| /linux/drivers/hid/bpf/progs/ |
| A D | XPPen__ArtistPro16Gen2.bpf.c | 194 __u16 compensation = (*compensation_table)[angle]; in compensate_coordinates_by_tilt() local 197 coords = (coords > compensation) ? coords - compensation : 0; in compensate_coordinates_by_tilt() 200 __u16 max = logical_maximum - compensation; in compensate_coordinates_by_tilt() 202 coords = (coords < max) ? coords + compensation : logical_maximum; in compensate_coordinates_by_tilt()
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| A 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 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:
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A 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.
|
| A D | st,sta32x.txt | 55 - st,drop-compensation-ns: number 57 "variable-drop-compensation". 58 Specifies the drop compensation in nanoseconds.
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| A D | ti,tmp401.yaml | 46 ti,beta-compensation: 73 ti,beta-compensation: false 102 ti,beta-compensation = <0x7>;
|
| A 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.
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-bus-iio-chemical-sgp40 | 7 temperature compensation. 16 humidity compensation.
|
| A D | sysfs-class-power-mp2629 | 5 Represents a battery impedance compensation to accelerate charging.
|
| /linux/Documentation/devicetree/bindings/iio/light/ |
| A 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)
|
| A D | amstaos,tsl2563.yaml | 27 description: Multiplier for gain compensation
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | led.c | 67 u8 time, u16 compensation) in iwl_blink_compensation() argument 69 if (!compensation) { in iwl_blink_compensation() 75 return (u8)((time * compensation) >> 6); in iwl_blink_compensation()
|
| /linux/Documentation/hwmon/ |
| A D | ntc_thermistor.rst | 22 Other NTC thermistors can be supported simply by adding compensation 34 compensation table to get the temperature input.
|
| A D | max31730.rst | 26 diode, while beta compensation corrects for temperature-measurement
|
| A D | lm95234.rst | 33 beta compensation technology allows sensing of 90 nm or 65 nm process
|
| /linux/Documentation/admin-guide/thermal/ |
| A D | intel_powerclamp.rst | 153 b) determine the amount of compensation needed at each target ratio 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
|
| /linux/Documentation/devicetree/bindings/iio/frequency/ |
| A D | adi,admv1014.yaml | 87 adi,p1db-compensation-enable: 142 adi,p1db-compensation-enable;
|
| /linux/Documentation/sound/designs/ |
| A D | timestamping.rst | 148 1. DMA timestamp, no compensation for DMA+analog delay 159 2. DMA timestamp, compensation for DMA+analog delay 169 3. link timestamp, compensation for DMA+analog delay 194 Example 3: DMA timestamp, no compensation for delay, delta of ~5ms 206 Example 4: DMA timestamp, compensation for delay, delay of ~1ms
|
| /linux/Documentation/devicetree/bindings/iio/pressure/ |
| A D | rohm,bm1390.yaml | 14 compensation for the MEMS. Pressure range is from 300 hPa to 1300 hPa
|
| /linux/Documentation/devicetree/bindings/phy/ |
| A D | realtek,usb2phy.yaml | 116 efuse table. This property provides drive compensation. 126 This adjusts the disconnection level compensation for the different
|
| A D | phy-stm32-usbphyc.yaml | 128 Controls HS driver current trimming for choke compensation 152 Controls HS driver impedance tuning for choke compensation
|
| /linux/drivers/hwmon/ |
| A D | ntc_thermistor.c | 312 #define NTC_TYPE(ntc, compensation) \ argument 313 [(ntc)] = { .comp = (compensation), .n_comp = ARRAY_SIZE(compensation) }
|
| /linux/Documentation/admin-guide/media/ |
| A D | imx.rst | 29 (without motion compensation which requires the VDIC). 57 support for different motion compensation modes (low, medium, and high 96 motion compensation modes: low, medium, and high motion. Pipelines are 216 interweave without motion compensation, which is activated if the source 278 motion compensation modes: low, medium, and high motion. The mode is 324 de-interlace without motion compensation, and pixel reordering. 340 interweaving without motion compensation. However, note that if the 344 motion compensation) and therefore the field type output from 471 interweave (unconverted and without motion compensation). The adv7180 529 interweave (unconverted and without motion compensation). The adv7180
|
| /linux/arch/arm/boot/dts/intel/pxa/ |
| A D | pxa300-raumfeld-speaker-one.dts | 114 st,drop-compensation-ns = <80>;
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | metafmt-intel-ipu3.rst | 74 /* Optical black level compensation */
|
| /linux/mm/damon/ |
| A D | core.c | 1461 unsigned long score_goal_diff, compensation; in damon_feed_loop_next_input() local 1475 compensation = last_input * score_goal_diff / goal; in damon_feed_loop_next_input() 1477 compensation = last_input / goal * score_goal_diff; in damon_feed_loop_next_input() 1480 return max(last_input - compensation, min_input); in damon_feed_loop_next_input() 1481 if (last_input < ULONG_MAX - compensation) in damon_feed_loop_next_input() 1482 return last_input + compensation; in damon_feed_loop_next_input()
|