Home
last modified time | relevance | path

Searched refs:Binding (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py26 from devicetree.edtlib import Binding, bindings_from_paths, load_vendor_prefixes_txt
46 Compat2Binding = Dict[Compat, Binding]
47 Binding2Changes = Dict[Binding, List[BindingChange]]
198 binding_start: Binding, argument
199 binding_end: Binding argument
230 binding_start: Binding, argument
231 binding_end: Binding argument
255 binding_start: Binding, argument
256 binding_end: Binding argument
267 binding_start: Binding, argument
[all …]
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_edtlib.py285 edtlib.Binding("test-bindings-include/allow-and-blocklist.yaml", fname2path)
291 edtlib.Binding("test-bindings-include/allow-and-blocklist-child.yaml", fname2path)
297 edtlib.Binding("test-bindings-include/allow-not-list.yaml", fname2path)
304 edtlib.Binding("test-bindings-include/block-not-list.yaml", fname2path)
311 binding = edtlib.Binding("test-bindings-include/include-invalid-keys.yaml", fname2path)
321 binding = edtlib.Binding("test-bindings-include/include-invalid-type.yaml", fname2path)
329 binding = edtlib.Binding("test-bindings-include/include-no-name.yaml", fname2path)
336 binding = edtlib.Binding("test-bindings-include/allowlist.yaml", fname2path)
339 binding = edtlib.Binding("test-bindings-include/empty-allowlist.yaml", fname2path)
342 binding = edtlib.Binding("test-bindings-include/blocklist.yaml", fname2path)
[all …]
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py98 class Binding: class
216 self.child_binding: Optional['Binding'] = Binding(
530 def __init__(self, name: str, binding: Binding): argument
531 self.binding: Binding = binding
1018 self._binding: Optional[Binding] = None
1363 self._binding = Binding(None, {}, raw=raw, require_compatible=False)
1365 def _binding_from_parent(self) -> Optional[Binding]:
2000 self._compat2binding: Dict[Tuple[str, Optional[str]], Binding] = {}
2230 dt_compats: Set[str]) -> Optional[Binding]:
2250 return Binding(binding_path, self._binding_fname2path, raw=raw)
[all …]
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst170 * **Binding message** - Message exchanged during endpoint binding process (described below).
300 Endpoint Binding
324 Initiator Binding Procedure argument
356 Follower Binding Procedure argument
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/
DREADME.rst107 [00:00:04.007,354] <inf> iso_connected: Binding ISO
/Zephyr-latest/doc/build/dts/
Dbindings-intro.rst108 Binding file names usually match their ``compatible:`` lines. For example, the
Dhowtos.rst213 * Binding (compatible = soc-nv-flash):
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst231 Binding subsection
235 Binding is performed by the provider of the iface, not by the application (see :ref:`conn_mgr_impl_…
Dimplementation.rst31 Binding an iface does not directly modify its :c:struct:`iface struct <net_if>`.
159 Binding an iface to an implementation
/Zephyr-latest/doc/build/dts/api/
Dapi.rst71 `PCI Bus Binding to: IEEE Std 1275-1994 Standard for Boot (Initialization Configuration) Firmware`_
73 .. _PCI Bus Binding to\: IEEE Std 1275-1994 Standard for Boot (Initialization Configuration) Firmwa…
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py243 return edtlib.Binding(os.fspath(base_yaml), base_includes, require_compatible=False,
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst175 - Supported Binding
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst751 * :github:`7974` - extract_dts_includes: Binding merge warning should be enhanced
Drelease-notes-2.1.rst711 * :github:`19459` - Bluetooth: Mesh: Mesh Model State Binding.
Drelease-notes-2.3.rst1202 * :github:`23153` - Binding AF_PACKET socket second time will fail with multiple network interfaces
Drelease-notes-1.14.rst242 * :github:`23153` - Binding AF_PACKET socket second time will fail with multiple network interfaces