Lines Matching defs:fdt
107 static int get_path(const void *fdt, int offset, char *buf, int len) in get_path()
121 static int phandle_to_path(const void *fdt, uint32_t ph, char *buf, int len) in phandle_to_path()
133 static int path_offset(const void *fdt, const char *path) in path_offset()
158 static uint32_t vof_finddevice(const void *fdt, uint32_t nodeaddr) in vof_finddevice()
176 static const void *getprop(const void *fdt, int nodeoff, const char *propname, in getprop()
218 static uint32_t vof_getprop(const void *fdt, uint32_t nodeph, uint32_t pname, in vof_getprop()
267 static uint32_t vof_getproplen(const void *fdt, uint32_t nodeph, uint32_t pname) in vof_getproplen()
292 static uint32_t vof_setprop(MachineState *ms, void *fdt, Vof *vof, in vof_setprop()
351 static uint32_t vof_nextprop(const void *fdt, uint32_t phandle, in vof_nextprop()
387 static uint32_t vof_peer(const void *fdt, uint32_t phandle) in vof_peer()
405 static uint32_t vof_child(const void *fdt, uint32_t phandle) in vof_child()
417 static uint32_t vof_parent(const void *fdt, uint32_t phandle) in vof_parent()
429 static uint32_t vof_do_open(void *fdt, Vof *vof, int offset, const char *path) in vof_do_open()
456 uint32_t vof_client_open_store(void *fdt, Vof *vof, const char *nodename, in vof_client_open_store()
473 static uint32_t vof_open(void *fdt, Vof *vof, uint32_t pathaddr) in vof_open()
512 static uint32_t vof_package_to_path(const void *fdt, uint32_t phandle, in vof_package_to_path()
530 static uint32_t vof_instance_to_path(void *fdt, Vof *vof, uint32_t ihandle, in vof_instance_to_path()
624 static void vof_dt_memory_available(void *fdt, GArray *claimed, uint64_t base) in vof_dt_memory_available()
835 static void vof_quiesce(MachineState *ms, void *fdt, Vof *vof) in vof_quiesce()
854 static uint32_t vof_client_handle(MachineState *ms, void *fdt, Vof *vof, in vof_client_handle()
940 int vof_client_call(MachineState *ms, Vof *vof, void *fdt, in vof_client_call()
1031 void vof_build_dt(void *fdt, Vof *vof) in vof_build_dt()