Lines Matching refs:fdt_property
660 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
663 static inline struct fdt_property *fdt_get_property_by_offset_w(void *fdt, in fdt_get_property_by_offset_w()
667 return (struct fdt_property *)(uintptr_t) in fdt_get_property_by_offset_w()
686 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
720 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
722 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
726 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w()
1479 int fdt_property(void *fdt, const char *name, const void *val, int len);
1483 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32()
1488 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64()
1514 fdt_property(fdt, name, str, strlen(str)+1)