Lines Matching +defs:val +defs:str
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
1753 uint32_t val) in fdt_setprop_u32()
1788 uint64_t val) in fdt_setprop_u64()
1806 uint32_t val) in fdt_setprop_cell()
1839 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ 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