Searched refs:fdt_property (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/scripts/dtc/libfdt/ |
D | libfdt.h | 410 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, 425 const struct fdt_property *fdt_get_property_namelen(const void *fdt, 457 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 459 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 463 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w() 993 int fdt_property(void *fdt, const char *name, const void *val, int len); 997 return fdt_property(fdt, name, &val, sizeof(val)); in fdt_property_u32() 1002 return fdt_property(fdt, name, &val, sizeof(val)); in fdt_property_u64() 1009 fdt_property(fdt, name, str, strlen(str)+1)
|
D | fdt_ro.c | 239 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset() 244 const struct fdt_property *prop; in fdt_get_property_by_offset() 260 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen() 268 const struct fdt_property *prop; in fdt_get_property_namelen() 284 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 295 const struct fdt_property *prop; in fdt_getprop_namelen() 307 const struct fdt_property *prop; in fdt_getprop_by_offset()
|
D | fdt_sw.c | 191 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function 193 struct fdt_property *prop; in fdt_property() 239 struct fdt_property *prop = in fdt_finish()
|
D | fdt_rw.c | 206 int len, struct fdt_property **prop) in _fdt_resize_property() 224 int len, struct fdt_property **prop) in _fdt_add_property() 277 struct fdt_property *prop; in fdt_setprop() 295 struct fdt_property *prop; in fdt_appendprop() 321 struct fdt_property *prop; in fdt_delprop()
|
D | fdt.h | 35 struct fdt_property { struct
|
D | fdt_wip.c | 85 struct fdt_property *prop; in fdt_nop_property()
|
D | fdt.c | 123 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
|
/linux-4.1.27/scripts/dtc/ |
D | fdtget.c | 124 const struct fdt_property *data; in list_properties()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 484 const struct fdt_property *phy_prop; in octeon_fdt_set_phy() 485 struct fdt_property *alt_prop; in octeon_fdt_set_phy()
|