/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | af9033_priv.h | 30 struct coeff { struct 31 u32 clock; 32 u32 bandwidth_hz; 33 u8 val[36];
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | ar9003_calib.c | 28 struct coeff { struct 29 int mag_coeff[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL]; argument 30 int phs_coeff[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL]; argument 31 int iqc_coeff[2]; argument 889 struct coeff *coeff, in ar9003_hw_tx_iq_cal_outlier_detection() 1004 struct coeff *coeff, in __ar955x_tx_iq_cal_sort() 1041 struct coeff *coeff, in ar955x_tx_iq_cal_median() 1072 static struct coeff coeff; in ar9003_hw_tx_iq_cal_post_proc() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/ |
D | color_gamma.c | 460 struct gamma_coefficients *coeff, in translate_from_linear_space_ex() 480 struct gamma_coefficients *coeff, in translate_to_linear_space_ex() 574 struct pixel_gamma_point *coeff, in build_custom_gamma_mapping_coefficients_worker() 666 const struct pixel_gamma_point *coeff, in calculate_mapped_value() 817 struct gamma_coefficients *coeff; in build_regamma() local 1021 struct gamma_coefficients coeff; in build_degamma() local 1457 const struct pixel_gamma_point *coeff = coeff128; in calculate_interpolated_hardware_curve() local 1617 struct gamma_coefficients coeff; in apply_degamma_for_user_regamma() local 1684 struct gamma_coefficients coeff; in calculate_user_regamma_coeff() local 1800 struct pixel_gamma_point *coeff = NULL; in mod_color_calculate_degamma_params() local [all …]
|
D | color_gamma.h | 75 struct regamma_coeff coeff; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.c | 27 s32 ui, s32 coeff, s32 pcnt) in dsi_dphy_timing_calc_clk_zero() 59 s32 coeff = 1000; /* Precision, should avoid overflow */ in msm_dsi_dphy_timing_calc() local 156 s32 coeff = 1000; /* Precision, should avoid overflow */ in msm_dsi_dphy_timing_calc_v2() local 272 s32 coeff = 1000; /* Precision, should avoid overflow */ in msm_dsi_dphy_timing_calc_v3() local 381 s32 coeff = 1000; /* Precision, should avoid overflow */ in msm_dsi_dphy_timing_calc_v4() local
|
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
D | csc.c | 27 u16 coeff[12]; member 144 u16 *coeff, *end_coeff; in csc_set_coeff() local
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
D | codec-fwht.c | 139 int coeff; in derlc() local 195 static void quantize_intra(s16 *coeff, s16 *de_coeff, u16 qp) in quantize_intra() 211 static void dequantize_intra(s16 *coeff) in dequantize_intra() 221 static void quantize_inter(s16 *coeff, s16 *de_coeff, u16 qp) in quantize_inter() 237 static void dequantize_inter(s16 *coeff) in dequantize_inter()
|
/kernel/linux/linux-5.10/drivers/iio/proximity/ |
D | isl29501.c | 266 u32 value, gain, coeff, exp; in isl29501_read_ext() local 302 enum isl29501_correction_coeff coeff; in isl29501_set_shadow_coeff() local 326 enum isl29501_correction_coeff coeff, in isl29501_write_coeff()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_color.c | 40 #define CTM_COEFF_NEGATIVE(coeff) (((coeff) & CTM_COEFF_SIGN) != 0) argument 41 #define CTM_COEFF_ABS(coeff) ((coeff) & (CTM_COEFF_SIGN - 1)) argument 69 #define ILK_CSC_COEFF_FP(coeff, fbits) \ argument 290 u16 coeff[9]; in ilk_load_csc_matrix() local 330 u16 coeff[9]; in icl_load_csc_matrix() local
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
D | lm25066.c | 449 struct __coeff *coeff; in lm25066_probe() local
|
/kernel/linux/linux-5.10/drivers/staging/fbtft/ |
D | fb_agm1264k-fl.c | 269 signed char coeff; in iterate_diffusion_matrix() local
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | wm8971.c | 513 int coeff = get_coeff(wm8971->sysclk, params_rate(params)); in wm8971_pcm_hw_params() local
|
D | wm8750.c | 583 int coeff = get_coeff(wm8750->sysclk, params_rate(params)); in wm8750_pcm_hw_params() local
|
D | wm8988.c | 672 int coeff; in wm8988_pcm_hw_params() local
|
D | msm8916-wcd-digital.c | 433 u32 coeff[BAND_MAX]; in msm8x16_wcd_get_iir_band_audio_mixer() local 479 u32 coeff[BAND_MAX]; in msm8x16_wcd_put_iir_band_audio_mixer() local
|
D | alc5632.c | 871 int coeff, rate; in alc5632_pcm_hw_params() local
|
D | alc5623.c | 701 int coeff, rate; in alc5623_pcm_hw_params() local
|
D | cs35l34.c | 550 int coeff = cs35l34_get_mclk_coeff(priv->mclk_int, srate); in cs35l34_pcm_hw_params() local
|
D | cs35l33.c | 485 int coeff = cs35l33_get_mclk_coeff(priv->mclk_int, params_rate(params)); in cs35l33_pcm_hw_params() local
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
D | cx88-dsp.c | 101 s32 coeff = 2 * int_cos(freq); in int_goertzel() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gm20b.c | 194 u32 coeff; in gm20b_dvfs_calc_det_coeff() local 513 gm20b_dvfs_program_coeff(struct gm20b_clk *clk, u32 coeff) in gm20b_dvfs_program_coeff()
|
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
D | global1_atu.c | 45 const unsigned int coeff = chip->info->age_time_coeff; in mv88e6xxx_g1_atu_set_age_time() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
D | vc4_hvs.c | 101 #define VC4_INT_TO_COEFF(coeff) (coeff & 0x1ff) argument
|
/kernel/linux/linux-5.10/include/video/ |
D | imx-ipu-v3.h | 415 s16 coeff[3][3]; /* signed 9-bit integer coefficients */ member
|
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/uapi/ |
D | rkisp1-config.h | 503 __u16 coeff[3][3]; member 619 __u16 coeff[RKISP1_CIF_ISP_DPF_MAX_NLF_COEFFS]; member
|