Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/libfdt/
Dlibfdt.h457 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
464 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
Dfdt_ro.c284 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() function
/linux-4.1.27/arch/mips/cavium-octeon/
Docteon-platform.c489 phy_prop = fdt_get_property(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy()