Home
last modified time | relevance | path

Searched refs:children (Results 1 – 25 of 45) sorted by relevance

12

/Zephyr-latest/drivers/mfd/
Dmfd_nxp_lp_flexcomm.c25 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/
Dfpdiff.py63 if not n.children or not n.parent:
70 if not node.children:
76 if not node.children and node.size != 0:
Dsize_report576 …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/
DTFDServer.cpp191 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()
DTFDServer.h46 std::vector<std::shared_ptr<TTransport>> children; variable
/Zephyr-latest/doc/_static/js/
Dcustom.js41 const $search = $sidebar.children('.wy-side-nav-search');
42 const $menu = $sidebar.children('.wy-menu-vertical');
/Zephyr-latest/subsys/emul/
Demul.c37 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/
Drb.c25 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/
Dgen_defines.py478 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/
Dutils.py44 for child in psutil.Process(proc.pid).children(recursive=True):
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py113 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/
Dcmakefileapi.py53 self.children = []
74 self.children = []
Dcmakefileapijson.py362 cfgDir.children = []
364 cfgDir.children.append(cfg.directories[childIndex])
378 cfgPrj.children = []
380 cfgPrj.children.append(cfg.projects[childIndex])
/Zephyr-latest/include/zephyr/sys/
Drb.h60 struct rbnode *children[2]; member
/Zephyr-latest/drivers/spi/
Dspi_emul.c150 .children = emuls_##n, \
/Zephyr-latest/include/zephyr/drivers/
Demul.h56 const struct emul_link_for_bus *children; member
/Zephyr-latest/scripts/west_commands/
Dsign.py370 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/
Dtest_stm.py100 for child in psutil.Process(proc.pid).children(recursive=True):
/Zephyr-latest/doc/services/pm/
Dpower_domain.rst101 /* notify children domain is now powered */
105 /* notify children domain is going down */
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md57 inheriting all other testsuite properties, whereas the children object's properties
153 --flatten-list-names "{'children':'name'}" \
/Zephyr-latest/drivers/espi/
Despi_emul.c238 .children = emuls_##n, \
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/
Dtest_stm.py122 for child in psutil.Process(proc.pid).children(recursive=True):
/Zephyr-latest/doc/build/kconfig/
Dmenuconfig.rst119 works if the symbol has no children, as double-clicking a symbol with
120 children open/closes its menu instead).
Dtips.rst533 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/
Dgen_crossbar_config.py271 for child in conf_node.children.values():

12