Searched refs:fdt_get_property (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | libfdt.h | 654 * Identical to fdt_get_property(), but only examine the first namelen 665 * fdt_get_property - find a given property in a given node 671 * fdt_get_property() retrieves a pointer to the fdt_property 692 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()
|
H A D | fdt_ro.c | 443 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() function
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | libfdt.h | 679 * Identical to fdt_get_property(), but only examine the first namelen 693 * fdt_get_property - find a given property in a given node 699 * fdt_get_property() retrieves a pointer to the fdt_property 720 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 727 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
|
H A D | fdt_ro.c | 443 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() function
|
/kernel/linux/linux-5.10/arch/arc/plat-axs10x/ |
H A D | axs10x.c | 319 prop = fdt_get_property(initial_boot_params, off, in axs103_early_init()
|
/kernel/linux/linux-6.6/arch/arc/plat-axs10x/ |
H A D | axs10x.c | 318 prop = fdt_get_property(initial_boot_params, off, in axs103_early_init()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 527 phy_prop = fdt_get_property(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy()
|
/kernel/linux/linux-6.6/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()
|
Completed in 14 milliseconds