Lines Matching defs:name
253 #define fdt_set_hdr_(name) \ argument
709 const char *name, in fdt_get_property_w()
769 const char *name, int namelen, in fdt_getprop_namelen_w()
808 const char *name, int *lenp) in fdt_getprop_w()
1311 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1346 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1363 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1466 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1471 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1478 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
1499 #define fdt_property_string(fdt, name, str) \ argument
1677 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1712 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1730 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1764 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1794 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument
1856 const char *name, uint32_t val) in fdt_appendprop_u32()
1891 const char *name, uint64_t val) in fdt_appendprop_u64()
1909 const char *name, uint32_t val) in fdt_appendprop_cell()
1941 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument