Home
last modified time | relevance | path

Searched refs:params (Results 3501 - 3525 of 9370) sorted by relevance

1...<<141142143144145146147148149150>>...375

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dtx.c7 #include "en/params.h"
13 struct mlx5e_params *params = &priv->channels.params; in mlx5e_xsk_wakeup() local
19 if (unlikely(qid >= params->num_channels)) in mlx5e_xsk_wakeup()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dmacronix.c110 nor->params->quad_enable = spi_nor_sr1_bit6_quad_enable; in macronix_nor_default_init()
115 if (!nor->params->set_4byte_addr_mode) in macronix_nor_late_init()
116 nor->params->set_4byte_addr_mode = spi_nor_set_4byte_addr_mode_en4b_ex4b; in macronix_nor_late_init()
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/
H A Ddpio.c48 dpio_cmd = (struct dpio_cmd_open *)cmd.params; in dpio_open()
155 dpio_rsp = (struct dpio_rsp_get_attr *)cmd.params; in dpio_get_attributes()
180 dpio_cmd = (struct dpio_stashing_dest *)cmd.params; in dpio_set_stashing_destination()
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/
H A Ddpcon.c41 dpcon_cmd = (struct dpcon_cmd_open *)cmd.params; in dpcon_open()
183 dpcon_rsp = (struct dpcon_rsp_get_attr *)cmd.params; in dpcon_get_attributes()
213 dpcon_cmd = (struct dpcon_cmd_set_notification *)cmd.params; in dpcon_set_notification()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddwb.h180 struct dc_dwb_params *params);
186 struct dc_dwb_params *params);
225 struct dc_dwb_params *params);
/kernel/linux/linux-6.6/include/sound/
H A Ddmaengine_pcm.h31 const struct snd_pcm_hw_params *params, struct dma_slave_config *slave_config);
138 struct snd_pcm_hw_params *params,
164 struct snd_pcm_hw_params *params,
/kernel/linux/linux-6.6/drivers/cxl/core/
H A Dtrace.c12 struct cxl_region_params *p = &cxlr->params; in cxl_is_hpa_in_range()
40 struct cxl_region_params *p = &cxlr->params; in cxl_dpa_to_hpa()
87 struct cxl_region_params *p = &cxlr->params; in cxl_trace_hpa()
/kernel/linux/linux-6.6/sound/pci/oxygen/
H A Dxonar_lib.c77 struct snd_pcm_hw_params *params) in xonar_set_cs53x1_params()
81 if (params_rate(params) <= 54000) in xonar_set_cs53x1_params()
83 else if (params_rate(params) <= 108000) in xonar_set_cs53x1_params()
76 xonar_set_cs53x1_params(struct oxygen *chip, struct snd_pcm_hw_params *params) xonar_set_cs53x1_params() argument
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Dsmdk_spdif.c101 struct snd_pcm_hw_params *params) in smdk_hw_params()
108 switch (params_rate(params)) { in smdk_hw_params()
125 rclk_rate = params_rate(params) * ratio; in smdk_hw_params()
100 smdk_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) smdk_hw_params() argument
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda-probes.c71 struct snd_compr_params *params, in hda_probes_compr_set_params()
82 /* compr params do not store bit depth, default to S32_LE */ in hda_probes_compr_set_params()
87 rate = hda_dsp_get_mult_div(sdev, params->codec.sample_rate); in hda_probes_compr_set_params()
89 hstream->format_val = rate | bits | (params->codec.ch_out - 1); in hda_probes_compr_set_params()
69 hda_probes_compr_set_params(struct sof_client_dev *cdev, struct snd_compr_stream *cstream, struct snd_compr_params *params, struct snd_soc_dai *dai) hda_probes_compr_set_params() argument
/kernel/linux/linux-6.6/sound/soc/qcom/
H A Dstorm.c20 struct snd_pcm_hw_params *params) in storm_ops_hw_params()
24 snd_pcm_format_t format = params_format(params); in storm_ops_hw_params()
25 unsigned int rate = params_rate(params); in storm_ops_hw_params()
19 storm_ops_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) storm_ops_hw_params() argument
/kernel/liteos_a/apps/perf/src/
H A Doption.c85 cmd->params[0] = argv[index]; in ParseOptions()
93 cmd->params[i] = argv[index]; in ParseOptions()
97 printf_debug("paras[%d]:%s\n", j, cmd->params[j]); in ParseOptions()
/third_party/ffmpeg/libavfilter/tests/
H A Ddnn-layer-mathunary.c75 DnnLayerMathUnaryParams params; in test() local
82 params.un_op = op; in test()
92 ff_dnn_execute_layer_math_unary(operands, input_indexes, 1, &params, NULL); in test()
/third_party/ffmpeg/tests/dnn/
H A Ddnn-layer-mathunary-test.c73 DnnLayerMathUnaryParams params; in test() local
80 params.un_op = op; in test()
90 ff_dnn_execute_layer_math_unary(operands, input_indexes, 1, &params, NULL); in test()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DTimer.java93 public void init(Object... params) {} in init() argument
97 public long timeIterations(Loop loop, Object... params) { in timeIterations() argument
103 loop.init(params); in timeIterations()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DTimer.java90 public void init(Object... params) {} in init() argument
94 public long timeIterations(Loop loop, Object... params) { in timeIterations() argument
100 loop.init(params); in timeIterations()
/third_party/jerryscript/tests/jerry/es2015/
H A Dtagged-template-literal.js69 function empty(strings, ...params) {
72 assert(params.length === 3);
75 params.forEach ((e) => assert (e === 1));
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/
H A Dcpufreq_boost.c134 struct sched_param params; in setup() local
135 params.sched_priority = sched_get_priority_max(SCHED_FIFO); in setup()
136 if (sched_setscheduler(getpid(), SCHED_FIFO, &params)) { in setup()
/third_party/node/src/crypto/
H A Dcrypto_hmac.h74 HmacConfig* params);
78 const HmacConfig& params,
83 const HmacConfig& params,
H A Dcrypto_hash.h69 HashConfig* params);
73 const HashConfig& params,
78 const HashConfig& params,
/third_party/node/test/parallel/
H A Dtest-inspector-bindings.js31 const params = notification.params;
32 const callFrame = params.callFrames[0];
/third_party/node/deps/v8/tools/system-analyzer/
H A Dlws-middleware.js9 async function sh(cmd, ...params) {
10 console.log(cmd, params.join(' '));
12 const {stdout} = await execFile(cmd, params, options);
/third_party/node/deps/brotli/c/enc/
H A Dbackward_references.c125 ContextLut literal_context_lut, const BrotliEncoderParams* params, in BrotliCreateBackwardReferences()
128 switch (params->hasher.type) { in BrotliCreateBackwardReferences()
133 literal_context_lut, params, hasher, dist_cache, \ in BrotliCreateBackwardReferences()
123 BrotliCreateBackwardReferences(size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateBackwardReferences() argument
/third_party/node/deps/npm/node_modules/negotiator/lib/
H A Dencoding.js76 var params = match[2].split(';');
77 for (var j = 0; j < params.length; j++) {
78 var p = params[j].trim().split('=');
H A Dlanguage.js65 var params = match[3].split(';')
66 for (var j = 0; j < params.length; j++) {
67 var p = params[j].split('=');

Completed in 10 milliseconds

1...<<141142143144145146147148149150>>...375