/scripts/native_simulator/common/src/ |
A D | nsi_tasks.h | 52 #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 D | nsi_tasks.c | 12 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 D | linker_script.pre.ld | 12 #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 D | check_init_priorities.py | 63 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 D | base_multi.yaml | 15 # 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 D | thing.yaml | 7 # Binding level: 12 # Child-binding level: 17 # Grandchild-binding level:
|
A D | base_amend.yaml | 11 # 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 D | simple_blocklist.yaml | 4 # up to the grandchild-binding level.
|
A D | simple_allowlist.yaml | 4 # up to the grandchild-binding level.
|
A D | diamond.yaml | 16 # * Binding level. 29 # * Child-binding level: 42 # * Grandchild-binding level:
|
A D | compat_desc_multi.yaml | 10 # Descriptions at the child-binding level and below
|
A D | vnd,thing.yaml | 3 # Top level binding file (device binding) for testing
|
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
A D | utils.py | 20 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 D | build_helpers.py | 104 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 D | build.py | 192 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 D | checkpatch.pl | 1436 $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 D | include-invalid-type.yaml | 2 Invalid include: wrong top level type.
|
A D | simple_filter_allowlist.yaml | 4 # up to the grandchild-binding level.
|
A D | simple_filter_blocklist.yaml | 4 # up to the grandchild-binding level.
|
A D | allow-and-blocklist-multilevel.yaml | 4 Includes can be added at any level, so can property-allowlist and
|
/scripts/utils/ |
A D | pinctrl_nrf_migrate.py | 384 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 D | Kconfig.board.v2 | 1 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
|
/scripts/tests/twister_blackbox/ |
A D | test_config.py | 70 def test_level(self, out_path, level, expected_tests): argument 74 args = ['-i','--outdir', out_path, '-T', path, '--level', level, '-y',
|
/scripts/footprint/ |
A D | compare_footprint | 55 level = logging.INFO 57 level = logging.DEBUG 59 level = logging.ERROR 66 logger.setLevel(level)
|
/scripts/dts/python-devicetree/tests/test-bindings/ |
A D | parent.yaml | 16 # child.yaml included at child-binding level
|