Lines Matching defs:name
260 #define fdt_set_hdr_(name) \ argument
723 const char *name, in fdt_get_property_w()
783 const char *name, int namelen, in fdt_getprop_namelen_w()
822 const char *name, int *lenp) in fdt_getprop_w()
1325 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1360 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1377 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1480 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1485 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1492 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
1513 #define fdt_property_string(fdt, name, str) \ argument
1691 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1726 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1744 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1778 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1808 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument
1870 const char *name, uint32_t val) in fdt_appendprop_u32()
1905 const char *name, uint64_t val) in fdt_appendprop_u64()
1923 const char *name, uint32_t val) in fdt_appendprop_cell()
1955 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument