Lines Matching defs:nodeoffset
761 fdt_get_property_namelen_w(void *fdt, int nodeoffset, const char *name, in fdt_get_property_namelen_w()
799 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
859 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w()
898 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w()
1437 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32()
1472 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64()
1489 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell()
1933 static inline int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
2000 static inline int fdt_setprop_placeholder(void *fdt, int nodeoffset, in fdt_setprop_placeholder()
2036 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
2071 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
2089 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
2123 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
2155 #define fdt_setprop_namelen_string(fdt, nodeoffset, name, namelen, str) \ argument
2185 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument
2246 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32()
2281 static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, in fdt_appendprop_u64()
2299 static inline int fdt_appendprop_cell(void *fdt, int nodeoffset, in fdt_appendprop_cell()
2332 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument