Home
last modified time | relevance | path

Searched refs:params (Results 5401 - 5425 of 8821) sorted by relevance

1...<<211212213214215216217218219220>>...353

/kernel/linux/linux-6.6/sound/soc/ti/
H A Domap3pandora.c32 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 Dsof_wm8804.c50 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 Dspitz.c116 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 Dloongson_card.c24 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 Dlpass-cdc-dma.c214 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 Drk3288_hdmi_analog.c66 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 Dlittlemill.c105 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 Dspdif_in.c95 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 Dhuks_cipher_aes_test_common.cpp132 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 DCharsetICU.java209 Object[] params = new Object[]{ icuCanonicalName, javaCanonicalName, aliases}; in getCharset()
213 conv = c.newInstance(params); in getCharset()
/third_party/mbedtls/library/
H A Dpsa_crypto_core.h351 * \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 Ddispatch.h70 // 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 Dtransportparams.cc36 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 Dio_uring02.c43 static struct io_uring_params params; variable
213 SAFE_IO_URING_INIT(512, &params, &uring); in run()
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_pmeth.c230 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 Ddsa_sign.c125 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 Dcipher_tdes_wrap.c180 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__.py84 storage, inline, params, returntype, isforward = data.values()
86 data = returntype + params
/third_party/openssl/test/
H A Dp_test.c50 /* 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 Dupload.py78 schema, netloc, url, params, query, fragments = \
80 if params or query or fragments:
/third_party/openssl/crypto/dsa/
H A Ddsa_pmeth.c230 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 Ddsa_sign.c125 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 DvalidationGL33_autogen.h35 const GLint64 *params);
39 const GLuint64 *params);
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_wrap.c180 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 DTraceMemoryDumpTest.cpp117 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()

Completed in 19 milliseconds

1...<<211212213214215216217218219220>>...353