/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | omap3pandora.c | 32 struct snd_pcm_hw_params *params) in omap3pandora_hw_params() 49 256 * params_rate(params), in omap3pandora_hw_params() 31 omap3pandora_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) omap3pandora_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | sof_wm8804.c | 50 struct snd_pcm_hw_params *params) in sof_wm8804_hw_params() 64 samplerate = params_rate(params); in sof_wm8804_hw_params() 49 sof_wm8804_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) sof_wm8804_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/pxa/ |
H A D | spitz.c | 116 struct snd_pcm_hw_params *params) in spitz_hw_params() 124 switch (params_rate(params)) { in spitz_hw_params() 115 spitz_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) spitz_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/loongson/ |
H A D | loongson_card.c | 24 struct snd_pcm_hw_params *params) in loongson_card_hw_params() 33 mclk = ls_card->mclk_fs * params_rate(params); in loongson_card_hw_params() 23 loongson_card_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) loongson_card_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/qcom/ |
H A D | lpass-cdc-dma.c | 214 struct snd_pcm_hw_params *params, in lpass_cdc_dma_daiops_hw_params() 220 unsigned int channels = params_channels(params); in lpass_cdc_dma_daiops_hw_params() 213 lpass_cdc_dma_daiops_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) lpass_cdc_dma_daiops_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/rockchip/ |
H A D | rk3288_hdmi_analog.c | 66 struct snd_pcm_hw_params *params) in rk_hw_params() 74 switch (params_rate(params)) { in rk_hw_params() 65 rk_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) rk_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/samsung/ |
H A D | littlemill.c | 105 struct snd_pcm_hw_params *params) in littlemill_hw_params() 111 sample_rate = params_rate(params); in littlemill_hw_params() 104 littlemill_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) littlemill_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/spear/ |
H A D | spdif_in.c | 95 struct snd_pcm_hw_params *params, in spdif_in_hw_params() 104 format = params_format(params); in spdif_in_hw_params() 94 spdif_in_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) spdif_in_hw_params() argument
|
/test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
H A D | huks_cipher_aes_test_common.cpp | 132 if (decryptParamSet->params[i].tag == OH_HUKS_TAG_KEY_FLAG) { in HksAesCipherTestCaseGcm2() 134 (void)memcpy_s(decryptParamSet->params[i].blob.data, AEAD_SIZE, tempPtr + cipherText.size, AEAD_SIZE); in HksAesCipherTestCaseGcm2()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetICU.java | 209 Object[] params = new Object[]{ icuCanonicalName, javaCanonicalName, aliases}; in getCharset() 213 conv = c.newInstance(params); in getCharset()
|
/third_party/mbedtls/library/ |
H A D | psa_crypto_core.h | 351 * \param[in] params The key production parameters to check. 352 * \param params_data_length Size of `params->data` in bytes. 355 const psa_key_production_parameters_t *params, 365 * \param[in] params The production parameters from 367 * \param params_data_length The size of `params->data` in bytes. 382 const psa_key_production_parameters_t *params,
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | dispatch.h | 70 // Indicates that the params sent to a domain handler are invalid. 90 // method, id, sessionId, and params. 161 std::unique_ptr<Serializable> params); 165 std::unique_ptr<Serializable> params = nullptr); 221 // Dispatchable.params() to a protocol object and execute the
|
/third_party/node/src/quic/ |
H A D | transportparams.cc | 36 auto params = value.As<Object>(); in From() local 41 env, &options, params, state.name##_string()) in From()
|
/third_party/ltp/testcases/kernel/syscalls/io_uring/ |
H A D | io_uring02.c | 43 static struct io_uring_params params; variable 213 SAFE_IO_URING_INIT(512, ¶ms, &uring); in run()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_pmeth.c | 230 ossl_ffc_set_digest(&dsa->params, EVP_MD_get0_name(dctx->md), NULL); in pkey_dsa_paramgen() 232 ret = ossl_ffc_params_FIPS186_4_generate(NULL, &dsa->params, in pkey_dsa_paramgen()
|
H A D | dsa_sign.c | 125 if (dsa->params.q != NULL) { in DSA_size() 126 sig.r = sig.s = dsa->params.q; in DSA_size()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_wrap.c | 180 static int tdes_wrap_get_params(OSSL_PARAM params[]) \ 182 return ossl_cipher_generic_get_params(params, EVP_CIPH_WRAP_MODE, flags, \
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | __main__.py | 84 storage, inline, params, returntype, isforward = data.values() 86 data = returntype + params
|
/third_party/openssl/test/ |
H A D | p_test.c | 50 /* Tell the core what params we provide and what type they are */ 80 static int p_get_params(void *provctx, OSSL_PARAM params[]) in p_get_params() argument 84 OSSL_PARAM *p = params; in p_get_params()
|
/third_party/python/Lib/distutils/command/ |
H A D | upload.py | 78 schema, netloc, url, params, query, fragments = \ 80 if params or query or fragments:
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_pmeth.c | 230 ossl_ffc_set_digest(&dsa->params, EVP_MD_get0_name(dctx->md), NULL); in pkey_dsa_paramgen() 232 ret = ossl_ffc_params_FIPS186_4_generate(NULL, &dsa->params, in pkey_dsa_paramgen()
|
H A D | dsa_sign.c | 125 if (dsa->params.q != NULL) { in DSA_size() 126 sig.r = sig.s = dsa->params.q; in DSA_size()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL33_autogen.h | 35 const GLint64 *params); 39 const GLuint64 *params);
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_wrap.c | 180 static int tdes_wrap_get_params(OSSL_PARAM params[]) \ 182 return ossl_cipher_generic_get_params(params, EVP_CIPH_WRAP_MODE, flags, \
|
/third_party/skia/tests/ |
H A D | TraceMemoryDumpTest.cpp | 117 auto params = sk_make_sp<GrGLTextureParameters>(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local 120 GrGLTexture::MakeWrapped(gpu, GrMipmapStatus::kNotAllocated, desc, std::move(params), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|