Searched refs:unflatten_dt_node (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | of_live.c | 44 static void *unflatten_dt_node(const void *blob, void *mem, int *poffset, in unflatten_dt_node() function 220 mem = unflatten_dt_node(blob, mem, poffset, np, NULL, in unflatten_dt_node() 290 size = (unsigned long)unflatten_dt_node(blob, NULL, &start, NULL, NULL, in unflatten_device_tree() 308 unflatten_dt_node(blob, mem, &start, NULL, mynodes, 0, false); in unflatten_device_tree()
|