| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
| D | ia_css_sdis2_types.h | 34 s16 *odd_real; /** real part of the odd coefficients*/ 35 s16 *odd_imag; /** imaginary part of the odd coefficients*/ 36 s16 *even_real;/** real part of the even coefficients*/ 37 s16 *even_imag;/** imaginary part of the even coefficients*/ 40 /* DVS 2.0 Coefficients. This structure describes the coefficients that are needed for the dvs stat… 42 * coefficients. 48 hor_coefs; /** struct with pointers that contain the horizontal coefficients */ 50 ver_coefs; /** struct with pointers that contain the vertical coefficients */ 63 …istics. This structure describes the statistics that are generated using the provided coefficients.
|
| /kernel/linux/linux-4.19/drivers/hwmon/pmbus/ |
| D | adm1275.c | 97 struct coefficients { struct 103 static const struct coefficients adm1075_coefficients[] = { argument 111 static const struct coefficients adm1272_coefficients[] = { 124 static const struct coefficients adm1275_coefficients[] = { 130 static const struct coefficients adm1276_coefficients[] = { 138 static const struct coefficients adm1278_coefficients[] = { 145 static const struct coefficients adm1293_coefficients[] = { 374 const struct coefficients *coefficients; in adm1275_probe() local 455 coefficients = adm1075_coefficients; in adm1275_probe() 482 coefficients = adm1272_coefficients; in adm1275_probe() [all …]
|
| /kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
| D | adm1275.c | 103 struct coefficients { struct 109 static const struct coefficients adm1075_coefficients[] = { argument 117 static const struct coefficients adm1272_coefficients[] = { 130 static const struct coefficients adm1275_coefficients[] = { 136 static const struct coefficients adm1276_coefficients[] = { 144 static const struct coefficients adm1278_coefficients[] = { 151 static const struct coefficients adm1293_coefficients[] = { 474 const struct coefficients *coefficients; in adm1275_probe() local 564 coefficients = adm1075_coefficients; in adm1275_probe() 592 coefficients = adm1272_coefficients; in adm1275_probe() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ |
| D | ia_css_sdis_types.h | 30 /* DVS 1.0 Coefficients. 31 * This structure describes the coefficients that are needed for the dvs statistics. 38 containing the horizontal coefficients */ 40 containing the vertical coefficients */ 44 * This structure describes the statistics that are generated using the provided coefficients.
|
| /kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
| D | ispresizer.h | 21 * Constants for filter coefficients count 26 * struct isprsz_coef - Structure for resizer filter coefficients. 27 * @h_filter_coef_4tap: Horizontal filter coefficients for 8-phase/4-tap 29 * @v_filter_coef_4tap: Vertical filter coefficients for 8-phase/4-tap 31 * @h_filter_coef_7tap: Horizontal filter coefficients for 4-phase/7-tap 33 * @v_filter_coef_7tap: Vertical filter coefficients for 4-phase/7-tap
|
| D | isppreview.h | 62 * @cfa: CFA coefficients. 63 * @csup: Chroma suppression coefficients. 64 * @luma: Luma enhancement coefficients. 65 * @nf: Noise filter coefficients. 66 * @dcor: Noise filter coefficients. 67 * @gamma: Gamma coefficients.
|
| /kernel/linux/linux-4.19/drivers/media/platform/omap3isp/ |
| D | ispresizer.h | 24 * Constants for filter coefficients count 29 * struct isprsz_coef - Structure for resizer filter coefficients. 30 * @h_filter_coef_4tap: Horizontal filter coefficients for 8-phase/4-tap 32 * @v_filter_coef_4tap: Vertical filter coefficients for 8-phase/4-tap 34 * @h_filter_coef_7tap: Horizontal filter coefficients for 4-phase/7-tap 36 * @v_filter_coef_7tap: Vertical filter coefficients for 4-phase/7-tap
|
| D | isppreview.h | 65 * @cfa: CFA coefficients. 66 * @csup: Chroma suppression coefficients. 67 * @luma: Luma enhancement coefficients. 68 * @nf: Noise filter coefficients. 69 * @dcor: Noise filter coefficients. 70 * @gamma: Gamma coefficients.
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_hw_cdm.c | 41 * Horizontal coefficients for cosite chroma downscale 42 * s13 representation of coefficients 47 * Horizontal coefficients for offsite chroma downscale 52 * Vertical coefficients for cosite chroma downscale 56 * Vertical coefficients for offsite chroma downscale 137 /* Co-site horizontal coefficients */ in dpu_hw_cdm_setup_cdwn() 150 /* Off-site horizontal coefficients */ in dpu_hw_cdm_setup_cdwn() 186 /* Co-site vertical coefficients */ in dpu_hw_cdm_setup_cdwn() 196 /* Off-site vertical coefficients */ in dpu_hw_cdm_setup_cdwn() 306 * @setup default csc coefficients in dpu_hw_cdm_init()
|
| D | dpu_hw_util.h | 54 * @ adjust_a: A-coefficients for mapping curve 55 * @ adjust_b: B-coefficients for mapping curve 56 * @ adjust_c: C-coefficients for mapping curve 92 * @ blend_cfg: blend coefficients configuration 213 * @adjust_a: Mapping curves A coefficients 214 * @adjust_b: Mapping curves B coefficients 215 * @adjust_c: Mapping curves C coefficients 253 * @blend_cfg: Selection of blend coefficients
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_hw_util.h | 45 * @ adjust_a: A-coefficients for mapping curve 46 * @ adjust_b: B-coefficients for mapping curve 47 * @ adjust_c: C-coefficients for mapping curve 83 * @ blend_cfg: blend coefficients configuration 194 * @adjust_a: Mapping curves A coefficients 195 * @adjust_b: Mapping curves B coefficients 196 * @adjust_c: Mapping curves C coefficients 234 * @blend_cfg: Selection of blend coefficients
|
| D | dpu_hw_dspp.h | 28 * @r: red coefficients. 29 * @g: green coefficients. 30 * @b: blue coefficients.
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| D | ia_css_dvs.h | 205 /* @brief Allocate the DVS coefficients memory 207 * @return Pointer to the allocated DVS coefficients buffer 212 /* @brief Free the DVS coefficients memory 213 * @param[in] me Pointer to the DVS coefficients buffer. 233 /* @brief Allocate the DVS 2.0 coefficients memory 235 * @return Pointer to the allocated DVS 2.0 coefficients buffer 240 /* @brief Free the DVS 2.0 coefficients memory 241 * @param[in] me Pointer to the DVS 2.0 coefficients buffer.
|
| D | atomisp_compat_ioctl32.h | 39 compat_uptr_t odd_real; /** real part of the odd coefficients*/ 40 compat_uptr_t odd_imag; /** imaginary part of the odd coefficients*/ 41 compat_uptr_t even_real;/** real part of the even coefficients*/ 42 compat_uptr_t even_imag;/** imaginary part of the even coefficients*/ 227 compat_uptr_t dvs_coefs; /* DVS 1.0 coefficients */ 228 compat_uptr_t dvs2_coefs; /* DVS 2.0 coefficients */
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
| D | ia_css_s3a_param.h | 23 /* coefficients to calculate Y */ 44 /* coefficients to calculate Y */ 50 /* af fir coefficients */
|
| /kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
| D | sc.c | 58 * set the horizontal scaler coefficients according to the ratio of output to 94 * for each phase, the scaler expects space for 8 coefficients in sc_set_hs_coeffs() 96 * 7 coefficients and skip the last slot to move to the next in sc_set_hs_coeffs() 97 * row to hold coefficients for the next phase in sc_set_hs_coeffs() 107 * set the vertical scaler coefficients according to the ratio of output to 136 * for the vertical scaler, we copy the first 5 coefficients and in sc_set_vs_coeffs() 138 * coefficients for the next phase in sc_set_vs_coeffs()
|
| /kernel/linux/linux-4.19/drivers/media/platform/ti-vpe/ |
| D | sc.c | 61 * set the horizontal scaler coefficients according to the ratio of output to 97 * for each phase, the scaler expects space for 8 coefficients in sc_set_hs_coeffs() 99 * 7 coefficients and skip the last slot to move to the next in sc_set_hs_coeffs() 100 * row to hold coefficients for the next phase in sc_set_hs_coeffs() 110 * set the vertical scaler coefficients according to the ratio of output to 139 * for the vertical scaler, we copy the first 5 coefficients and in sc_set_vs_coeffs() 141 * coefficients for the next phase in sc_set_vs_coeffs()
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | sht15 | 40 The humidity calibration coefficients are programmed into an OTP memory on the 41 chip. These coefficients are used to internally calibrate the signals from the 42 sensors. Disabling the reload of those coefficients allows saving 10ms for each
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/ |
| D | ia_css_xnr_types.h | 28 * This table contains coefficients used for division in XNR. 54 /** Coefficients table on vamem type1. u0.12, [0,4095] */ 56 /** Coefficients table on vamem type2. u0.12, [0,4095] */
|
| /kernel/linux/linux-4.19/drivers/isdn/mISDN/ |
| D | dsp_dtmf.c | 98 * calculate the coefficients of the given sample and decode * 114 * fmt - 0 = alaw, 1 = ulaw, 2 = coefficients from HFC DTMF hw-decoder 148 case 2: /* HFC coefficients */ in dsp_dtmf_goertzel_decode() 152 printk(KERN_ERR "%s: coefficients have invalid " in dsp_dtmf_goertzel_decode() 173 goto coefficients; in dsp_dtmf_goertzel_decode() 206 /* our (squared) coefficients have been calculated, we need to process in dsp_dtmf_goertzel_decode() 209 coefficients: in dsp_dtmf_goertzel_decode()
|
| /kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
| D | dsp_dtmf.c | 98 * calculate the coefficients of the given sample and decode * 114 * fmt - 0 = alaw, 1 = ulaw, 2 = coefficients from HFC DTMF hw-decoder 148 case 2: /* HFC coefficients */ in dsp_dtmf_goertzel_decode() 152 printk(KERN_ERR "%s: coefficients have invalid " in dsp_dtmf_goertzel_decode() 173 goto coefficients; in dsp_dtmf_goertzel_decode() 206 /* our (squared) coefficients have been calculated, we need to process in dsp_dtmf_goertzel_decode() 209 coefficients: in dsp_dtmf_goertzel_decode()
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | sht15.rst | 48 The humidity calibration coefficients are programmed into an OTP memory on the 49 chip. These coefficients are used to internally calibrate the signals from the 50 sensors. Disabling the reload of those coefficients allows saving 10ms for each
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
| D | ia_css_sdis_common.host.h | 33 /* SDIS Coefficients: */ 34 /* The ISP uses vectors to store the coefficients, so we round 35 the number of coefficients up to vectors. */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/ |
| D | thermal-zones.yaml | 85 coefficients: 88 An array of integers containing the coefficients of a linear equation 93 where c0, c1, .., cn are the coefficients. 95 Coefficients default to 1 in case this property is not specified. The 96 coefficients are ordered and are matched with sensors by means of the 97 sensor ID. Additional coefficients are interpreted as constant offset.
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/dma/ |
| D | brcm,iproc-sba.txt | 7 The "brcm,iproc-sba" has support for only 6 PQ coefficients 8 The "brcm,iproc-sba-v2" has support for only 30 PQ coefficients
|