Searched refs:ordinal (Results 1 – 10 of 10) sorted by relevance
117 def ordinal(self): member in Device257 if dev.ordinal != DeviceOrdinals.DEVICE_HANDLE_NULL:258 dev.edt_node = self.edt.dep_ord2node[dev.ordinal]261 devices_by_ord = {d.ordinal: d for d in self.devices if d.edt_node}277 if dev.ordinal == DeviceOrdinals.DEVICE_HANDLE_NULL:280 n = self.edt.dep_ord2node[dev.ordinal]282 n.name, dev.ordinal, dev.handle, n.path284 dot.node(str(dev.ordinal), text)287 dot.edge(str(dev.ordinal), str(sup.ordinal))
210 ordinal = self._device_ord_from_name(arg1_name)211 if ordinal:213 self.devices[ordinal] = (prio, arg0_name)
91 ordinal = 098 scc[0].dep_ordinal = ordinal99 ordinal += 1
150 *dependency ordinal* is then its zero-based index in that list. Thus, for two159 and assigns a dependency ordinal to each node. Dependency related information
59 ; a unique ordinal value for each partition102 ; The node's dependency ordinal. This is a non-negative integer
84 * Node dependency ordering (ordinal and path):
193 * Nodes in dependency order (ordinal and path):
65 * test_gpio_1, or dependency ordinal tests may fail.
376 …UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 360: ordinal not in range(128)
1813 * :github:`26050` - devicetree: provide access to node ordinal