/Zephyr-latest/drivers/mfd/ |
D | mfd_nxp_lp_flexcomm.c | 25 struct nxp_lp_flexcomm_child *children; member 46 child = &data->children[LP_FLEXCOMM_PERIPH_LPI2C]; in nxp_lp_flexcomm_isr() 55 child = &data->children[LP_FLEXCOMM_PERIPH_LPUART]; in nxp_lp_flexcomm_isr() 63 child = &data->children[LP_FLEXCOMM_PERIPH_LPSPI]; in nxp_lp_flexcomm_isr() 77 child = &data->children[periph]; in nxp_lp_flexcomm_setirqhandler() 95 child = &data->children[i]; in nxp_lp_flexcomm_init() 149 .children = nxp_lp_flexcomm_children_##n, \
|
/Zephyr-latest/scripts/footprint/ |
D | fpdiff.py | 63 if not n.children or not n.parent: 70 if not node.children: 76 if not node.children and node.size != 0:
|
D | size_report | 576 …def __init__(self, name, identifier, size=0, parent=None, children=None, address=None, section=Non… argument 586 if children: 587 self.children = children 599 for child in node.children: 711 children = [node_no_paths, node_zephyr_base] 714 children.append(node_output_dir) 717 children.append(node_others) 722 children.append(node_workspace) 724 root.children = children 758 if not row.node.children:
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TFDServer.cpp | 191 children.push_back(shared_ptr<TTransport>(new xport(fd))); in acceptImpl() 193 return children.back(); in acceptImpl() 214 for (auto c : children) { in interruptChildren() 219 children.clear(); in interruptChildren()
|
D | TFDServer.h | 46 std::vector<std::shared_ptr<TTransport>> children; variable
|
/Zephyr-latest/doc/_static/js/ |
D | custom.js | 41 const $search = $sidebar.children('.wy-side-nav-search'); 42 const $menu = $sidebar.children('.wy-menu-vertical');
|
/Zephyr-latest/subsys/emul/ |
D | emul.c | 37 const struct emul_link_for_bus *const end = cfg->children + cfg->num_children; in emul_init_for_bus() 40 for (elp = cfg->children; elp < end; elp++) { in emul_init_for_bus()
|
/Zephyr-latest/lib/utils/ |
D | rb.c | 25 return n->children[1]; in get_child() 28 uintptr_t l = (uintptr_t) n->children[0]; in get_child() 38 n->children[1] = val; in set_child() 40 uintptr_t old = (uintptr_t) n->children[0]; in set_child() 43 n->children[0] = (void *) (new | (old & 1UL)); in set_child() 50 return ((uintptr_t)n->children[0]) & 1UL; in get_color() 67 uintptr_t *p = (void *) &n->children[0]; in set_color()
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 478 out_dt_define(f"{node.z_path_id}_CHILD_NUM", len(node.children)) 481 for child in node.children.values(): 489 node.children.values())) 493 for child in node.children.values())) 497 for child in node.children.values())) 501 for child in node.children.values())) 505 for child in node.children.values() if child.status == "okay")) 509 for child in node.children.values() if child.status == "okay")) 513 for child in node.children.values() if child.status == "okay")) 517 for child in node.children.values() if child.status == "okay")) [all …]
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 44 for child in psutil.Process(proc.pid).children(recursive=True):
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 113 siblings_to_move = parent.children[index + 1 :] 170 meta_description["content"] = node.children[0].astext() 206 siblings_to_move = parent.children[index + 1 :] 208 node.children[0].extend(siblings_to_move) 216 node.replace_self(node.children[0]) 232 siblings_to_move = parent.children[index + 1 :] 304 sorted_children = sorted(tree.children, key=lambda x: x.category["name"]) 391 sorted_children = sorted(tree.children, key=lambda x: x.name)
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | cmakefileapi.py | 53 self.children = [] 74 self.children = []
|
D | cmakefileapijson.py | 362 cfgDir.children = [] 364 cfgDir.children.append(cfg.directories[childIndex]) 378 cfgPrj.children = [] 380 cfgPrj.children.append(cfg.projects[childIndex])
|
/Zephyr-latest/include/zephyr/sys/ |
D | rb.h | 60 struct rbnode *children[2]; member
|
/Zephyr-latest/drivers/spi/ |
D | spi_emul.c | 150 .children = emuls_##n, \
|
/Zephyr-latest/include/zephyr/drivers/ |
D | emul.h | 56 const struct emul_link_for_bus *children; member
|
/Zephyr-latest/scripts/west_commands/ |
D | sign.py | 370 if 'partitions' not in flash.children: 374 partitions = flash.children['partitions'] 376 label: node for node in partitions.children.values()
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/ |
D | test_stm.py | 100 for child in psutil.Process(proc.pid).children(recursive=True):
|
/Zephyr-latest/doc/services/pm/ |
D | power_domain.rst | 101 /* notify children domain is now powered */ 105 /* notify children domain is going down */
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 57 inheriting all other testsuite properties, whereas the children object's properties 153 --flatten-list-names "{'children':'name'}" \
|
/Zephyr-latest/drivers/espi/ |
D | espi_emul.c | 238 .children = emuls_##n, \
|
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/ |
D | test_stm.py | 122 for child in psutil.Process(proc.pid).children(recursive=True):
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 119 works if the symbol has no children, as double-clicking a symbol with 120 children open/closes its menu instead).
|
D | tips.rst | 533 that depend on ``FOO``, then those symbols become children of ``FOO``. If 534 ``FOO`` is defined with ``config FOO``, then the children are shown indented 536 children in a separate menu rooted at ``FOO``. 596 Note that making a symbol without children a ``menuconfig`` is meaningless. It 597 should be avoided, because it looks identical to a symbol with all children 602 [*] I have no children ---- 603 [*] All my children are invisible ----
|
/Zephyr-latest/soc/silabs/silabs_sim3/sim3u/ |
D | gen_crossbar_config.py | 271 for child in conf_node.children.values():
|