Lines Matching defs:name
183 #define __fdt_set_hdr(name) \ argument
498 const char *name, in fdt_get_property_w()
583 const char *name, int *lenp) in fdt_getprop_w()
990 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1025 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1037 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1102 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1107 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1112 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
1116 #define fdt_property_string(fdt, name, str) \ argument
1262 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1297 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1309 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1343 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1405 const char *name, uint32_t val) in fdt_appendprop_u32()
1440 const char *name, uint64_t val) in fdt_appendprop_u64()
1452 const char *name, uint32_t val) in fdt_appendprop_cell()
1484 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument