Home
last modified time | relevance | path

Searched full:ordinals (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/include/zephyr/devicetree/
Dordinals.h11 * @brief Devicetree node dependency ordinals
35 * @brief Get a list of dependency ordinals of a node's direct dependencies
48 * @return a list of dependency ordinals, with each ordinal followed
54 * @brief Get a list of dependency ordinals of what depends directly on a node
65 * @return a list of dependency ordinals, with each ordinal followed
81 * @brief Get a list of dependency ordinals of a DT_DRV_COMPAT instance's
87 * @return a list of dependency ordinals for the nodes the instance depends
93 * @brief Get a list of dependency ordinals of what depends directly on a
/Zephyr-latest/scripts/build/
Delf_parser.py66 # Split ordinals on DEVICE_HANDLE_SEP
79 def ordinals(self): member in DeviceOrdinals
95 self.ordinals = None
118 return self.ordinals.self_ordinal
220 injected = dev.ordinals.ordinals[1]
251 # Link devices structs with PM and ordinals
256 dev.ordinals = ordinal_arrays[dev.obj_ordinals]
260 # Create mapping of ordinals to devices
Dgen_device_deps.py116 'extern {:s} {:s}[{:d}];'.format(ctype, dev.ordinals.sym.name, len(handles)),
118 '{:s}[] = {{ {:s} }};'.format(dev.ordinals.sym.name, ', '.join(handles)),
/Zephyr-latest/dts/bindings/dma/
Dxilinx,axi-dma-base.yaml45 In this case, the python device tree script fails to assign ordinals, causing build failure.
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dgrutils.py90 # Assign ordinals for edtlib
151 # use unit addresses as tiebreakers. That in turn ensures ordinals
/Zephyr-latest/include/zephyr/
Dinit.h128 /* Init level ordinals */
Ddevice.h834 * devicetree ordinal, and provides the dependency ordinals. These are provided
842 * List of devicetree dependency ordinals (if any),
844 * List of injected dependency ordinals (if any),
846 * List of devicetree supporting ordinals (if any),
Ddevicetree.h674 * See include/zephyr/devicetree/ordinals.h.
5300 #include <zephyr/devicetree/ordinals.h>
/Zephyr-latest/doc/build/dts/
Dmacros.bnf109 ; The dependency ordinals of a node's requirements (direct dependencies).
111 ; The dependency ordinals of a node supports (reverse direct dependencies).
/Zephyr-latest/doc/build/dts/api/
Dapi.rst151 distinct devicetree nodes ``n1`` and ``n2`` with dependency ordinals ``d1`` and
/Zephyr-latest/scripts/dts/
Dgen_defines.py727 out_comment("Ordinals for what this node depends on directly:")
731 out_comment("Ordinals for what depends directly on this node:")
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2737 * ordinals.
2798 * Combined ordinals for /test/test-children are from in ZTEST()
2829 * Combined ordinals for /test/test-children/child-a in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst981 New special-purpose macros introduced for dependency ordinals: