Lines Matching refs:fdt_property
730 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
733 static inline struct fdt_property *fdt_get_property_by_offset_w(void *fdt, in fdt_get_property_by_offset_w()
737 return (struct fdt_property *)(uintptr_t) in fdt_get_property_by_offset_w()
756 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
760 static inline struct fdt_property *
764 return (struct fdt_property *)(uintptr_t)fdt_get_property_namelen( in fdt_get_property_namelen_w()
797 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
799 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
803 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w()
1672 int fdt_property(void *fdt, const char *name, const void *val, int len);
1676 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32()
1681 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64()
1707 fdt_property(fdt, name, str, strlen(str)+1)