Searched refs:fdt_get_property (Results 1 – 5 of 5) sorted by relevance
/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 745 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 752 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
|
H A D | fdt_ro.c | 446 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() function
|
/linux/arch/arc/plat-axs10x/ |
H A D | axs10x.c | 318 prop = fdt_get_property(initial_boot_params, off, in axs103_early_init()
|
/linux/arch/powerpc/kexec/ |
H A D | core_64.c | 493 prop = fdt_get_property(fdt, cpus_subnode_offset, "device_type", NULL); in update_cpus_node()
|
/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 528 phy_prop = fdt_get_property(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy()
|