Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 56) sorted by relevance

123

/scripts/native_simulator/common/src/
A Dnsi_tasks.h52 #define NSI_TASK(fn, level, prio) \ argument
55 __attribute__((__section__(".nsi_" #level NSI_STRINGIFY(prio) "_task")))\
58 _Static_assert(NSITASK_##level##_LEVEL >= 0, \
66 void nsi_run_tasks(int level);
A Dnsi_tasks.c12 void nsi_run_tasks(int level) in nsi_run_tasks() argument
36 for (fptr = nsi_pre_tasks[level]; fptr < nsi_pre_tasks[level+1]; in nsi_run_tasks()
/scripts/native_simulator/common/other/
A Dlinker_script.pre.ld12 #define NSI_INIT_LEVEL(level) \ argument
13 __nsi_##level##_tasks_start = .; \
14 KEEP(*(SORT(.nsi_##level[0-9]_task))); \
15 KEEP(*(SORT(.nsi_##level[1-9][0-9]_task))); \
16 KEEP(*(SORT(.nsi_##level[1-9][0-9][0-9]_task))); \
/scripts/build/
A Dcheck_init_priorities.py63 def __init__(self, level, priority): argument
65 if level_name == level:
72 raise ValueError("Unknown level in %s" % level)
137 for level in _DEVICE_INIT_LEVELS:
140 self._init_level_addr[level] = sym.entry.st_value
194 for i, level in enumerate(_DEVICE_INIT_LEVELS):
195 start = self._init_level_addr[level]
201 self.initlevels[level] = []
220 prio = Priority(level, priority)
300 for level, calls in self._obj.initlevels.items():
[all …]
/scripts/dts/python-devicetree/tests/test-bindings-init/
A Dbase_multi.yaml15 # Child-binding level:
16 # From top-level "include:" element.
25 # Grandchild-binding level:
26 # From top-level "include:" element.
39 # Grand-grandchild-binding level:
68 # Amend top-level "include:" element.
90 # Amend above top-level "include:" element.
A Dthing.yaml7 # Binding level:
12 # Child-binding level:
17 # Grandchild-binding level:
A Dbase_amend.yaml11 # at each level (binding, child-binding, grandchild-binding).
55 # Same amendments at the child-binding level.
75 # Same amendments at the grandchild-binding level.
A Dsimple_blocklist.yaml4 # up to the grandchild-binding level.
A Dsimple_allowlist.yaml4 # up to the grandchild-binding level.
A Ddiamond.yaml16 # * Binding level.
29 # * Child-binding level:
42 # * Grandchild-binding level:
A Dcompat_desc_multi.yaml10 # Descriptions at the child-binding level and below
A Dvnd,thing.yaml3 # Top level binding file (device binding) for testing
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
A Dutils.py20 def log_command(logger: logging.Logger, msg: str, args: list, level: int = logging.DEBUG) -> None:
35 logger.log(level, msg, str(args))
37 logger.log(level, msg, shlex.join(args))
/scripts/west_commands/
A Dbuild_helpers.py104 log.dbg(f'config dir-fmt: {default}', level=log.VERBOSE_EXTREME)
111 log.dbg(f'build dir: {build_dir}', level=log.VERBOSE_EXTREME)
138 level=log.VERBOSE_EXTREME)
142 level=log.VERBOSE_EXTREME)
A Dbuild.py192 level=Verbosity.DBG_EXTREME)
218 level=Verbosity.DBG_EXTREME)
234 level=Verbosity.DBG_MORE)
460 self.dbg('setting up build directory', level=Verbosity.DBG_EXTREME)
485 self.dbg('setting up source directory', level=Verbosity.DBG_EXTREME)
528 self.dbg('sanity checking the build', level=Verbosity.DBG_EXTREME)
547 self.dbg('APP_DIR:', cached_app, level=Verbosity.DBG_EXTREME)
552 self.dbg('pristine:', self.auto_pristine, level=Verbosity.DBG_EXTREME)
571 self.dbg('CACHED_BOARD:', cached_board, level=Verbosity.DBG_EXTREME)
597 self.dbg('run_cmake:', True, level=Verbosity.DBG_EXTREME)
/scripts/
A Dcheckpatch.pl1436 $level++;
1473 $level++;
1477 $level--;
1487 $level++;
1491 $level--;
1503 $level--;
1635 $level--;
1638 $level++;
4258 $level = "warn" if ($level eq "warning");
4268 $level = "warn" if ($level eq "warning");
[all …]
/scripts/dts/python-devicetree/tests/test-bindings-include/
A Dinclude-invalid-type.yaml2 Invalid include: wrong top level type.
A Dsimple_filter_allowlist.yaml4 # up to the grandchild-binding level.
A Dsimple_filter_blocklist.yaml4 # up to the grandchild-binding level.
A Dallow-and-blocklist-multilevel.yaml4 Includes can be added at any level, so can property-allowlist and
/scripts/utils/
A Dpinctrl_nrf_migrate.py384 level = 0
406 level = 1
412 level += 1
415 level -= 1
416 in_device = level > 0
430 if level == 1:
432 if (level == 2 or not in_device) and not states_written:
/scripts/ci/
A DKconfig.board.v21 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
/scripts/tests/twister_blackbox/
A Dtest_config.py70 def test_level(self, out_path, level, expected_tests): argument
74 args = ['-i','--outdir', out_path, '-T', path, '--level', level, '-y',
/scripts/footprint/
A Dcompare_footprint55 level = logging.INFO
57 level = logging.DEBUG
59 level = logging.ERROR
66 logger.setLevel(level)
/scripts/dts/python-devicetree/tests/test-bindings/
A Dparent.yaml16 # child.yaml included at child-binding level

Completed in 44 milliseconds

123