Home
last modified time | relevance | path

Searched full:correction (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/Linux-v5.4/drivers/edac/
DKconfig13 tristate "EDAC (Error Detection And Correction) reporting"
81 Support for error detection and correction of DRAM ECC errors on
107 Support for error detection and correction on the AMD 76x
114 Support for error detection and correction on the Intel
121 Support for error detection and correction on the Intel
129 Support for error detection and correction on the Intel
136 Support for error detection and correction on the Intel
143 Support for error detection and correction on the Intel
150 Support for error detection and correction on the Intel
157 Support for error detection and correction on the Intel
[all …]
/Linux-v5.4/drivers/media/platform/atmel/
Datmel-isc-regs.h125 /* ISC Color Correction Control Register */
128 /* ISC Color Correction RR RG Register */
131 /* ISC Color Correction RB OR Register */
134 /* ISC Color Correction GR GG Register */
137 /* ISC Color Correction GB OG Register */
140 /* ISC Color Correction BR BG Register */
143 /* ISC Color Correction BB OB Register */
146 /* ISC Gamma Correction Control Register */
149 /* ISC_Gamma Correction Blue Entry Register */
152 /* ISC_Gamma Correction Green Entry Register */
[all …]
/Linux-v5.4/Documentation/driver-api/
Dmtdnand.rst401 and correction. Return 1 respectively 2 in case the error can be
404 software generator then use the correction function provided by
412 standard Reed-Solomon syndrome before calling the error correction code
697 0x00 ECC byte 0 Error correction code byte 0
698 0x01 ECC byte 1 Error correction code byte 1
699 0x02 ECC byte 2 Error correction code byte 2
717 0x00 ECC byte 0 Error correction code byte 0 of the lower
719 0x01 ECC byte 1 Error correction code byte 1 of the lower
721 0x02 ECC byte 2 Error correction code byte 2 of the lower
723 0x03 ECC byte 3 Error correction code byte 0 of the upper
[all …]
/Linux-v5.4/include/uapi/linux/
Drtc.h44 * Data structure to control PLL correction some better RTC feature
45 * pll_value is used to get or set current value of correction,
58 int pll_value; /* get/set correction value */
61 int pll_posmult; /* factor for +ve correction */
62 int pll_negmult; /* factor for -ve correction */
92 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info) /* Get PLL correction */
93 #define RTC_PLL_SET _IOW('p', 0x12, struct rtc_pll_info) /* Set PLL correction */
Djoystick.h61 #define JSIOCSCORR _IOW('j', 0x21, struct js_corr) /* set correction values */
62 #define JSIOCGCORR _IOR('j', 0x22, struct js_corr) /* get correction values */
70 * Types and constants for get/set correction
/Linux-v5.4/drivers/mtd/nand/raw/ingenic/
DKconfig7 based boards, using the BCH controller for hardware error correction.
18 Enable this driver to support the Reed-Solomon error-correction
28 Enable this driver to support the BCH error-correction hardware
38 Enable this driver to support the BCH error-correction hardware
/Linux-v5.4/drivers/macintosh/
Dwindfarm_pm121.c24 * Target Correction :
26 * controls have a target correction calculated as :
31 * OD Fan control correction.
41 * HD Fan control correction.
51 * CPU Fan control correction.
63 * Some controls have a target correction which depends on another
64 * control value. The correction is computed in the following way :
85 * In order to have the moste efficient correction with those
311 /* CPUFREQ has no correction (and is not implemented at all) */
317 struct pm121_correction correction; member
[all …]
/Linux-v5.4/Documentation/core-api/
Dlibrs.rst11 correction functions.
34 correction with the given polynomial. It either uses an existing
91 The correction of the data buffer can be suppressed by providing a
92 correction pattern buffer and an error location buffer to the decoder.
93 The decoder stores the calculated error location and the correction
102 Decoding with syndrome calculation, direct data correction
119 Decoding with syndrome given by hardware decoder, direct data correction
138 Decoding with syndrome given by hardware decoder, no direct data correction.
/Linux-v5.4/Documentation/media/v4l-drivers/
Dipu3.rst272 Distortion Correction (GDC) -> DDR
377 c [label="Optical Black Correction"]
379 e [label="Lens Shading Correction"]
384 j [label="Color Correction Matrix"]
385 k [label="Gamma correction"]
389 o [label="Total Color Correction"]
409 Optical Black Correction Optical Black Correction block subtracts a pre-defined
417 SHD Lens shading correction is used to correct spatial
434 Color Correction Color Correction algo transforms sensor specific color
438 Gamma correction Gamma correction :c:type:`ipu3_uapi_gamma_config` is a
[all …]
/Linux-v5.4/lib/lz4/
Dlz4hc_compress.c433 int correction; in LZ4HC_compress_generic() local
441 correction = new_ml - (int)(start2 - ip); in LZ4HC_compress_generic()
443 if (correction > 0) { in LZ4HC_compress_generic()
444 start2 += correction; in LZ4HC_compress_generic()
445 ref2 += correction; in LZ4HC_compress_generic()
446 ml2 -= correction; in LZ4HC_compress_generic()
486 int correction = (int)(ip + ml - start2); in LZ4HC_compress_generic() local
488 start2 += correction; in LZ4HC_compress_generic()
489 ref2 += correction; in LZ4HC_compress_generic()
490 ml2 -= correction; in LZ4HC_compress_generic()
[all …]
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsunxi_engine.h82 * This callback will enable the color correction in the
92 * This callback will stop the color correction in the
157 * sunxi_engine_apply_color_correction - Apply the RGB2YUV color correction
162 * without the color correction, due to TV Encoder expects the engine to
173 * sunxi_engine_disable_color_correction - Disable the color space correction
/Linux-v5.4/include/uapi/linux/dvb/
Dfrontend.h283 * enum fe_code_rate - Type of Forward Error Correction (FEC)
286 * @FEC_NONE: No Forward Error Correction Code
287 * @FEC_1_2: Forward Error Correction Code 1/2
288 * @FEC_2_3: Forward Error Correction Code 2/3
289 * @FEC_3_4: Forward Error Correction Code 3/4
290 * @FEC_4_5: Forward Error Correction Code 4/5
291 * @FEC_5_6: Forward Error Correction Code 5/6
292 * @FEC_6_7: Forward Error Correction Code 6/7
293 * @FEC_7_8: Forward Error Correction Code 7/8
294 * @FEC_8_9: Forward Error Correction Code 8/9
[all …]
/Linux-v5.4/include/media/davinci/
Ddm355_ccdc.h135 /* Structures for Vertical Defect Correction*/
182 * Main Structure for vertical defect correction. Vertical defect
183 * correction can correct up to 16 defects if defects less than 16
222 * horz and vertical data offset. Applicable for defect correction
232 /* structure for vertical Defect Correction Module Configuration */
/Linux-v5.4/drivers/media/i2c/smiapp/
Dsmiapp-quirk.c80 { 0x331e, 0x0f }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
81 { 0x3320, 0x30 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
82 { 0x3321, 0x11 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
83 { 0x3322, 0x98 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
84 { 0x3323, 0x64 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
88 { 0x3345, 0x2f }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
/Linux-v5.4/tools/perf/pmu-events/arch/x86/amdfam17h/
Dbranch.json5 "BriefDescription": "L1 BTB Correction."
10 "BriefDescription": "L2 BTB Correction."
/Linux-v5.4/drivers/mtd/nand/raw/
Dnand_bch.c3 * This file provides ECC correction for more than 1 bit per block of data,
91 * nand_bch_init - [NAND Interface] Initialize NAND BCH error correction
97 * Initialize NAND BCH error correction. Parameters @eccsize and @eccbytes
99 * correction capability). @eccbytes should be equal to the number of bytes
102 * Example: to configure 4 bit correction per 512 bytes, you should pass
DKconfig30 This enables support for software BCH error correction. Binary BCH
33 of error correction.
73 bool "Support hardware based BCH error correction"
79 the cpu from doing ECC error searching and correction. However some
314 correction is supported. Hardware ECC is only enabled through
426 a maximum 8-bit correction error per sector of 512 bytes.
/Linux-v5.4/Documentation/devicetree/bindings/edac/
Daspeed-sdram-edac.txt4 correction check).
6 The memory controller supports SECDED (single bit error correction, double bit
/Linux-v5.4/drivers/staging/media/ipu3/include/
Dintel-ipu3.h564 /* number of elements in gamma correction LUT */
594 * Precision u3.13, range [0, 8). White balance correction is done by applying
613 * its neighbors.(used by dynamic defect pixel correction sub block)
660 * Parameters for noise model (NM) adaptation of BNR due to shading correction.
679 * correction (should be calculated based on shading tables)
714 * @w0_coeff: Blending coefficient of defect pixel correction.
717 * @w1_coeff: Enable influence of incorrect defect pixel correction to be
752 * @bpc_enable: Bad pixel correction enable control, 0 - disable, 1 - enable.
876 * @fcc_en: False color correction (FCC) enable flag. Default 0.
893 * @coring_param: Defines power of false color correction operation.
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dgpmc-nand.txt49 Using ELM for ECC error correction frees some CPU cycles.
113 support ecc-schemes with hardware error-correction (BCHx_HW). However
114 such SoC can use ecc-schemes with software library for error-correction
115 (BCHx_HW_DETECTION_SW). The error correction capability with software
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dst,sta32x.txt67 If present, power bridge correction for THD reduction near maximum
96 st,max-power-correction; // enables power bridge
97 // correction for THD reduction
Dst,sta350.txt71 If present, power bridge correction for THD reduction near maximum
126 st,max-power-correction; // enables power bridge
127 // correction for THD reduction
/Linux-v5.4/Documentation/devicetree/bindings/media/
Drenesas,imr.txt1 Renesas R-Car Image Renderer (Distortion Correction Engine)
4 The image renderer, or the distortion correction engine, is a drawing processor
/Linux-v5.4/lib/reed_solomon/
Dtest_rslib.c34 __param(int, bc, 1, "Test for correct behaviour beyond error correction capacity");
80 uint16_t *corr; /* correction buffer */
259 /* Test up to error correction capacity */
317 "Testing correction buffer interface...", in ex_rs_helper()
357 pr_info("Testing up to error correction capacity...\n"); in exercise_rs()
365 /* Tests for correct behaviour beyond error correction capacity */
415 pr_info("Testing beyond error correction capacity...\n"); in exercise_rs_bc()
/Linux-v5.4/drivers/net/ethernet/sfc/
Dptp.c242 * @ts_corrections.ptp_tx: Required driver correction of PTP packet transmit
244 * @ts_corrections.ptp_rx: Required driver correction of PTP packet receive
247 * @ts_corrections.pps_in: Required driver correction of PPS input timestamps
248 * @ts_corrections.general_tx: Required driver correction of general packet
250 * @ts_corrections.general_rx: Required driver correction of general packet
300 s32 correction);
449 s32 correction) in efx_ptp_s_ns_to_ktime_correction() argument
452 if (correction >= 0) in efx_ptp_s_ns_to_ktime_correction()
453 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_ns_to_ktime_correction()
455 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_ns_to_ktime_correction()
[all …]

12345678910>>...16