/Zephyr-latest/scripts/pylib/build_helpers/ |
D | domains.py | 7 This provides parsing of domains yaml file and creation of objects of the 19 ## domains YAML file. 21 # The domains.yaml file is a simple list of domains from a multi image build 31 domains: 59 class Domains: class 67 logger.critical(f'malformed domains.yaml') 73 for d in data['domains'] 77 # must not name any domains that aren't listed under "domains". 85 '''Load domains from a domains.yaml file. 91 logger.critical(f'domains.yaml file not found: {domains_file}') [all …]
|
/Zephyr-latest/scripts/tests/build_helpers/ |
D | test_domains.py | 6 Tests for domains.py classes 17 import domains 23 ('', False, 1, ['domains.yaml file not found: domains.yaml']), 28 domains: [] 43 raise FileNotFoundError(f'domains.yaml not found.') 47 with mock.patch('domains.Domains.__init__', init_mock), \ 50 result = domains.Domains.from_file('domains.yaml') 66 domains: 78 domains: 115 with mock.patch('domains.Domain', side_effect=mock_domain), \ [all …]
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | domains_helper.py | 15 from domains import Domains 23 Get the default domain name from the domains.yaml file 25 domains = Domains.from_file(domains_file) 27 return domains.get_default_domain().name
|
/Zephyr-latest/tests/subsys/logging/log_links/src/ |
D | mock_log_link.c | 16 link->ctrl_blk->source_cnt[i] = mock->domains[i]->source_cnt; in initiate() 32 *length = strlen(mock->domains[domain_id]->name); in get_domain_name() 35 strncpy(buf, mock->domains[domain_id]->name, *length); in get_domain_name() 46 strncpy(buf, mock->domains[domain_id]->sources[source_id].source, in get_source_name() 48 *length = strlen(mock->domains[domain_id]->sources[source_id].source); in get_source_name() 58 *level = mock->domains[domain_id]->sources[source_id].clevel; in get_levels() 61 *runtime_level = mock->domains[domain_id]->sources[source_id].rlevel; in get_levels() 72 mock->domains[domain_id]->sources[source_id].rlevel = level; in set_runtime_level()
|
D | mock_log_link.h | 25 struct mock_log_link_domain **domains; member
|
/Zephyr-latest/dts/xtensa/intel/ |
D | intel_adsp_ace30.dtsi | 172 power-domains = <&hub_ulp_domain>; 183 power-domains = <&hub_ulp_domain>; 221 power-domains = <&io0_domain>; 229 power-domains = <&io0_domain>; 237 power-domains = <&io0_domain>; 245 power-domains = <&io0_domain>; 253 power-domains = <&io0_domain>; 261 power-domains = <&io0_domain>; 269 power-domains = <&io0_domain>; 277 power-domains = <&io0_domain>; [all …]
|
D | intel_adsp_ace30_ptl.dtsi | 177 power-domains = <&hub_ulp_domain>; 188 power-domains = <&hub_ulp_domain>; 226 power-domains = <&io0_domain>; 234 power-domains = <&io0_domain>; 242 power-domains = <&io0_domain>; 250 power-domains = <&io0_domain>; 258 power-domains = <&io0_domain>; 266 power-domains = <&io0_domain>; 274 power-domains = <&io0_domain>; 282 power-domains = <&io0_domain>; [all …]
|
D | intel_adsp_ace20_lnl.dtsi | 230 power-domains = <&io0_domain>; 254 power-domains = <&io0_domain>; 278 power-domains = <&io0_domain>; 391 power-domains = <&hst_domain>; 406 power-domains = <&hst_domain>; 429 power-domains = <&hub_ulp_domain>; 442 power-domains = <&hub_ulp_domain>; 482 power-domains = <&io0_domain>; 489 power-domains = <&io0_domain>; 496 power-domains = <&io0_domain>; [all …]
|
D | intel_adsp_ace15_mtpm.dtsi | 158 power-domains = <&hub_ulp_domain>; 169 power-domains = <&hub_ulp_domain>; 300 power-domains = <&io0_domain>; 323 power-domains = <&io0_domain>; 346 power-domains = <&io0_domain>; 486 power-domains = <&hub_ulp_domain>; 499 power-domains = <&hub_ulp_domain>; 512 power-domains = <&hst_domain>; 527 power-domains = <&hst_domain>; 567 power-domains = <&hub_ulp_domain>; [all …]
|
/Zephyr-latest/kernel/ |
D | Kconfig.mem_domain | 6 menu "Memory Domains" 47 members of memory domains, they have no implications on supervisor 69 If enabled, thread stacks within the same memory domains are 70 isolated which means threads within the same memory domains 73 If disabled, threads within the same memory domains can access 77 threads outside of their domains.
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf54h20.dtsi | 219 power-domains = <&gpd NRF_GPD_FAST_ACTIVE0>; 504 power-domains = <&gpd NRF_GPD_FAST_ACTIVE0>; 520 power-domains = <&gpd NRF_GPD_FAST_ACTIVE0>; 530 power-domains = <&gpd NRF_GPD_FAST_ACTIVE0>; 537 power-domains = <&gpd NRF_GPD_FAST_ACTIVE0>; 544 power-domains = <&gpd NRF_GPD_FAST_ACTIVE0>; 585 power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>; 606 power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>; 615 power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>; 624 power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>; [all …]
|
/Zephyr-latest/scripts/west_commands/ |
D | build_helpers.py | 21 # Domains.py must be imported from the pylib directory, since 25 from domains import Domains 146 '''Load domains from a domains.yaml. 148 If domains.yaml is not found, then a single 'app' domain referring to the 151 domains_file = Path(path) / 'domains.yaml' 154 return Domains.from_yaml(f'''\ 157 domains: 164 return Domains.from_file(domains_file)
|
/Zephyr-latest/tests/subsys/pm/power_domain/ |
D | app.overlay | 17 power-domains = <&test_domain>; 23 power-domains = <&test_domain>; 35 power-domains = <&test_domain_balanced>;
|
/Zephyr-latest/tests/subsys/pm/device_driver_init/ |
D | app.overlay | 11 power-domains = <&test_reg>; 18 power-domains = <&test_reg>; 34 power-domains = <&test_reg_auto>; 40 power-domains = <&test_reg_auto>;
|
/Zephyr-latest/doc/services/pm/ |
D | power_domain.rst | 15 Power domains are optional on Zephyr, to enable this feature the 49 Internal Power Domains 59 called "power domains", can be present in a hierarchy and can be 62 External Power Domains 70 Placing devices on power domains can be done for a variety of reasons, 134 power-domains = <&gpio_domain>; 140 power-domains = <&gpio_domain>;
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | twister_harness_config.py | 42 domains = self.build_dir / 'domains.yaml' 43 if domains.exists(): 44 self.app_build_dir = self.build_dir / get_default_domain_name(domains)
|
/Zephyr-latest/tests/subsys/pm/device_power_domains/ |
D | app.overlay | 17 power-domains = <&test_reg_0>; 24 power-domains = <&test_reg_1>;
|
/Zephyr-latest/doc/services/ipc/ipc_service/ |
D | ipc_service.rst | 10 The IPC service API provides an interface to exchange data between two domains 20 between two domains or CPUs. The actual implementation and internal 23 An individual instance is not used to send data between domains/CPUs. To send 25 instance. This allows for the connection of the two domains of interest. 33 two domains (connected by the instance). An endpoint is always associated to an 53 To send data between domains or CPUs, an endpoint must be registered onto
|
/Zephyr-latest/dts/bindings/ipc/ |
D | nordic,nrf-ipct-common.yaml | 21 separate domains, in which a channel on this IPCT node is considered 36 separate domains, in which a channel on this IPCT node is considered
|
/Zephyr-latest/dts/bindings/power-domain/ |
D | power-domain.yaml | 4 description: Properties for power domains
|
/Zephyr-latest/tests/kernel/device/ |
D | app.overlay | 72 power-domains = <&fakedomain_2>; 79 power-domains = <&fakedomain_0>;
|
/Zephyr-latest/dts/bindings/base/ |
D | base.yaml | 96 power-domains: 106 description: Number of cells in power-domains property
|
/Zephyr-latest/tests/kernel/device/boards/ |
D | hifive_unmatched_fu740_s7.overlay | 70 power-domains = <&fakedomain_2>; 77 power-domains = <&fakedomain_0>;
|
D | hifive_unmatched_fu740_u74.overlay | 70 power-domains = <&fakedomain_2>; 77 power-domains = <&fakedomain_0>;
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_internal.h | 72 * @param[in, out] offset Offset assigned to domains. Initialize to 0 before first use. 98 /** @brief Return number of external domains. 100 * @return Number of external domains.
|