Lines Matching defs:name
228 #define fdt_set_hdr_(name) \ argument
599 const char *name, in fdt_get_property_w()
657 const char *name, int namelen, in fdt_getprop_namelen_w()
696 const char *name, int *lenp) in fdt_getprop_w()
1194 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1229 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1241 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1306 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1311 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1316 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
1336 #define fdt_property_string(fdt, name, str) \ argument
1513 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1548 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1560 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1594 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1624 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument
1686 const char *name, uint32_t val) in fdt_appendprop_u32()
1721 const char *name, uint64_t val) in fdt_appendprop_u64()
1733 const char *name, uint32_t val) in fdt_appendprop_cell()
1765 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument