Searched refs:fdt_property (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c245 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, fdt_get_property_by_offset()
250 const struct fdt_property *prop; fdt_get_property_by_offset()
266 const struct fdt_property *fdt_get_property_namelen(const void *fdt, fdt_get_property_namelen()
274 const struct fdt_property *prop; fdt_get_property_namelen()
290 const struct fdt_property *fdt_get_property(const void *fdt, fdt_get_property()
301 const struct fdt_property *prop; fdt_getprop_namelen()
313 const struct fdt_property *prop; fdt_getprop_by_offset()
H A Dfdt_sw.c223 int fdt_property(void *fdt, const char *name, const void *val, int len) fdt_property() function
225 struct fdt_property *prop; fdt_property()
271 struct fdt_property *prop = fdt_finish()
H A Dfdt_rw.c206 int len, struct fdt_property **prop) _fdt_resize_property()
224 int len, struct fdt_property **prop) _fdt_add_property()
277 struct fdt_property *prop; fdt_setprop()
295 struct fdt_property *prop; fdt_appendprop()
321 struct fdt_property *prop; fdt_delprop()
H A Dfdt.h86 struct fdt_property { struct
H A Dfdt_wip.c85 struct fdt_property *prop; fdt_nop_property()
H A Dlibfdt.h431 * fdt_property structure within the device tree blob at the given
448 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
463 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
475 * fdt_get_property() retrieves a pointer to the fdt_property
495 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
497 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, fdt_get_property_w()
501 return (struct fdt_property *)(uintptr_t) fdt_get_property_w()
1101 int fdt_property(void *fdt, const char *name, const void *val, int len); fdt_property_u32()
1105 return fdt_property(fdt, name, &tmp, sizeof(tmp)); fdt_property_u32()
1110 return fdt_property(fdt, name, &tmp, sizeof(tmp)); fdt_property_u64()
1117 fdt_property(fdt, name, str, strlen(str)+1)
H A Dfdt.c123 offset += sizeof(struct fdt_property) - FDT_TAGSIZE fdt_next_tag()
/linux-4.4.14/arch/mips/cavium-octeon/
H A Docteon-platform.c484 const struct fdt_property *phy_prop; octeon_fdt_set_phy()
485 struct fdt_property *alt_prop; octeon_fdt_set_phy()
/linux-4.4.14/scripts/dtc/
H A Dfdtget.c124 const struct fdt_property *data; list_properties()

Completed in 174 milliseconds