Home
last modified time | relevance | path

Searched refs:params (Results 2251 - 2275 of 7305) sorted by relevance

1...<<919293949596979899100>>...293

/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dbdw_rt286.c84 struct snd_pcm_hw_params *params) in codec_link_hw_params_fixup()
86 struct snd_interval *channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS); in codec_link_hw_params_fixup()
87 struct snd_interval *rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE); in codec_link_hw_params_fixup()
93 params_set_format(params, SNDRV_PCM_FORMAT_S16_LE); in codec_link_hw_params_fixup()
99 struct snd_pcm_hw_params *params) in codec_link_hw_params()
83 codec_link_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, struct snd_pcm_hw_params *params) codec_link_hw_params_fixup() argument
98 codec_link_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) codec_link_hw_params() argument
/kernel/linux/linux-6.6/sound/soc/intel/avs/boards/
H A Drt286.c78 static int avs_rt286_be_fixup(struct snd_soc_pcm_runtime *runtime, struct snd_pcm_hw_params *params) in avs_rt286_be_fixup() argument
83 rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE); in avs_rt286_be_fixup()
84 channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS); in avs_rt286_be_fixup()
85 fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in avs_rt286_be_fixup()
99 avs_rt286_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) in avs_rt286_hw_params() argument
H A Dmax98373.c47 avs_max98373_be_fixup(struct snd_soc_pcm_runtime *runrime, struct snd_pcm_hw_params *params) in avs_max98373_be_fixup() argument
52 rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE); in avs_max98373_be_fixup()
53 channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS); in avs_max98373_be_fixup()
54 fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in avs_max98373_be_fixup()
67 struct snd_pcm_hw_params *params) in avs_max98373_hw_params()
66 avs_max98373_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) avs_max98373_hw_params() argument
H A Dmax98927.c47 avs_max98927_be_fixup(struct snd_soc_pcm_runtime *runrime, struct snd_pcm_hw_params *params) in avs_max98927_be_fixup() argument
52 rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE); in avs_max98927_be_fixup()
53 channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS); in avs_max98927_be_fixup()
54 fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in avs_max98927_be_fixup()
67 struct snd_pcm_hw_params *params) in avs_max98927_hw_params()
66 avs_max98927_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) avs_max98927_hw_params() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_misc_vaapi.c127 VAProcPipelineParameterBuffer params; in misc_vaapi_filter_frame() local
148 err = ff_vaapi_vpp_init_params(avctx, &params, in misc_vaapi_filter_frame()
154 params.filters = &vpp_ctx->filter_buffers[0]; in misc_vaapi_filter_frame()
155 params.num_filters = vpp_ctx->nb_filter_buffers; in misc_vaapi_filter_frame()
158 err = ff_vaapi_vpp_render_picture(avctx, &params, output_frame); in misc_vaapi_filter_frame()
H A Dvf_procamp_vaapi.c132 VAProcPipelineParameterBuffer params; in procamp_vaapi_filter_frame() local
153 err = ff_vaapi_vpp_init_params(avctx, &params, in procamp_vaapi_filter_frame()
158 params.filters = &vpp_ctx->filter_buffers[0]; in procamp_vaapi_filter_frame()
159 params.num_filters = 1; in procamp_vaapi_filter_frame()
161 err = ff_vaapi_vpp_render_picture(avctx, &params, output_frame); in procamp_vaapi_filter_frame()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMixedUnitLongNameHandler.java230 Modifier.Parameters params = new Modifier.Parameters(); in getMixedUnitModifier()
231 params.obj = this; in getMixedUnitModifier()
232 params.signum = Modifier.Signum.POS_ZERO; in getMixedUnitModifier()
233 params.plural = quantityPlural; in getMixedUnitModifier()
235 return new SimpleModifier(premixedCompiled, null, false, params); in getMixedUnitModifier()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c143 uint32_t *params; in fill_grid_size() local
150 params = pipe_buffer_map_range(context, info->indirect, in fill_grid_size()
159 grid_size[0] = params[0]; in fill_grid_size()
160 grid_size[1] = params[1]; in fill_grid_size()
161 grid_size[2] = params[2]; in fill_grid_size()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2ms.c19 #include <openssl/params.h>
101 static int key2pvk_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in key2pvk_set_ctx_params() argument
106 p = OSSL_PARAM_locate_const(params, OSSL_ENCODER_PARAM_ENCRYPT_LEVEL); in key2pvk_set_ctx_params()
187 const OSSL_PARAM params[]) \
190 ctx, selection, params); \
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_rsa.c204 OSSL_PARAM params[2]; in rsa_cms_sign() local
229 params[0] = OSSL_PARAM_construct_octet_string( in rsa_cms_sign()
231 params[1] = OSSL_PARAM_construct_end(); in rsa_cms_sign()
233 if (EVP_PKEY_CTX_get_params(pkctx, params) <= 0) in rsa_cms_sign()
235 if ((aid_len = params[0].return_size) == 0) in rsa_cms_sign()
/third_party/openssl/test/testutil/
H A Dfake_random.c54 ossl_unused const OSSL_PARAM params[]) in fake_rand_instantiate()
96 static int fake_rand_get_ctx_params(ossl_unused void *vrng, OSSL_PARAM params[]) in fake_rand_get_ctx_params() argument
101 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in fake_rand_get_ctx_params()
105 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in fake_rand_get_ctx_params()
109 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_MAX_REQUEST); in fake_rand_get_ctx_params()
50 fake_rand_instantiate(void *vrng, ossl_unused unsigned int strength, ossl_unused int prediction_resistance, ossl_unused const unsigned char *pstr, size_t pstr_len, ossl_unused const OSSL_PARAM params[]) fake_rand_instantiate() argument
/third_party/openssl/crypto/cms/
H A Dcms_rsa.c198 OSSL_PARAM params[2]; in rsa_cms_sign() local
213 params[0] = OSSL_PARAM_construct_octet_string( in rsa_cms_sign()
215 params[1] = OSSL_PARAM_construct_end(); in rsa_cms_sign()
217 if (EVP_PKEY_CTX_get_params(pkctx, params) <= 0) in rsa_cms_sign()
219 if ((aid_len = params[0].return_size) == 0) in rsa_cms_sign()
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2ms.c19 #include <openssl/params.h>
101 static int key2pvk_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in key2pvk_set_ctx_params() argument
106 p = OSSL_PARAM_locate_const(params, OSSL_ENCODER_PARAM_ENCRYPT_LEVEL); in key2pvk_set_ctx_params()
187 const OSSL_PARAM params[]) \
190 ctx, selection, params); \
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c653 static int hpre_dh_set_params(struct hpre_ctx *ctx, struct dh *params) in hpre_dh_set_params() argument
658 if (params->p_size > HPRE_DH_MAX_P_SZ) in hpre_dh_set_params()
661 if (hpre_is_dh_params_length_valid(params->p_size << in hpre_dh_set_params()
665 sz = ctx->key_sz = params->p_size; in hpre_dh_set_params()
671 memcpy(ctx->dh.xa_p + sz, params->p, sz); in hpre_dh_set_params()
674 if (params->g_size == 1 && *(char *)params->g == HPRE_DH_G_FLAG) { in hpre_dh_set_params()
687 memcpy(ctx->dh.g + (sz - params->g_size), params->g, params in hpre_dh_set_params()
719 struct dh params; hpre_dh_set_secret() local
1270 hpre_ecdh_fill_curve(struct hpre_ctx *ctx, struct ecdh *params, unsigned int cur_sz) hpre_ecdh_fill_curve() argument
1322 hpre_ecdh_set_param(struct hpre_ctx *ctx, struct ecdh *params) hpre_ecdh_set_param() argument
1371 ecdh_gen_privkey(struct hpre_ctx *ctx, struct ecdh *params) ecdh_gen_privkey() argument
1398 struct ecdh params; hpre_ecdh_set_secret() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda-common.c464 if (ctx->params.jpeg_chroma_subsampling == in coda_enum_fmt()
467 } else if (ctx->params.jpeg_chroma_subsampling == in coda_enum_fmt()
674 if (ctx->params.jpeg_chroma_subsampling == in coda_try_fmt_vid_cap()
678 else if (ctx->params.jpeg_chroma_subsampling == in coda_try_fmt_vid_cap()
1367 tpf->denominator = ctx->params.framerate & CODA_FRATE_RES_MASK; in coda_g_parm()
1368 tpf->numerator = 1 + (ctx->params.framerate >> in coda_g_parm()
1451 ctx->params.framerate = coda_timeperframe_to_frate(tpf); in coda_s_parm()
1452 ctx->params.framerate_changed = true; in coda_s_parm()
1669 ctx->params.codec_mode = ctx->codec->mode; in set_default_params()
1677 ctx->params in set_default_params()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dcoda-common.c465 if (ctx->params.jpeg_chroma_subsampling == in coda_enum_fmt()
468 } else if (ctx->params.jpeg_chroma_subsampling == in coda_enum_fmt()
687 if (ctx->params.jpeg_chroma_subsampling == in coda_try_fmt_vid_cap()
691 else if (ctx->params.jpeg_chroma_subsampling == in coda_try_fmt_vid_cap()
1364 tpf->denominator = ctx->params.framerate & CODA_FRATE_RES_MASK; in coda_g_parm()
1365 tpf->numerator = 1 + (ctx->params.framerate >> in coda_g_parm()
1448 ctx->params.framerate = coda_timeperframe_to_frate(tpf); in coda_s_parm()
1449 ctx->params.framerate_changed = true; in coda_s_parm()
1663 ctx->params.codec_mode = ctx->codec->mode; in set_default_params()
1676 ctx->params in set_default_params()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c978 struct lp_build_tgsi_params params; in generate_vs() local
979 memset(&params, 0, sizeof(params)); in generate_vs()
981 params.type = vs_type; in generate_vs()
982 params.mask = bld_mask; in generate_vs()
983 params.consts_ptr = consts_ptr; in generate_vs()
984 params.const_sizes_ptr = num_consts_ptr; in generate_vs()
985 params.system_values = system_values; in generate_vs()
986 params.inputs = inputs; in generate_vs()
987 params in generate_vs()
2875 struct lp_build_tgsi_params params; draw_gs_llvm_generate() local
3537 struct lp_build_tgsi_params params; draw_tcs_llvm_generate() local
4065 struct lp_build_tgsi_params params; draw_tes_llvm_generate() local
[all...]
/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/
H A Dinputsetgesturemode_fuzzer.cpp35 const struct AllParameters *params = reinterpret_cast<const struct AllParameters *>(data); in InputSetGestureModeFuzzTest() local
58 ret = g_inputInterface->iInputController->SetGestureMode(params->devIndex, params->gestureMode); in InputSetGestureModeFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/
H A Dinputsetpowerstatus_fuzzer.cpp35 const struct AllParameters *params = reinterpret_cast<const struct AllParameters *>(data); in InputSetPowerStatusFuzzTest() local
58 ret = g_inputInterface->iInputController->SetPowerStatus(params->devIndex, params->status); in InputSetPowerStatusFuzzTest()
/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/
H A Druncapacitancetest_fuzzer.cpp37 const struct AllParameters *params = reinterpret_cast<const struct AllParameters *>(data); in RunCapacitanceTestFuzzTest() local
61 params->devIndex, params->testType, testresult, length); in RunCapacitanceTestFuzzTest()
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A Dmacronix.c15 struct spi_nor_flash_parameter *params) in mx25l25635_post_bfpt_fixups()
94 nor->params->quad_enable = spi_nor_sr1_bit6_quad_enable; in macronix_default_init()
95 nor->params->set_4byte_addr_mode = spi_nor_set_4byte_addr_mode; in macronix_default_init()
12 mx25l25635_post_bfpt_fixups(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt, struct spi_nor_flash_parameter *params) mx25l25635_post_bfpt_fixups() argument
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Djive_wm8750.c33 struct snd_pcm_hw_params *params) in jive_hw_params()
42 switch (params_rate(params)) { in jive_hw_params()
56 s3c_i2sv2_iis_calc_rate(&div, NULL, params_rate(params), in jive_hw_params()
32 jive_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) jive_hw_params() argument
/kernel/linux/linux-5.10/net/mac802154/
H A Dllsec.h54 struct ieee802154_llsec_params params; member
60 /* protects params, all other fields are fine with RCU */
68 struct ieee802154_llsec_params *params);
70 const struct ieee802154_llsec_params *params,
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dissi.c23 nor->params->addr_nbytes = 4; in is25lp256_post_bfpt_fixups()
34 struct spi_nor_erase_map *map = &nor->params->erase_map; in pm25lv_nor_late_init()
96 nor->params->quad_enable = spi_nor_sr1_bit6_quad_enable; in issi_nor_default_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Dintel_scheduler_helpers.c35 saved->reset = engine->i915->params.reset; in intel_selftest_modify_policy()
50 engine->i915->params.reset = 2; in intel_selftest_modify_policy()
79 engine->i915->params.reset = saved->reset; in intel_selftest_restore_policy()

Completed in 22 milliseconds

1...<<919293949596979899100>>...293