Searched refs:fdt_nop_property (Results 1 – 7 of 7) sorted by relevance
/external/dtc/tests/ |
D | nop_property.c | 46 err = fdt_nop_property(fdt, 0, "prop-int"); in main() 59 err = fdt_nop_property(fdt, 0, "prop-str"); in main()
|
D | add_subnode_with_nops.c | 75 CHECK(fdt_nop_property(fdt, 0, "prop1")); in main()
|
/external/dtc/libfdt/ |
D | version.lds | 30 fdt_nop_property;
|
D | fdt_wip.c | 104 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() function
|
D | libfdt.h | 1267 int fdt_nop_property(void *fdt, int nodeoffset, const char *name);
|
/external/u-boot/scripts/dtc/libfdt/ |
D | fdt_wip.c | 104 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() function
|
D | libfdt.h | 1270 int fdt_nop_property(void *fdt, int nodeoffset, const char *name);
|