Home
last modified time | relevance | path

Searched refs:compensation (Results 1 – 25 of 55) sorted by relevance

123

/linux/drivers/hid/bpf/progs/
A DXPPen__ArtistPro16Gen2.bpf.c194 __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 Dsummit,smb347-charger.yaml61 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 Dst,sta350.txt51 - "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 Dst,sta32x.txt55 - st,drop-compensation-ns: number
57 "variable-drop-compensation".
58 Specifies the drop compensation in nanoseconds.
/linux/Documentation/devicetree/bindings/hwmon/
A Dti,tmp401.yaml46 ti,beta-compensation:
73 ti,beta-compensation: false
102 ti,beta-compensation = <0x7>;
A Dmax6697.txt26 - 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 Dsysfs-bus-iio-chemical-sgp407 temperature compensation.
16 humidity compensation.
A Dsysfs-class-power-mp26295 Represents a battery impedance compensation to accelerate charging.
/linux/Documentation/devicetree/bindings/iio/light/
A Dupisemi,us5182.yaml22 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 Damstaos,tsl2563.yaml27 description: Multiplier for gain compensation
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
A Dled.c67 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 Dntc_thermistor.rst22 Other NTC thermistors can be supported simply by adding compensation
34 compensation table to get the temperature input.
A Dmax31730.rst26 diode, while beta compensation corrects for temperature-measurement
A Dlm95234.rst33 beta compensation technology allows sensing of 90 nm or 65 nm process
/linux/Documentation/admin-guide/thermal/
A Dintel_powerclamp.rst153 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 Dadi,admv1014.yaml87 adi,p1db-compensation-enable:
142 adi,p1db-compensation-enable;
/linux/Documentation/sound/designs/
A Dtimestamping.rst148 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 Drohm,bm1390.yaml14 compensation for the MEMS. Pressure range is from 300 hPa to 1300 hPa
/linux/Documentation/devicetree/bindings/phy/
A Drealtek,usb2phy.yaml116 efuse table. This property provides drive compensation.
126 This adjusts the disconnection level compensation for the different
A Dphy-stm32-usbphyc.yaml128 Controls HS driver current trimming for choke compensation
152 Controls HS driver impedance tuning for choke compensation
/linux/drivers/hwmon/
A Dntc_thermistor.c312 #define NTC_TYPE(ntc, compensation) \ argument
313 [(ntc)] = { .comp = (compensation), .n_comp = ARRAY_SIZE(compensation) }
/linux/Documentation/admin-guide/media/
A Dimx.rst29 (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 Dpxa300-raumfeld-speaker-one.dts114 st,drop-compensation-ns = <80>;
/linux/Documentation/userspace-api/media/v4l/
A Dmetafmt-intel-ipu3.rst74 /* Optical black level compensation */
/linux/mm/damon/
A Dcore.c1461 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()

Completed in 38 milliseconds

123