Home
last modified time | relevance | path

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

12

/linux/drivers/hid/bpf/progs/
H A DXPPen__ArtistPro16Gen2.bpf.c223 __u16 compensation = (*compensation_table)[angle]; in compensate_coordinates_by_tilt() local
226 coords = (coords > compensation) ? coords - compensation : 0; in compensate_coordinates_by_tilt()
229 __u16 max = logical_maximum - compensation; in compensate_coordinates_by_tilt()
231 coords = (coords < max) ? coords + compensation : logical_maximum; in compensate_coordinates_by_tilt()
/linux/Documentation/devicetree/bindings/sound/
H 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.
H A Dst,sta32x.txt55 - st,drop-compensation-ns: number
57 "variable-drop-compensation".
58 Specifies the drop compensation in nanoseconds.
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H 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/ABI/testing/
H A Dsysfs-bus-iio-chemical-sgp407 temperature compensation.
16 humidity compensation.
H A Dsysfs-class-power-mp26295 Represents a battery impedance compensation to accelerate charging.
/linux/Documentation/devicetree/bindings/hwmon/
H 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/admin-guide/thermal/
H 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/hwmon/
H A Dntc_thermistor.rst22 Other NTC thermistors can be supported simply by adding compensation
34 compensation table to get the temperature input.
H A Dmax31730.rst26 diode, while beta compensation corrects for temperature-measurement
H A Dlm95234.rst33 beta compensation technology allows sensing of 90 nm or 65 nm process
H A Dadm1026.rst95 do not have PWM compensation, so it is probably best to control the fan
/linux/Documentation/sound/designs/
H 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/admin-guide/media/
H 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/drivers/hwmon/
H A Dntc_thermistor.c352 #define NTC_TYPE(ntc, compensation) \ argument
353 [(ntc)] = { .comp = (compensation), .n_comp = ARRAY_SIZE(compensation) }
/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa300-raumfeld-speaker-one.dts114 st,drop-compensation-ns = <80>;
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-intel-ipu3.rst75 /* Optical black level compensation */
H A Dcontrol.rst187 Adjusts the backlight compensation in a camera. The minimum value
188 disables backlight compensation.
H A Dext-ctrls-camera.rst66 Determines the automatic exposure compensation, it is effective only
72 Increasing the exposure compensation value is equivalent to
75 compensation by adjusting absolute exposure time and/or aperture.
/linux/Documentation/input/devices/
H A Dedt-ft5x06.rst25 allows setting the edge compensation in the range from 0 to 31.
/linux/mm/damon/
H A Dcore.c2058 unsigned long score_goal_diff, compensation; in damon_feed_loop_next_input() local
2072 compensation = last_input * score_goal_diff / goal; in damon_feed_loop_next_input()
2074 compensation = last_input / goal * score_goal_diff; in damon_feed_loop_next_input()
2077 return max(last_input - compensation, min_input); in damon_feed_loop_next_input()
2078 if (last_input < ULONG_MAX - compensation) in damon_feed_loop_next_input()
2079 return last_input + compensation; in damon_feed_loop_next_input()
/linux/arch/arm/mach-omap2/
H A DKconfig173 compensation for vdd mpu and vdd core from user space,
/linux/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst102 initial lid state and there is a compensation mechanism implemented to
/linux/LICENSES/deprecated/
H A DCC0-1.041 expectation of additional consideration or compensation, the person
/linux/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt203 ???: this does not match "180 degrees" - factors indicate ca. 3 degrees compensation

12