Home
last modified time | relevance | path

Searched refs:fdt_get_property (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
Dlibfdt.h692 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
699 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
Dfdt_ro.c443 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() function
/kernel/linux/linux-5.10/arch/arc/plat-axs10x/
Daxs10x.c319 prop = fdt_get_property(initial_boot_params, off, in axs103_early_init()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
Docteon-platform.c527 phy_prop = fdt_get_property(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy()