Searched full:ordinals (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | ordinals.h | 11 * @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/ |
D | elf_parser.py | 66 # 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
|
D | gen_device_deps.py | 116 '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/ |
D | xilinx,axi-dma-base.yaml | 45 In this case, the python device tree script fails to assign ordinals, causing build failure.
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | grutils.py | 90 # Assign ordinals for edtlib 151 # use unit addresses as tiebreakers. That in turn ensures ordinals
|
/Zephyr-latest/include/zephyr/ |
D | init.h | 128 /* Init level ordinals */
|
D | device.h | 834 * 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),
|
D | devicetree.h | 674 * See include/zephyr/devicetree/ordinals.h. 5300 #include <zephyr/devicetree/ordinals.h>
|
/Zephyr-latest/doc/build/dts/ |
D | macros.bnf | 109 ; 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/ |
D | api.rst | 151 distinct devicetree nodes ``n1`` and ``n2`` with dependency ordinals ``d1`` and
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 727 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/ |
D | main.c | 2737 * 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/ |
D | release-notes-3.5.rst | 981 New special-purpose macros introduced for dependency ordinals:
|