Lines Matching defs:node_path
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()
613 const char *node_path, in qemu_fdt_setprop_sized_cells_from_array()