/linux-6.14.4/drivers/media/dvb-frontends/ |
D | af9033_priv.h | 30 struct coeff { struct 31 u32 clock; 32 u32 bandwidth_hz; 33 u8 val[36];
|
/linux-6.14.4/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.c | 29 s32 ui, s32 coeff, s32 pcnt) in dsi_dphy_timing_calc_clk_zero() 61 s32 coeff = 1000; /* Precision, should avoid overflow */ in msm_dsi_dphy_timing_calc() local 158 s32 coeff = 1000; /* Precision, should avoid overflow */ in msm_dsi_dphy_timing_calc_v2() local 274 s32 coeff = 1000; /* Precision, should avoid overflow */ in msm_dsi_dphy_timing_calc_v3() local 385 s32 coeff = 1000; /* Precision, should avoid overflow */ in msm_dsi_dphy_timing_calc_v4() local 476 s32 coeff = 1000; /* Precision, should avoid overflow */ in msm_dsi_cphy_timing_calc_v4() local
|
/linux-6.14.4/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() 1037 struct coeff *coeff, in ar955x_tx_iq_cal_median() 1068 static struct coeff coeff; in ar9003_hw_tx_iq_cal_post_proc() local
|
/linux-6.14.4/drivers/gpu/drm/amd/display/modules/color/ |
D | color_gamma.c | 578 struct gamma_coefficients *coeff, in translate_from_linear_space_ex() 598 struct gamma_coefficients *coeff, in translate_to_linear_space_ex() 692 struct pixel_gamma_point *coeff, in build_custom_gamma_mapping_coefficients_worker() 784 const struct pixel_gamma_point *coeff, in calculate_mapped_value() 932 struct gamma_coefficients *coeff; in build_regamma() local 1185 struct gamma_coefficients coeff; in build_degamma() local 1569 const struct pixel_gamma_point *coeff = coeff128; in calculate_interpolated_hardware_curve() local 1679 struct pixel_gamma_point *coeff = NULL; in mod_color_calculate_degamma_params() local 1921 struct pixel_gamma_point *coeff = NULL; in mod_color_calculate_regamma_params() local
|
D | color_gamma.h | 75 struct regamma_coeff coeff; member
|
/linux-6.14.4/sound/soc/codecs/ |
D | es8311.c | 376 const struct es8311_mclk_coeff *coeff, in es8311_cmp_adj_mclk_coeff() 415 const struct es8311_mclk_coeff *coeff = &es8311_mclk_coeffs[i]; in es8311_get_mclk_coeff() local 435 const struct es8311_mclk_coeff *coeff = &es8311_mclk_coeffs[i]; in es8311_set_sysclk_constraints() local 545 struct es8311_mclk_coeff coeff; in es8311_hw_params() local
|
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 | es8323.c | 521 int coeff; in es8323_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 | wm8988.c | 672 int coeff; in wm8988_pcm_hw_params() 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 | 549 int coeff = cs35l34_get_mclk_coeff(priv->mclk_int, srate); in cs35l34_pcm_hw_params() local
|
/linux-6.14.4/drivers/media/platform/ti/vpe/ |
D | csc.c | 27 u16 coeff[12]; member 144 u16 *coeff, *end_coeff; in csc_set_coeff() local
|
/linux-6.14.4/drivers/firmware/cirrus/test/ |
D | cs_dsp_test_wmfw_error.c | 720 __le32 *alg_data, *coeff; in wmfw_v2_coeff_block_size_exceeds_block() local 780 struct wmfw_adsp_coeff_data *coeff; in wmfw_v1_coeff_name_unterminated() local 839 __le32 *alg_data, *coeff; in wmfw_v2_coeff_shortname_exceeds_block() local 888 __le32 *alg_data, *coeff, *fullname; in wmfw_v2_coeff_fullname_exceeds_block() local 942 __le32 *alg_data, *coeff, *fullname, *description; in wmfw_v2_coeff_description_exceeds_block() local
|
/linux-6.14.4/drivers/media/test-drivers/vicodec/ |
D | codec-fwht.c | 140 int coeff; in derlc() local 196 static void quantize_intra(s16 *coeff, s16 *de_coeff, u16 qp) in quantize_intra() 212 static void dequantize_intra(s16 *coeff) in dequantize_intra() 222 static void quantize_inter(s16 *coeff, s16 *de_coeff, u16 qp) in quantize_inter() 238 static void dequantize_inter(s16 *coeff) in dequantize_inter()
|
/linux-6.14.4/drivers/iio/light/ |
D | rohm-bu27034.c | 630 static u64 bu27034_fixp_calc_t1_64bit(unsigned int coeff, unsigned int ch0, in bu27034_fixp_calc_t1_64bit() 652 static u64 bu27034_fixp_calc_t1(unsigned int coeff, unsigned int ch0, in bu27034_fixp_calc_t1() 678 static u64 bu27034_fixp_calc_t23(unsigned int coeff, unsigned int ch, in bu27034_fixp_calc_t23() 697 static const struct bu27034_lx_coeff coeff[] = { in bu27034_fixp_calc_lx() local
|
/linux-6.14.4/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()
|
/linux-6.14.4/drivers/hwmon/pmbus/ |
D | lm25066.c | 470 const struct __coeff *coeff; in lm25066_probe() local
|
/linux-6.14.4/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()
|
/linux-6.14.4/drivers/media/pci/cx88/ |
D | cx88-dsp.c | 101 s32 coeff = 2 * int_cos(freq); in int_goertzel() local
|
/linux-6.14.4/drivers/staging/fbtft/ |
D | fb_agm1264k-fl.c | 256 signed char coeff; in iterate_diffusion_matrix() local
|
/linux-6.14.4/include/media/ |
D | v4l2-vp9.h | 142 u32 (*coeff[4][2][2][6][6])[3]; member
|
/linux-6.14.4/drivers/net/dsa/mv88e6xxx/ |
D | global1_atu.c | 47 const unsigned int coeff = chip->info->age_time_coeff; in mv88e6xxx_g1_atu_set_age_time() local
|