Home
last modified time | relevance | path

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

/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py167 driver_sources = load_driver_sources()
169 dump_content(bindings, base_binding, vnd_lookup, driver_sources, args.out_dir,
247 driver_sources = {}
279 if compatible in driver_sources:
281 driver_sources[compatible] = None
283 driver_sources[compatible] = relative_path
286 driver_sources = {k: v for k, v in driver_sources.items() if v is not None}
290 if compatible not in driver_sources and len(occurrences) == 1:
295 driver_sources[compatible] = path
297 return driver_sources
[all …]