Lines Matching defs:fdt

40     void *fdt;  in create_device_tree()  local
83 void *fdt = NULL; in load_device_tree() local
144 static void read_fstree(void *fdt, const char *dirname) in read_fstree()
231 static int findnode_nofail(void *fdt, const char *node_path) in findnode_nofail()
245 char **qemu_fdt_node_unit_path(void *fdt, const char *name, Error **errp) in qemu_fdt_node_unit_path()
300 char **qemu_fdt_node_path(void *fdt, const char *name, const char *compat, in qemu_fdt_node_path()
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()
469 uint32_t qemu_fdt_get_phandle(void *fdt, const char *path) in qemu_fdt_get_phandle()
483 int qemu_fdt_setprop_phandle(void *fdt, const char *node_path, in qemu_fdt_setprop_phandle()
491 uint32_t qemu_fdt_alloc_phandle(void *fdt) in qemu_fdt_alloc_phandle()
514 int qemu_fdt_nop_node(void *fdt, const char *node_path) in qemu_fdt_nop_node()
528 int qemu_fdt_add_subnode(void *fdt, const char *name) in qemu_fdt_add_subnode()
562 int qemu_fdt_add_path(void *fdt, const char *path) in qemu_fdt_add_path()
597 void qemu_fdt_dumpdtb(void *fdt, int size) in qemu_fdt_dumpdtb()
612 int qemu_fdt_setprop_sized_cells_from_array(void *fdt, in qemu_fdt_setprop_sized_cells_from_array()
671 void qemu_fdt_randomize_seeds(void *fdt) in qemu_fdt_randomize_seeds()