Home
last modified time | relevance | path

Searched refs:config (Results 3826 - 3850 of 8981) sorted by relevance

1...<<151152153154155156157158159160>>...360

/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.h17 #include <linux/rkisp1-config.h>
270 * @config: a pointer to the list of registers to configure the capture format.
295 const struct rkisp1_capture_config *config; member
402 * @config: the set of registers to configure the resizer
413 const struct rkisp1_rsz_config *config; member
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.h51 void (*config)(struct device *dev, unsigned int w, member
111 if (comp->funcs && comp->funcs->config) in mtk_ddp_comp_config()
112 comp->funcs->config(comp->dev, w, h, vrefresh, bpc, cmdq_pkt); in mtk_ddp_comp_config()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dscmi-hwmon.c160 enum hwmon_sensor_types type, u32 config) in scmi_hwmon_add_chan_info()
169 scmi_hwmon_chan->config = cfg; in scmi_hwmon_add_chan_info()
171 *cfg = config; in scmi_hwmon_add_chan_info()
158 scmi_hwmon_add_chan_info(struct hwmon_channel_info *scmi_hwmon_chan, struct device *dev, int num, enum hwmon_sensor_types type, u32 config) scmi_hwmon_add_chan_info() argument
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dget-reg-list.c316 "usage: get-reg-list [--config=<selection>] [--list] [--list-filtered]\n\n" in help()
317 " --config=<selection> Used to select a specific vcpu configuration for the test/listing\n" in help()
328 " --list Print the register list rather than test it (requires --config)\n" in help()
329 " --list-filtered Print registers that would normally be filtered out (requires --config)\n" in help()
334 static struct vcpu_reg_list *parse_config(const char *config) in parse_config() argument
339 if (config[8] != '=') in parse_config()
344 if (strcmp(config_name(c), &config[9]) == 0) in parse_config()
361 if (strncmp(av[i], "--config", 8) == 0) in main()
375 * We only want to print the register list of a single config. in main()
/kernel/linux/linux-6.6/scripts/
H A Dleaking_addresses.pl28 use Getopt::Long qw(:config no_auto_abbrev);
97 --kernel-config-file=<file> Kernel configuration file (e.g /boot/config)
118 'kernel-config-file=s' => \$kernel_config_file,
218 # Gets config option value from kernel config file.
219 # Returns "" on error or if config option not found.
227 # Allow --kernel-config-file to override.
230 } elsif (-R "/proc/config.gz") {
233 if (system("gunzip < /proc/config
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhptiop.h283 struct hpt_iop_request_get_config __iomem *config; member
303 /* IOP config info */
354 struct hpt_iop_request_get_config *config);
356 struct hpt_iop_request_set_config *config);
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc3-loader.c66 const struct sof_ext_man_config_data *config = in ipc3_fw_ext_man_get_config_data() local
75 elems_size = config->hdr.size - sizeof(struct sof_ext_man_elem_header); in ipc3_fw_ext_man_get_config_data()
78 dev_dbg(sdev->dev, "manifest can hold up to %d config elements\n", elems_counter); in ipc3_fw_ext_man_get_config_data()
81 elem = &config->elems[i]; in ipc3_fw_ext_man_get_config_data()
89 /* TODO: use ipc msg size from config data */ in ipc3_fw_ext_man_get_config_data()
/kernel/linux/linux-6.6/sound/virtio/
H A Dvirtio_card.c268 if (!vdev->config->get) { in virtsnd_validate()
352 vdev->config->del_vqs(vdev); in virtsnd_remove()
381 vdev->config->del_vqs(vdev); in virtsnd_freeze()
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py73 from _core.config.config_manager import UserConfigManager
74 from _core.config.resource_manager import ResourceManager
322 Variables.config = UserConfigManager()
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dconstants.py30 from ohos.config.config_manager import OHOSUserConfigManager
37 def get_xml_output(config, json_config):
38 xml_output = config.testargs.get("xml-output")
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.cpp287 int32_t MockIDevice::PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& preparedModel) in PrepareModel() argument
293 int32_t MockIDevice::PrepareOfflineModel(const std::vector<SharedBuffer>& offlineModels, const ModelConfig& config, in PrepareOfflineModel() argument
300 int32_t MockIDevice::PrepareModelFromModelCache(const std::vector<SharedBuffer>& modelCache, const ModelConfig& config, in PrepareModelFromModelCache() argument
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp286 int32_t MockIDevice::PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& preparedModel) in PrepareModel() argument
292 int32_t MockIDevice::PrepareOfflineModel(const std::vector<SharedBuffer>& offlineModels, const ModelConfig& config, in PrepareOfflineModel() argument
299 int32_t MockIDevice::PrepareModelFromModelCache(const std::vector<SharedBuffer>& modelCache, const ModelConfig& config, in PrepareModelFromModelCache() argument
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.cpp263 int32_t MockIDevice::PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& preparedModel) in PrepareModel() argument
269 int32_t MockIDevice::PrepareOfflineModel(const std::vector<SharedBuffer>& offlineModels, const ModelConfig& config, in PrepareOfflineModel() argument
276 int32_t MockIDevice::PrepareModelFromModelCache(const std::vector<SharedBuffer>& modelCache, const ModelConfig& config, in PrepareModelFromModelCache() argument
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreQuery.test.js76 const config = {
95 console.info('getLocalDeviceId config:'+ JSON.stringify(config));
96 await factory.createKVManager(config).then((manager) => {
/third_party/mbedtls/programs/ssl/
H A Dssl_pthread_server.c85 const mbedtls_ssl_config *config; member
114 if ((ret = mbedtls_ssl_setup(&ssl, thread_info->config)) != 0) { in handle_ssl_connection()
316 base_info.config = &conf; in main()
/third_party/littlefs/
H A Dlfs.h458 // Requires a littlefs object and config struct. This clobbers the littlefs
459 // object, and does not leave the filesystem mounted. The config struct must
463 int lfs_format(lfs_t *lfs, const struct lfs_config *config);
468 // Requires a littlefs object and config struct. Multiple filesystems
470 // lfs and config must be allocated while mounted. The config struct must
474 int lfs_mount(lfs_t *lfs, const struct lfs_config *config);
558 // thus use lfs_file_opencfg() with config.buffer set.
566 // The config struct provides additional config option
[all...]
/third_party/node/lib/internal/process/
H A Dpre_execution.js265 if (process.config.variables.node_no_browser_globals ||
315 if (process.config.variables.node_no_browser_globals ||
320 if (internalBinding('config').hasOpenSSL) {
347 if (process.config.variables.node_no_browser_globals ||
431 if (internalBinding('config').hasInspector) {
479 // Now that we use the config binding to carry this information, remove
482 const { noBrowserGlobals } = internalBinding('config');
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_foozzie_test.py50 # The last config item points to a known build configuration.
68 config = v8_fuzz_config.Config('foo', random.Random(42))
80 '--first-config=ignition',
81 '--second-config=jitless',
83 '--second-config-extra-flags=--baz',
84 '--second-config-extra-flags=--foo',
85 '--second-config-extra-flags=--bar',
87 config.choose_foozzie_flags(experiments, flags),
91 '--first-config=ignition',
92 '--second-config
[all...]
/third_party/node/src/tracing/
H A Dagent.cc25 TraceConfig* config = agent_->CreateTraceConfig(); in ~ScopedSuspendTracing()
26 if (config != nullptr) { in ~ScopedSuspendTracing()
27 controller_->StartTracing(config); in ~ScopedSuspendTracing()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestdriver.js397 * @param {Object} config - an `Authenticator Configuration
408 add_virtual_authenticator: function(config, context=null) {
409 return window.test_driver_internal.add_virtual_authenticator(config, context);
697 add_virtual_authenticator: function(config, context=null) {
/third_party/ninja/src/
H A Dstatus.cc38 StatusPrinter::StatusPrinter(const BuildConfig& config) in StatusPrinter() argument
39 : config_(config), started_edges_(0), finished_edges_(0), total_edges_(0), in StatusPrinter()
41 current_rate_(config.parallelism) { in StatusPrinter()
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js87 get config () {
88 return this[_npm] && this[_npm].config
159 // replace vague default config values that are present within quotes
162 const value = this[_npm].config.defaults[name]
254 const definitions = this[_test].mock('@npmcli/config/lib/definitions')
256 '@npmcli/config/lib/definitions': definitions,
307 const definitions = this[_test].mock('@npmcli/config/lib/definitions')
309 '@npmcli/config/lib/definitions': definitions,
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.c238 nv30->config.filter = 0x00000004; in nv30_context_create()
240 nv30->config.filter = 0x00002dc4; in nv30_context_create()
242 nv30->config.aniso = NV40_3D_TEX_WRAP_ANISO_MIP_FILTER_OPTIMIZATION_OFF; in nv30_context_create()
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open02.c43 #include "config.h"
128 hw_event.config = PERF_COUNT_HW_INSTRUCTIONS; in count_hardware_counters()
238 tsk_event.config = PERF_COUNT_SW_TASK_CLOCK; in setup()
243 hw_event.config = PERF_COUNT_HW_INSTRUCTIONS; in setup()
/third_party/musl/libc-test/
H A DMakefile37 config.mak:
38 cp config.mak.def $@
39 -include config.mak

Completed in 19 milliseconds

1...<<151152153154155156157158159160>>...360