Lines Matching refs:node_path
65 int qemu_fdt_setprop(void *fdt, const char *node_path,
67 int qemu_fdt_setprop_cell(void *fdt, const char *node_path,
69 int qemu_fdt_setprop_u64(void *fdt, const char *node_path,
71 int qemu_fdt_setprop_string(void *fdt, const char *node_path,
87 int qemu_fdt_setprop_string_array(void *fdt, const char *node_path,
90 int qemu_fdt_setprop_phandle(void *fdt, const char *node_path,
103 const void *qemu_fdt_getprop(void *fdt, const char *node_path,
117 uint32_t qemu_fdt_getprop_cell(void *fdt, const char *node_path,
122 int qemu_fdt_nop_node(void *fdt, const char *node_path);
126 #define qemu_fdt_setprop_cells(fdt, node_path, property, ...) \ argument
132 qemu_fdt_setprop(fdt, node_path, property, qdt_tmp, \
164 const char *node_path,
186 #define qemu_fdt_setprop_sized_cells(fdt, node_path, property, ...) \ argument
189 qemu_fdt_setprop_sized_cells_from_array(fdt, node_path, \