Searched refs:fdt_nop_property (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | nop_property.c | 35 err = fdt_nop_property(fdt, 0, "prop-int"); in main() 48 err = fdt_nop_property(fdt, 0, "prop-str"); in main()
|
H A D | add_subnode_with_nops.c | 64 CHECK(fdt_nop_property(fdt, 0, "prop1")); in main()
|
/netbsd-src/sys/external/bsd/libfdt/dist/ |
H A D | version.lds | 31 fdt_nop_property;
|
H A D | fdt_wip.c | 61 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() function
|
H A D | libfdt.h | 1363 int fdt_nop_property(void *fdt, int nodeoffset, const char *name);
|