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

/linux-master/scripts/dtc/libfdt/
H A Dfdt.h41 struct fdt_property { struct
H A Dlibfdt.h640 * fdt_property structure within the device tree blob at the given
660 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
663 static inline struct fdt_property *fdt_get_property_by_offset_w(void *fdt,
667 return (struct fdt_property *)(uintptr_t)
686 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
699 * fdt_get_property() retrieves a pointer to the fdt_property
720 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
722 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset,
726 return (struct fdt_property *)(uintptr_t)
1479 int fdt_property(voi
[all...]
H A Dfdt_wip.c61 struct fdt_property *prop;
H A Dfdt_ro.c356 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt,
361 const struct fdt_property *prop;
378 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
394 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt,
404 const struct fdt_property *prop;
425 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
443 const struct fdt_property *fdt_get_property(const void *fdt,
455 const struct fdt_property *prop;
472 const struct fdt_property *prop;
H A Dfdt_rw.c185 int len, struct fdt_property **prop)
203 int len, struct fdt_property **prop)
261 struct fdt_property *prop;
294 struct fdt_property *prop;
320 struct fdt_property *prop;
H A Dfdt_sw.c61 * fdt_property*()
295 struct fdt_property *prop;
325 int fdt_property(void *fdt, const char *name, const void *val, int len) function
363 struct fdt_property *prop =
H A Dfdt.c199 offset += sizeof(struct fdt_property) - FDT_TAGSIZE + len;
/linux-master/scripts/dtc/
H A Dfdtget.c110 const struct fdt_property *data;
/linux-master/arch/arc/plat-axs10x/
H A Daxs10x.c316 const struct fdt_property *prop;
/linux-master/arch/mips/cavium-octeon/
H A Docteon-platform.c523 const struct fdt_property *phy_prop;
524 struct fdt_property *alt_prop;

Completed in 251 milliseconds