Lines Matching +defs:val +defs:name

260 #define fdt_set_hdr_(name) \  argument
748 const char *name, in fdt_get_property_w()
808 const char *name, int namelen, in fdt_getprop_namelen_w()
847 const char *name, int *lenp) in fdt_getprop_w()
1386 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1421 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1438 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1541 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1546 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1553 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
1574 #define fdt_property_string(fdt, name, str) \ argument
1752 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1753 uint32_t val) in fdt_setprop_u32()
1787 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1788 uint64_t val) in fdt_setprop_u64()
1805 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1806 uint32_t val) in fdt_setprop_cell()
1839 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1869 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument
1931 const char *name, uint32_t val) in fdt_appendprop_u32()
1966 const char *name, uint64_t val) in fdt_appendprop_u64()
1984 const char *name, uint32_t val) in fdt_appendprop_cell()
2016 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument