Lines Matching defs:name
156 #define __fdt_set_hdr(name) \ argument
460 const char *name, in fdt_get_property_w()
545 const char *name, int *lenp) in fdt_getprop_w()
883 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
918 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
930 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
994 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
999 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1004 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
1008 #define fdt_property_string(fdt, name, str) \ argument
1154 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1189 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1201 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1235 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1297 const char *name, uint32_t val) in fdt_appendprop_u32()
1332 const char *name, uint64_t val) in fdt_appendprop_u64()
1344 const char *name, uint32_t val) in fdt_appendprop_cell()
1376 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument