Home
last modified time | relevance | path

Searched refs:on_bus (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py35 on_bus: Optional[str]
38 return hash((self.compatible, self.on_bus))
205 assert binding_start.on_bus == binding_end.on_bus
386 compat = Compat(binding.compatible, binding.on_bus)
394 return (data.compatible, data.on_bus or '')
448 on_bus = f' (on {binding.on_bus} bus)' if binding.on_bus else ''
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py268 def on_bus(self) -> Optional[str]: member in Binding
2258 binding.on_bus))
2262 if binding.on_bus is not None:
2267 self._compat2binding[binding.compatible, binding.on_bus] = binding
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py513 if binding.on_bus: