Searched refs:nodeoffset (Results 1 – 1 of 1) sorted by relevance
| /device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/include/ |
| D | libfdt.h | 556 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp); 576 int fdt_first_property_offset(const void *fdt, int nodeoffset); 673 int nodeoffset, 706 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 708 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() argument 713 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w() 766 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, 768 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w() argument 772 return (void *)(uintptr_t)fdt_getprop_namelen(fdt, nodeoffset, name, in fdt_getprop_namelen_w() 805 const void *fdt_getprop(const void *fdt, int nodeoffset, [all …]
|