Searched defs:node_path (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/system/ |
H A D | device_tree.c | 231 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/ |
H A D | atags_to_fdt.c | 15 static int node_offset(void *fdt, const char *node_path) in node_offset() 24 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() 33 static int setprop_string(void *fdt, const char *node_path, in setprop_string() 42 static int setprop_cell(void *fdt, const char *node_path, in setprop_cell() 51 static const void *getprop(const void *fdt, const char *node_path, in getprop()
|
H A D | fdt_check_mem_start.c | 8 static const void *get_prop(const void *fdt, const char *node_path, in get_prop()
|
/openbmc/qemu/include/sysemu/ |
H A D | device_tree.h | 126 #define qemu_fdt_setprop_cells(fdt, node_path, property, ...) \ argument 188 #define qemu_fdt_setprop_sized_cells(fdt, node_path, property, ...) \ argument
|
/openbmc/qemu/hw/core/ |
H A D | sysbus-fdt.c | 86 char *node_path, char *nodename) in copy_properties_from_host() 140 char *node_path = NULL; in fdt_build_clock_node() local 298 char **node_path, *nodename, *dt_name; in add_amd_xgbe_fdt_node() local
|
/openbmc/linux/drivers/of/ |
H A D | resolver.c | 77 char *value, *cur, *end, *node_path, *prop_name, *s; in update_usages_of_a_phandle_reference() local
|
/openbmc/qemu/hw/arm/ |
H A D | xlnx-zcu102.c | 79 char **node_path; in zcu102_modify_dtb() local
|
H A D | boot.c | 522 char **node_path; in arm_load_dtb() local
|
H A D | xlnx-versal-virt.c | 456 char **node_path; in fdt_nop_memory_nodes() local
|
/openbmc/u-boot/tools/binman/ |
H A D | entry.py | 84 def Lookup(section, node_path, etype): argument
|