Searched refs:fdt_get_path (Results 1 – 8 of 8) sorted by relevance
| /u-boot/drivers/net/fm/ |
| A D | fdt.c | 86 fdt_get_path(blob, fmnode, s, sizeof(s)); in fdt_fixup_fman_firmware() 95 fdt_get_path(blob, fwnode, s, sizeof(s)); in fdt_fixup_fman_firmware() 103 fdt_get_path(blob, fwnode, s, sizeof(s)); in fdt_fixup_fman_firmware() 111 fdt_get_path(blob, fwnode, s, sizeof(s)); in fdt_fixup_fman_firmware() 124 fdt_get_path(blob, fmnode, s, sizeof(s)); in fdt_fixup_fman_firmware()
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | liodn.c | 284 if (fdt_get_path(fdt, off, path, sizeof(path)) < 0) in fdt_fixup_pci_liodn_offsets() 298 if (fdt_get_path(fdt, off, path, sizeof(path)) < 0) in fdt_fixup_pci_liodn_offsets()
|
| /u-boot/drivers/usb/musb-new/ |
| A D | ti-musb.c | 62 fdt_get_path(fdt, node, path, sizeof(path)); in ti_musb_get_usb_index()
|
| /u-boot/tools/ |
| A D | image-host.c | 711 ret = fdt_get_path(fit, image_noffset, path, sizeof(path)); in fit_config_add_hash() 730 ret = fdt_get_path(fit, noffset, path, sizeof(path)); in fit_config_add_hash() 754 ret = fdt_get_path(fit, noffset, path, sizeof(path)); in fit_config_add_hash()
|
| /u-boot/scripts/dtc/libfdt/ |
| A D | libfdt.h | 829 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen);
|
| A D | fdt_overlay.c | 813 ret = fdt_get_path(fdt, target, buf, len + 1); in overlay_symbol_update()
|
| A D | fdt_ro.c | 542 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() function
|
| /u-boot/common/ |
| A D | fdt_support.c | 1473 fdt_get_path(fdt, nodeoffset, buf, sizeof(buf)); in fdt_set_phandle() 1477 fdt_get_path(fdt, off, buf, sizeof(buf)); in fdt_set_phandle()
|
Completed in 21 milliseconds