Searched refs:fdt_subnode_offset (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/ |
D | BdsLinuxFdt.c | 201 node = fdt_subnode_offset (fdt, 0, "smb"); in SetDeviceStatus() 203 subnode = fdt_subnode_offset (fdt, node, device); in SetDeviceStatus() 225 node = fdt_subnode_offset (fdt, 0, "smb"); in SetMacAddress() 227 subnode = fdt_subnode_offset (fdt, node, device); in SetMacAddress() 436 node = fdt_subnode_offset (fdt, 0, "chosen"); in AmdStyxPrepareFdt() 483 node = fdt_subnode_offset(fdt, 0, "memory"); in AmdStyxPrepareFdt() 567 pmu_node = fdt_subnode_offset (fdt, 0, "pmu"); in AmdStyxPrepareFdt() 597 node = fdt_subnode_offset (fdt, 0, "psci"); in AmdStyxPrepareFdt() 618 node = fdt_subnode_offset (fdt, 0, "cpus"); in AmdStyxPrepareFdt() 675 map_node = fdt_subnode_offset (fdt, node, "cpu-map"); in AmdStyxPrepareFdt()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/FdtUpdateLib/ |
D | FdtUpdateLib.c | 144 node = fdt_subnode_offset(Fdt, 0, "soc"); in DelPhyhandleUpdateMacAddress() 155 ethernetnode = fdt_subnode_offset(Fdt, node,EthName[port]); in DelPhyhandleUpdateMacAddress() 205 node = fdt_subnode_offset(Fdt, 0, "soc"); in UpdateRefClk() 211 node = fdt_subnode_offset(Fdt, node, "refclk"); in UpdateRefClk() 251 node = fdt_subnode_offset(Fdt, 0, "memory"); in GetMemoryNode()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
D | version.lds | 10 fdt_subnode_offset;
|
D | fdt_ro.c | 151 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/FdtUpdateLibD02/ |
D | FdtUpdateLib.c | 114 node = fdt_subnode_offset(Fdt, 0, "soc"); in DelPhyhandleUpdateMacAddress() 125 ethernetnode=fdt_subnode_offset(Fdt, node,EthName[port]); in DelPhyhandleUpdateMacAddress() 174 node = fdt_subnode_offset(Fdt, 0, "memory"); in UpdateMemoryNode()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/ |
D | libfdt.h | 318 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/ |
D | libfdt.h | 377 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/ |
D | fdt_ro.c | 177 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
|
/device/google/cuttlefish_kernel/4.4-x86_64/ |
D | System.map | 31859 ffffffff818e86a0 T fdt_subnode_offset
|
/device/google/cuttlefish_kernel/4.14-x86_64/ |
D | System.map | 36129 ffffffff81a0f0c0 T fdt_subnode_offset
|