Searched refs:android_dt_get_fdt_by_index (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/ |
| A D | image-android-dt.h | 13 bool android_dt_get_fdt_by_index(ulong hdr_addr, u32 index, ulong *addr,
|
| /u-boot/common/ |
| A D | image-android-dt.c | 41 bool android_dt_get_fdt_by_index(ulong hdr_addr, u32 index, ulong *addr, in android_dt_get_fdt_by_index() function
|
| A D | image-android.c | 344 return android_dt_get_fdt_by_index(dtb_img_addr, index, addr, in android_image_get_dtb_by_index()
|
| /u-boot/cmd/ |
| A D | adtimg.c | 139 if (!android_dt_get_fdt_by_index(working_img, index, &addr, &size)) in adtimg_get_dt_by_index()
|
Completed in 6 milliseconds