Lines Matching refs:fdt_property
685 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
688 static inline struct fdt_property *fdt_get_property_by_offset_w(void *fdt, in fdt_get_property_by_offset_w()
692 return (struct fdt_property *)(uintptr_t) in fdt_get_property_by_offset_w()
711 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
745 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
747 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
751 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w()
1540 int fdt_property(void *fdt, const char *name, const void *val, int len);
1544 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32()
1549 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64()
1575 fdt_property(fdt, name, str, strlen(str)+1)