Home
last modified time | relevance | path

Searched defs:node_path (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/system/
H A Ddevice_tree.c231 static int findnode_nofail(void *fdt, const char *node_path) in findnode_nofail()
354 int qemu_fdt_setprop(void *fdt, const char *node_path, in qemu_fdt_setprop()
369 int qemu_fdt_setprop_cell(void *fdt, const char *node_path, in qemu_fdt_setprop_cell()
384 int qemu_fdt_setprop_u64(void *fdt, const char *node_path, in qemu_fdt_setprop_u64()
391 int qemu_fdt_setprop_string(void *fdt, const char *node_path, in qemu_fdt_setprop_string()
411 int qemu_fdt_setprop_string_array(void *fdt, const char *node_path, in qemu_fdt_setprop_string_array()
431 const void *qemu_fdt_getprop(void *fdt, const char *node_path, in qemu_fdt_getprop()
448 uint32_t qemu_fdt_getprop_cell(void *fdt, const char *node_path, in qemu_fdt_getprop_cell()
483 int qemu_fdt_setprop_phandle(void *fdt, const char *node_path, in qemu_fdt_setprop_phandle()
514 int qemu_fdt_nop_node(void *fdt, const char *node_path) in qemu_fdt_nop_node()
[all …]
/openbmc/linux/arch/arm/boot/compressed/
Datags_to_fdt.c
Dfdt_check_mem_start.c
/openbmc/qemu/include/system/
H A Ddevice_tree.h126 #define qemu_fdt_setprop_cells(fdt, node_path, property, ...) \ argument
186 #define qemu_fdt_setprop_sized_cells(fdt, node_path, property, ...) \ argument
/openbmc/qemu/hw/core/
H A Dsysbus-fdt.c88 char *node_path, char *nodename) in copy_properties_from_host()
142 char *node_path = NULL; in fdt_build_clock_node() local
300 char **node_path, *nodename, *dt_name; in add_amd_xgbe_fdt_node() local
/openbmc/qemu/hw/arm/
H A Dxlnx-zcu102.c79 char **node_path; in zcu102_modify_dtb() local
H A Dboot.c527 char **node_path; in arm_load_dtb() local
H A Dxlnx-versal-virt.c456 char **node_path; in fdt_nop_memory_nodes() local
/openbmc/u-boot/tools/binman/
H A Dentry.py84 def Lookup(section, node_path, etype): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dfitimage.py115 …def _verify_dtb_property(self, dtc_bindir, dtb_path, node_path, property_name, req_property, absen… argument