Lines Matching defs:name
216 #define fdt_set_hdr_(name) \ argument
660 const char *name, in fdt_get_property_w()
718 const char *name, int namelen, in fdt_getprop_namelen_w()
757 const char *name, int *lenp) in fdt_getprop_w()
1255 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1290 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1302 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1405 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1410 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1417 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
1438 #define fdt_property_string(fdt, name, str) \ argument
1615 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1650 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1662 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1696 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1726 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument
1788 const char *name, uint32_t val) in fdt_appendprop_u32()
1823 const char *name, uint64_t val) in fdt_appendprop_u64()
1835 const char *name, uint32_t val) in fdt_appendprop_cell()
1867 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument