/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | imx-ocotp.c | 83 const struct ocotp_params *params; member 108 bm_ctrl_busy = priv->params->ctrl.bm_busy; in imx_ocotp_wait_for_busy() 109 bm_ctrl_error = priv->params->ctrl.bm_error; in imx_ocotp_wait_for_busy() 148 bm_ctrl_error = priv->params->ctrl.bm_error; in imx_ocotp_clr_err_if_set() 170 if (count > (priv->params->nregs - index)) in imx_ocotp_read() 171 count = priv->params->nregs - index; in imx_ocotp_read() 336 priv->params->set_timing(priv); in imx_ocotp_write() 357 if (priv->params->bank_address_words != 0) { in imx_ocotp_write() 364 waddr = offset / priv->params->bank_address_words; in imx_ocotp_write() 365 word = offset & (priv->params in imx_ocotp_write() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deinterlace_vaapi.c | 85 VAProcFilterParameterBufferDeinterlacing params; in deint_vaapi_build_filter_params() local 121 params.type = VAProcFilterDeinterlacing; in deint_vaapi_build_filter_params() 122 params.algorithm = ctx->mode; in deint_vaapi_build_filter_params() 123 params.flags = 0; in deint_vaapi_build_filter_params() 127 ¶ms, in deint_vaapi_build_filter_params() 128 sizeof(params), in deint_vaapi_build_filter_params() 188 VAProcPipelineParameterBuffer params; in deint_vaapi_filter_frame() local 250 err = ff_vaapi_vpp_init_params(avctx, ¶ms, in deint_vaapi_filter_frame() 278 params.filters = &vpp_ctx->filter_buffers[0]; in deint_vaapi_filter_frame() 279 params in deint_vaapi_filter_frame() [all...] |
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_virt.c | 98 static int snd_rawmidi_virtual_input_params(snd_rawmidi_virtual_t *virt, snd_rawmidi_params_t *params) in snd_rawmidi_virtual_input_params() argument 103 if (params->buffer_size < sizeof(snd_seq_event_t) || in snd_rawmidi_virtual_input_params() 104 params->buffer_size > 1024L * 1024L) { in snd_rawmidi_virtual_input_params() 107 if (params->buffer_size != snd_seq_get_input_buffer_size(virt->handle)) { in snd_rawmidi_virtual_input_params() 108 err = snd_seq_set_input_buffer_size(virt->handle, params->buffer_size); in snd_rawmidi_virtual_input_params() 111 params->buffer_size = snd_seq_get_input_buffer_size(virt->handle); in snd_rawmidi_virtual_input_params() 118 static int snd_rawmidi_virtual_output_params(snd_rawmidi_virtual_t *virt, snd_rawmidi_params_t *params) in snd_rawmidi_virtual_output_params() argument 123 if (params->buffer_size < sizeof(snd_seq_event_t) || in snd_rawmidi_virtual_output_params() 124 params->buffer_size > 1024L * 1024L) { in snd_rawmidi_virtual_output_params() 127 if (params in snd_rawmidi_virtual_output_params() 137 snd_rawmidi_virtual_params(snd_rawmidi_t *rmidi, snd_rawmidi_params_t * params) snd_rawmidi_virtual_params() argument [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_hash.cc | 234 const HashConfig& params, in EncodeOutput() 245 HashConfig* params) { in AdditionalConfig() 248 params->mode = mode; in AdditionalConfig() 252 params->digest = EVP_get_digestbyname(*digest); in AdditionalConfig() 253 if (UNLIKELY(params->digest == nullptr)) { in AdditionalConfig() 263 params->in = mode == kCryptoJobAsync in AdditionalConfig() 267 unsigned int expected = EVP_MD_size(params->digest); in AdditionalConfig() 268 params->length = expected; in AdditionalConfig() 271 params->length = in AdditionalConfig() 274 if (params in AdditionalConfig() 232 EncodeOutput( Environment* env, const HashConfig& params, ByteSource* out, v8::Local<v8::Value>* result) EncodeOutput() argument 241 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, HashConfig* params) AdditionalConfig() argument 285 DeriveBits( Environment* env, const HashConfig& params, ByteSource* out) DeriveBits() argument [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 22 #include <openssl/params.h> 102 int ecdh_init(void *vpecdhctx, void *vecdh, const OSSL_PARAM params[]) in ecdh_init() argument 115 return ecdh_set_ctx_params(pecdhctx, params) in ecdh_init() 228 int ecdh_set_ctx_params(void *vpecdhctx, const OSSL_PARAM params[]) in ecdh_set_ctx_params() argument 237 if (params == NULL) in ecdh_set_ctx_params() 240 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_EC_ECDH_COFACTOR_MODE); in ecdh_set_ctx_params() 253 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_TYPE); in ecdh_set_ctx_params() 267 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_DIGEST); in ecdh_set_ctx_params() 276 p = OSSL_PARAM_locate_const(params, in ecdh_set_ctx_params() 294 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_OUTLE in ecdh_set_ctx_params() 336 ecdh_get_ctx_params(void *vpecdhctx, OSSL_PARAM params[]) ecdh_get_ctx_params() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.h | 209 const ConvertIndexParameters ¶ms); 215 const ConvertIndexIndirectParameters ¶ms); 223 const ConvertLineLoopIndexIndirectParameters ¶ms); 230 const ConvertLineLoopArrayIndirectParameters ¶ms); 235 const ConvertVertexParameters ¶ms); 239 const ClearFramebufferParameters ¶ms); 246 const BlitResolveParameters ¶ms); 252 const BlitResolveParameters ¶ms); 257 const BlitResolveParameters ¶ms); 261 const ClearImageParameters ¶ms); [all...] |
/third_party/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 22 #include <openssl/params.h> 102 int ecdh_init(void *vpecdhctx, void *vecdh, const OSSL_PARAM params[]) in ecdh_init() argument 115 return ecdh_set_ctx_params(pecdhctx, params) in ecdh_init() 228 int ecdh_set_ctx_params(void *vpecdhctx, const OSSL_PARAM params[]) in ecdh_set_ctx_params() argument 237 if (params == NULL) in ecdh_set_ctx_params() 240 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_EC_ECDH_COFACTOR_MODE); in ecdh_set_ctx_params() 253 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_TYPE); in ecdh_set_ctx_params() 267 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_DIGEST); in ecdh_set_ctx_params() 276 p = OSSL_PARAM_locate_const(params, in ecdh_set_ctx_params() 294 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_OUTLE in ecdh_set_ctx_params() 336 ecdh_get_ctx_params(void *vpecdhctx, OSSL_PARAM params[]) ecdh_get_ctx_params() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdfrend.c | 264 SDF_Raster_Params params; in ft_sdf_render() local 348 params.root.target = bitmap; in ft_sdf_render() 349 params.root.source = outline; in ft_sdf_render() 350 params.root.flags = FT_RASTER_FLAG_SDF; in ft_sdf_render() 351 params.spread = sdf_module->spread; in ft_sdf_render() 352 params.flip_sign = sdf_module->flip_sign; in ft_sdf_render() 353 params.flip_y = sdf_module->flip_y; in ft_sdf_render() 354 params.overlaps = sdf_module->overlaps; in ft_sdf_render() 358 (const FT_Raster_Params*)¶ms ); in ft_sdf_render() 485 SDF_Raster_Params params; in ft_bsdf_render() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | authsrv.c | 238 struct tls_connection_params params; in authsrv_init() local 262 os_memset(¶ms, 0, sizeof(params)); in authsrv_init() 263 params.ca_cert = hapd->conf->ca_cert; in authsrv_init() 264 params.client_cert = hapd->conf->server_cert; in authsrv_init() 265 params.client_cert2 = hapd->conf->server_cert2; in authsrv_init() 266 params.private_key = hapd->conf->private_key; in authsrv_init() 267 params.private_key2 = hapd->conf->private_key2; in authsrv_init() 268 params.private_key_passwd = hapd->conf->private_key_passwd; in authsrv_init() 269 params in authsrv_init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 94 void checkSupport (Context& context, const TestParameters params) 96 const bool disjoint = (params.flags & VK_IMAGE_CREATE_DISJOINT_BIT) != 0; 119 params.format, // format; 144 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format); 176 params.format); 178 const bool transferByViews = disjoint && (getPlanarFormatDescription(params.format).numPlanes > 1); 188 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format); 221 tcu::TestStatus testStorageImageWrite (Context& context, TestParameters params) 227 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format); 228 const bool disjoint = (params [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-topology.c | 151 struct skl_pipe_params *params, int fixup) in skl_tplg_update_params() 154 fmt->s_freq = params->s_freq; in skl_tplg_update_params() 156 fmt->channels = params->ch; in skl_tplg_update_params() 160 fmt->valid_bit_depth = skl_get_bit_depth(params->s_fmt); in skl_tplg_update_params() 182 * We need to calculate the output params by applying the 'fixup' 192 struct skl_pipe_params *params, bool is_fe) in skl_tplg_update_params_fixup() 201 if (params->stream == SNDRV_PCM_STREAM_PLAYBACK) { in skl_tplg_update_params_fixup() 223 skl_tplg_update_params(in_fmt, params, in_fixup); in skl_tplg_update_params_fixup() 224 skl_tplg_update_params(out_fmt, params, out_fixup); in skl_tplg_update_params_fixup() 229 * params, s 150 skl_tplg_update_params(struct skl_module_fmt *fmt, struct skl_pipe_params *params, int fixup) skl_tplg_update_params() argument 191 skl_tplg_update_params_fixup(struct skl_module_cfg *m_cfg, struct skl_pipe_params *params, bool is_fe) skl_tplg_update_params_fixup() argument 352 struct skl_pipe_params *params = m_cfg->pipe->p_params; skl_tplg_update_module_params() local 602 struct skl_pipe_params *params = pipe->p_params; skl_tplg_get_pipe_config() local 715 skl_fill_sink_instance_id(struct skl_dev *skl, u32 *params, int size, struct skl_module_cfg *mcfg) skl_fill_sink_instance_id() argument 754 u32 *params; skl_tplg_set_module_bind_params() local 825 struct skl_kpb_params *uuid_params, *params; skl_tplg_find_moduleid_from_uuid() local 1560 skl_tplg_fill_dma_id(struct skl_module_cfg *mcfg, struct skl_pipe_params *params) skl_tplg_fill_dma_id() argument 1598 skl_tplg_update_pipe_params(struct device *dev, struct skl_module_cfg *mconfig, struct skl_pipe_params *params) skl_tplg_update_pipe_params() argument 1792 skl_tplg_be_fill_pipe_params(struct snd_soc_dai *dai, struct skl_module_cfg *mconfig, struct skl_pipe_params *params) skl_tplg_be_fill_pipe_params() argument 1845 skl_tplg_be_set_src_pipe_params(struct snd_soc_dai *dai, struct snd_soc_dapm_widget *w, struct skl_pipe_params *params) skl_tplg_be_set_src_pipe_params() argument 1871 skl_tplg_be_set_sink_pipe_params(struct snd_soc_dai *dai, struct snd_soc_dapm_widget *w, struct skl_pipe_params *params) skl_tplg_be_set_sink_pipe_params() argument 1901 skl_tplg_be_update_params(struct snd_soc_dai *dai, struct skl_pipe_params *params) skl_tplg_be_update_params() argument 2038 struct skl_pipe_params *params; skl_tplg_add_pipe() local 2699 struct skl_pipe_params *params; skl_tplg_add_pipe_v4() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tt.c | 74 u32 duration = tt->params.ct_kill_duration; in iwl_mvm_enter_ctkill() 350 duration = tt->params.ct_kill_duration; in check_exit_ctkill() 368 if (temp <= tt->params.ct_kill_exit) { in check_exit_ctkill() 444 struct iwl_tt_params *params = &mvm->thermal_throttle.params; in iwl_mvm_tt_handler() local 453 if (params->support_ct_kill && temperature >= params->ct_kill_entry) { in iwl_mvm_tt_handler() 458 if (params->support_ct_kill && in iwl_mvm_tt_handler() 459 temperature <= params->ct_kill_exit) { in iwl_mvm_tt_handler() 464 if (params in iwl_mvm_tt_handler() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tt.c | 16 u32 duration = tt->params.ct_kill_duration; in iwl_mvm_enter_ctkill() 291 duration = tt->params.ct_kill_duration; in check_exit_ctkill() 309 if (temp <= tt->params.ct_kill_exit) { in check_exit_ctkill() 385 struct iwl_tt_params *params = &mvm->thermal_throttle.params; in iwl_mvm_tt_handler() local 394 if (params->support_ct_kill && temperature >= params->ct_kill_entry) { in iwl_mvm_tt_handler() 399 if (params->support_ct_kill && in iwl_mvm_tt_handler() 400 temperature <= params->ct_kill_exit) { in iwl_mvm_tt_handler() 405 if (params in iwl_mvm_tt_handler() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/ |
H A D | cs-etm-decoder.c | 138 static int cs_etm_decoder__gen_etmv3_config(struct cs_etm_trace_params *params, in cs_etm_decoder__gen_etmv3_config() argument 141 config->reg_idr = params->etmv3.reg_idr; in cs_etm_decoder__gen_etmv3_config() 142 config->reg_ctrl = params->etmv3.reg_ctrl; in cs_etm_decoder__gen_etmv3_config() 143 config->reg_ccer = params->etmv3.reg_ccer; in cs_etm_decoder__gen_etmv3_config() 144 config->reg_trc_id = params->etmv3.reg_trc_id; in cs_etm_decoder__gen_etmv3_config() 166 static void cs_etm_decoder__gen_etmv4_config(struct cs_etm_trace_params *params, in cs_etm_decoder__gen_etmv4_config() argument 169 config->reg_configr = params->etmv4.reg_configr; in cs_etm_decoder__gen_etmv4_config() 170 config->reg_traceidr = params->etmv4.reg_traceidr; in cs_etm_decoder__gen_etmv4_config() 171 config->reg_idr0 = params->etmv4.reg_idr0; in cs_etm_decoder__gen_etmv4_config() 172 config->reg_idr1 = params in cs_etm_decoder__gen_etmv4_config() 184 cs_etm_decoder__gen_ete_config(struct cs_etm_trace_params *params, ocsd_ete_cfg *config) cs_etm_decoder__gen_ete_config() argument [all...] |
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_binary_test.cc | 37 auto params = GetParam(); in TEST_P() local 40 if (params.op == ast::BinaryOp::kAnd || params.op == ast::BinaryOp::kOr || in TEST_P() 41 params.op == ast::BinaryOp::kXor || in TEST_P() 42 params.op == ast::BinaryOp::kShiftLeft || in TEST_P() 43 params.op == ast::BinaryOp::kShiftRight) { in TEST_P() 53 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P() 61 EXPECT_EQ(out.str(), params.result); in TEST_P() 64 auto params = GetParam(); in TEST_P() local 72 auto* expr = create<ast::BinaryExpression>(params in TEST_P() 83 auto params = GetParam(); TEST_P() local 470 ast::ExpressionList params; TEST_F() local [all...] |
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_binary_test.cc | 37 auto params = GetParam(); in TEST_P() local 40 if (params.op == ast::BinaryOp::kAnd || params.op == ast::BinaryOp::kOr || in TEST_P() 41 params.op == ast::BinaryOp::kXor || in TEST_P() 42 params.op == ast::BinaryOp::kShiftLeft || in TEST_P() 43 params.op == ast::BinaryOp::kShiftRight) { in TEST_P() 53 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P() 61 EXPECT_EQ(out.str(), params.result); in TEST_P() 64 auto params = GetParam(); in TEST_P() local 72 auto* expr = create<ast::BinaryExpression>(params in TEST_P() 83 auto params = GetParam(); TEST_P() local 470 ast::ExpressionList params; TEST_F() local [all...] |
/third_party/ltp/testcases/kernel/containers/share/ |
H A D | ns_common.h | 31 struct param params[] = { variable 46 for (i = 0; params[i].name; i++) { in get_param() 47 if (!strcasecmp(params[i].name, name)) in get_param() 48 return params + i; in get_param()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 3064 struct wpa_driver_associate_params *params, 3173 params->wps = WPS_MODE_PRIVACY; 3175 params->wps = WPS_MODE_OPEN; 3207 params->fils_erp_username = username; 3208 params->fils_erp_username_len = username_len; 3209 params->fils_erp_realm = realm; 3210 params->fils_erp_realm_len = realm_len; 3211 params->fils_erp_next_seq_num = next_seq_num; 3212 params->fils_erp_rrk = rrk; 3213 params 3061 wpas_populate_assoc_ies( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_ssid *ssid, struct wpa_driver_associate_params *params, enum wpa_drv_update_connect_params_mask *mask) global() argument 3582 struct wpa_driver_associate_params params; global() local 3600 struct wpa_driver_associate_params params; global() local 3737 struct wpa_driver_associate_params params; global() local 3772 struct wpa_driver_associate_params params; global() local 5993 wpa_supplicant_apply_ht_overrides( struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_driver_associate_params *params) global() argument 6031 wpa_supplicant_apply_vht_overrides( struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_driver_associate_params *params) global() argument 6108 wpa_supplicant_apply_he_overrides( struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_driver_associate_params *params) global() argument 7752 wpa_supplicant_init(struct wpa_params *params) global() argument [all...] |
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | fg_colorbrightness_test.cpp | 47 RSDynamicBrightnessPara params = RSDynamicBrightnessPara(rateList[i], rateList[(i + 3) % 4], in GRAPHIC_TEST() local 49 params.fraction_ = 0.5; in GRAPHIC_TEST() 56 testNode->SetFgBrightnessParams(params); in GRAPHIC_TEST() 57 testNode->SetFgBrightnessFract(params.fraction_); in GRAPHIC_TEST() 75 RSDynamicBrightnessPara params = RSDynamicBrightnessPara(rateList[i], rateList[(i + 3) % 4], in GRAPHIC_TEST() local 77 params.fraction_ = 1.0; in GRAPHIC_TEST() 84 testNode->SetFgBrightnessParams(params); in GRAPHIC_TEST() 85 testNode->SetFgBrightnessFract(params.fraction_); in GRAPHIC_TEST() 103 RSDynamicBrightnessPara params = RSDynamicBrightnessPara(rateList[i], rateList[(i + 3) % 4], in GRAPHIC_TEST() local 105 params in GRAPHIC_TEST() [all...] |
/foundation/communication/netmanager_base/utils/napi_utils/include/ |
H A D | module_template.h | 44 napi_value params[MAX_PARAM_NUM] = {nullptr}; in InterfaceWithoutManager() local 45 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr)); in InterfaceWithoutManager() 48 context->ParseParams(params, paramsCount); in InterfaceWithoutManager() 77 napi_value params[MAX_PARAM_NUM] = {nullptr}; in Interface() local 78 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr)); in Interface() 84 context->ParseParams(params, paramsCount); in Interface() 113 napi_value params[MAX_PARAM_NUM] = {nullptr}; in InterfaceSync() local 114 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr)); in InterfaceSync() 125 context->ParseParams(params, paramsCount); in InterfaceSync() 157 napi_value params[MAX_PARAM_NU in InterfaceWithOutAsyncWork() local [all...] |
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | setup.c | 115 struct kvm_nvhe_init_params *params = per_cpu_ptr(&kvm_init_params, i); in recreate_hyp_mappings() local 123 ret = pkvm_create_stack(params->stack_pa, ¶ms->stack_hyp_va); in recreate_hyp_mappings() 148 struct kvm_nvhe_init_params *params; in update_nvhe_init_params() local 152 params = per_cpu_ptr(&kvm_init_params, i); in update_nvhe_init_params() 153 params->pgd_pa = __hyp_pa(pkvm_pgtable.pgd); in update_nvhe_init_params() 154 dcache_clean_inval_poc((unsigned long)params, in update_nvhe_init_params() 155 (unsigned long)params + sizeof(*params)); in update_nvhe_init_params() 317 struct kvm_nvhe_init_params *params; in __pkvm_init() local [all...] |
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | imx-pcm-fiq.c | 74 struct snd_pcm_hw_params *params) in snd_imx_pcm_hw_params() 79 iprtd->periods = params_periods(params); in snd_imx_pcm_hw_params() 80 iprtd->period = params_period_bytes(params); in snd_imx_pcm_hw_params() 82 iprtd->poll_time_ns = 1000000000 / params_rate(params) * in snd_imx_pcm_hw_params() 83 params_period_size(params); in snd_imx_pcm_hw_params() 351 struct imx_pcm_fiq_params *params) in imx_pcm_fiq_init() 361 mxc_set_irq_fiq(params->irq, 1); in imx_pcm_fiq_init() 362 ssi_irq = params->irq; in imx_pcm_fiq_init() 364 imx_pcm_fiq = params->irq; in imx_pcm_fiq_init() 366 imx_ssi_fiq_base = (unsigned long)params in imx_pcm_fiq_init() 72 snd_imx_pcm_hw_params(struct snd_soc_component *component, struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) snd_imx_pcm_hw_params() argument 350 imx_pcm_fiq_init(struct platform_device *pdev, struct imx_pcm_fiq_params *params) imx_pcm_fiq_init() argument [all...] |
H A D | mpc5200_psc_ac97.c | 138 struct snd_pcm_hw_params *params, in psc_ac97_hw_analog_params() 147 __func__, substream, params_period_size(params), in psc_ac97_hw_analog_params() 148 params_period_bytes(params), params_periods(params), in psc_ac97_hw_analog_params() 149 params_buffer_size(params), params_buffer_bytes(params), in psc_ac97_hw_analog_params() 150 params_channels(params), params_rate(params), in psc_ac97_hw_analog_params() 151 params_format(params)); in psc_ac97_hw_analog_params() 154 s->ac97_slot_bits = (params_channels(params) in psc_ac97_hw_analog_params() 137 psc_ac97_hw_analog_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *cpu_dai) psc_ac97_hw_analog_params() argument 160 psc_ac97_hw_digital_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *cpu_dai) psc_ac97_hw_digital_params() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | axg-spdifout.c | 122 static int axg_spdifout_sample_fmt(struct snd_pcm_hw_params *params, in axg_spdifout_sample_fmt() argument 129 switch (params_channels(params)) { in axg_spdifout_sample_fmt() 138 params_channels(params)); in axg_spdifout_sample_fmt() 146 switch (params_physical_width(params)) { in axg_spdifout_sample_fmt() 161 params_physical_width(params)); in axg_spdifout_sample_fmt() 166 val |= SPDIFOUT_CTRL1_MSB_POS(params_width(params) - 1); in axg_spdifout_sample_fmt() 179 static int axg_spdifout_set_chsts(struct snd_pcm_hw_params *params, in axg_spdifout_set_chsts() argument 188 ret = snd_pcm_create_iec958_consumer_hw_params(params, cs, 4); in axg_spdifout_set_chsts() 216 struct snd_pcm_hw_params *params, in axg_spdifout_hw_params() 220 unsigned int rate = params_rate(params); in axg_spdifout_hw_params() 215 axg_spdifout_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) axg_spdifout_hw_params() argument [all...] |
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | debugfs.c | 79 struct spi_nor_flash_parameter *params = nor->params; in spi_nor_params_show() local 80 struct spi_nor_erase_map *erase_map = ¶ms->erase_map; in spi_nor_params_show() 88 string_get_size(params->size, 1, STRING_UNITS_2, buf, sizeof(buf)); in spi_nor_params_show() 90 seq_printf(s, "write size\t%u\n", params->writesize); in spi_nor_params_show() 91 seq_printf(s, "page size\t%u\n", params->page_size); in spi_nor_params_show() 140 string_get_size(params->size, 1, STRING_UNITS_2, buf, sizeof(buf)); in spi_nor_params_show() 187 struct spi_nor_flash_parameter *params = nor->params; in spi_nor_capabilities_show() local 188 u32 hwcaps = params in spi_nor_capabilities_show() [all...] |