HomeSort by relevance Sort by last modified time
    Searched refs:node_path (Results 1 - 8 of 8) sorted by null

  /external/qemu/
device_tree.h 19 int qemu_devtree_setprop(void *fdt, const char *node_path,
21 int qemu_devtree_setprop_cell(void *fdt, const char *node_path,
23 int qemu_devtree_setprop_string(void *fdt, const char *node_path,
device_tree.c 75 int qemu_devtree_setprop(void *fdt, const char *node_path,
80 offset = fdt_path_offset(fdt, node_path);
87 int qemu_devtree_setprop_cell(void *fdt, const char *node_path,
92 offset = fdt_path_offset(fdt, node_path);
99 int qemu_devtree_setprop_string(void *fdt, const char *node_path,
104 offset = fdt_path_offset(fdt, node_path);