/kernel/linux/linux-6.6/drivers/media/pci/mantis/ |
H A D | mantis_i2c.c | 121 struct mantis_hwconfig *config; in mantis_i2c_xfer() local 125 config = mantis->hwconfig; in mantis_i2c_xfer() 126 BUG_ON(!config); in mantis_i2c_xfer() 133 if ((config->i2c_mode & MANTIS_BYTE_MODE) && in mantis_i2c_xfer()
|
H A D | mantis_cards.c | 158 struct mantis_hwconfig *config; in mantis_pci_probe() local 169 config = drvdata->hwconfig; in mantis_pci_probe() 170 config->irq_handler = &mantis_irq_handler; in mantis_pci_probe() 171 mantis->hwconfig = config; in mantis_pci_probe()
|
H A D | hopper_cards.c | 149 struct mantis_hwconfig *config; in hopper_pci_probe() local 162 config = drvdata->hwconfig; in hopper_pci_probe() 163 config->irq_handler = &hopper_irq_handler; in hopper_pci_probe() 164 mantis->hwconfig = config; in hopper_pci_probe()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-is-regs.c | 55 struct chain_config *config = &is->config[is->config_index]; in fimc_is_hw_set_param() local 65 mcuctl_write(config->p_region_index[0], is, MCUCTL_REG_ISSR(4)); in fimc_is_hw_set_param() 66 mcuctl_write(config->p_region_index[1], is, MCUCTL_REG_ISSR(5)); in fimc_is_hw_set_param()
|
/kernel/linux/linux-6.6/drivers/phy/amlogic/ |
H A D | phy-meson-axg-mipi-pcie-analog.c | 54 struct phy_configure_opts_mipi_dphy config; member 93 switch (priv->config.lanes) { in phy_dsi_analog_enable() 143 memcpy(&priv->config, opts, sizeof(priv->config)); in phy_axg_mipi_pcie_analog_configure()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-elektor.c | 207 unsigned char config; in elektor_match() local 208 /* yeap, we've found cypress, let's check config */ in elektor_match() 209 if (!pci_read_config_byte(cy693_dev, 0x47, &config)) { in elektor_match() 211 dev_dbg(dev, "found cy82c693, config " in elektor_match() 212 "register 0x47 = 0x%02x\n", config); in elektor_match() 224 if ((config & 0x7f) == 0x61) { in elektor_match()
|
/kernel/linux/linux-6.6/scripts/kconfig/tests/ |
H A D | conftest.py | 39 def _run_conf(self, mode, dot_config=None, out_file='.config', 44 dot_config: .config file to use for configuration base 45 out_file: file name to contain the output config data 64 # if .config is given, copy it to the working directory 67 os.path.join(temp_dir, '.config')) 90 # Retrieve the resulted config data only when .config is supposed 91 # to exist. If the command fails, the .config does not exist. 92 # 'listnewconfig' does not produce .config in the first place. 95 self.config [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | vmtest.sh | 21 KCONFIG_REL_PATHS=("${SCRIPT_DIR}/config" "${SCRIPT_DIR}/config.common" "${SCRIPT_DIR}/config.${ARCH}") 152 for config in "${KCONFIG_REL_PATHS[@]}"; do 153 local kconfig_src="${config}" 166 for config in "${KCONFIG_REL_PATHS[@]}"; do 167 local kconfig_src="${config}" 169 # Only update the config if it has been updated after the 170 # previously cached config was created. This avoids 243 local kconfig_file="${OUTPUT_DIR}/latest.config" [all...] |
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/ |
H A D | hdi_stability_test.cpp | 53 V2_0::ModelConfig config; in PrepareModelTest() local 54 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, device->PrepareModel(*iModel, config, iPreparedModel)); in PrepareModelTest() 172 V2_0::ModelConfig config = { in HWTEST_F() local 174 auto retPrepare = device->PrepareModel(*iModel, config, iPreparedModel); in HWTEST_F()
|
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/ |
H A D | hdi_stability_test.cpp | 53 V1_0::ModelConfig config; in PrepareModelTest() local 54 EXPECT_EQ(HDF_SUCCESS, device->PrepareModel(*iModel, config, iPreparedModel)); in PrepareModelTest() 171 V1_0::ModelConfig config = { in HWTEST_F() local 173 auto retPrepare = device->PrepareModel(*iModel, config, iPreparedModel); in HWTEST_F()
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-serial.c | 330 jerryx_debugger_serial_create (const char *config) /**< specify the configuration */ in jerryx_debugger_serial_create() argument 334 strncpy (tmp_config, config, CONFIG_SIZE); in jerryx_debugger_serial_create() 403 jerryx_debugger_serial_create (const char *config) in jerryx_debugger_serial_create() argument 405 JERRYX_UNUSED (config); in jerryx_debugger_serial_create()
|
/third_party/mesa3d/src/egl/main/ |
H A D | egldriver.h | 89 _EGLContext *(*CreateContext)(_EGLDisplay *disp, _EGLConfig *config, 100 _EGLSurface *(*CreateWindowSurface)(_EGLDisplay *disp, _EGLConfig *config, 102 _EGLSurface *(*CreatePixmapSurface)(_EGLDisplay *disp, _EGLConfig *config, 104 _EGLSurface *(*CreatePbufferSurface)(_EGLDisplay *disp, _EGLConfig *config,
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.c | 224 uint64_t config = 0; in brw_get_compiler_config_value() local 225 insert_u64_bit(&config, compiler->precise_trig); in brw_get_compiler_config_value() 230 insert_u64_bit(&config, INTEL_DEBUG(bit)); in brw_get_compiler_config_value() 233 return config; in brw_get_compiler_config_value()
|
/third_party/node/test/pseudo-tty/ |
H A D | testcfg.py | 43 def __init__(self, path, file, expected, input_arg, arch, mode, context, config): 48 self.config = config 100 result = [self.config.context.GetVm(self.arch, self.mode)]
|
/third_party/node/test/testpy/ |
H A D | __init__.py | 40 def __init__(self, path, file, arch, mode, context, config, additional=None): 43 self.config = config 59 result = [self.config.context.GetVm(self.arch, self.mode)] 64 # The following block reads config.gypi to extract the v8_enable_inspector
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcode_ninja.py | 91 for config in old_spec["configurations"]: 92 old_xcode_settings = old_spec["configurations"][config].get( 104 ninja_target["configurations"][config] = {} 105 ninja_target["configurations"][config][
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_ninja.py | 91 for config in old_spec["configurations"]: 92 old_xcode_settings = old_spec["configurations"][config].get( 104 ninja_target["configurations"][config] = {} 105 ninja_target["configurations"][config][
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | repo.js | 183 const loadMockNpm = async (t, prefixDir, config = {}) => { 195 config, 264 const mockWorkspaces = (t, config) => loadMockNpm(t, workspaceFixture, config)
|
/third_party/libfuse/example/ |
H A D | invalidate_path.c | 22 * gcc -Wall invalidate_path.c `pkg-config fuse3 --cflags --libs` -o invalidate_path 215 struct fuse_loop_config config; in main() local 276 config.clone_fd = opts.clone_fd; in main() 277 config.max_idle_threads = opts.max_idle_threads; in main() 278 res = fuse_loop_mt(fuse, &config); in main()
|
H A D | hello_ll.c | 15 * gcc -Wall hello_ll.c `pkg-config fuse3 --cflags --libs` -o hello_ll 220 struct fuse_loop_config config; in main() local 262 config.clone_fd = opts.clone_fd; in main() 263 config.max_idle_threads = opts.max_idle_threads; in main() 264 ret = fuse_session_loop_mt(se, &config); in main()
|
/third_party/python/Tools/demo/ |
H A D | redemo.py | 106 self.statusdisplay.config(text="", background=bg) 109 self.statusdisplay.config( 156 self.statusdisplay.config(text="(no match)", 159 self.statusdisplay.config(text="")
|
/third_party/vixl/tools/ |
H A D | lint.py | 40 import config namespace 202 os.path.join(config.dir_tools, '.cached_lint_results.pkl') 220 relative_aarch32_traces_path = os.path.relpath(config.dir_aarch32_traces,'.') 221 relative_aarch64_traces_path = os.path.relpath(config.dir_aarch64_traces,'.')
|
/third_party/python/Python/ |
H A D | dynload_win.c | 208 PyConfig *config = (PyConfig*)_PyInterpreterState_GetConfig(interp); local 209 assert(config->prefix); 210 if (config->prefix) { 211 wcscpy_s(py3path, MAXPATHLEN, config->prefix);
|
/third_party/skia/gn/ |
H A D | gn_to_bp.py | 551 mkdir_if_not_exists('android/include/config/') 552 mkdir_if_not_exists('linux/include/config/') 553 mkdir_if_not_exists('mac/include/config/') 554 mkdir_if_not_exists('win/include/config/') 555 mkdir_if_not_exists('renderengine/include/config/') 559 def disallow_platforms(config, desired): 560 with open(config, 'a') as f: 573 def append_to_file(config, s): 574 with open(config, 'a') as f: 585 write_android_config('android/include/config/SkUserConfi [all...] |
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
H A D | SkottieView.java | 137 SkottieAnimation.Config config = null; in setSourceHelper() 139 // if there is already an animation, save config and finalize it so as to not confuse GL in setSourceHelper() 141 config = mAnimation.getBackingViewConfig(); in setSourceHelper() 155 // restore config settings from previous animation if needed in setSourceHelper() 156 if (config != null) { in setSourceHelper() 157 animation.setBackingViewConfig(config); in setSourceHelper()
|