Searched refs:prop_names (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/ |
A D | fdtdec.h | 842 const char *prop_names, const char *name,
|
/u-boot/lib/ |
A D | fdtdec.c | 959 const char *prop_names, const char *name, in fdt_get_named_resource() argument 964 index = fdt_stringlist_search(fdt, node, prop_names, name); in fdt_get_named_resource()
|
/u-boot/tools/binman/ |
A D | ftest.py | 604 def _GetPropTree(self, dtb, prop_names, prefix='/binman/'): argument 609 if prop.name in prop_names:
|
Completed in 31 milliseconds