Searched refs:unflatten_dt_nodes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | fdt.c | 279 * unflatten_dt_nodes - Alloc and populate a device_node from the flat tree 287 static int unflatten_dt_nodes(const void *blob, in unflatten_dt_nodes() function 393 size = unflatten_dt_nodes(blob, NULL, dad, NULL); in __unflatten_device_tree() 412 unflatten_dt_nodes(blob, mem, dad, mynodes); in __unflatten_device_tree()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | fdt.c | 276 * unflatten_dt_nodes - Alloc and populate a device_node from the flat tree 284 static int unflatten_dt_nodes(const void *blob, in unflatten_dt_nodes() function 396 size = unflatten_dt_nodes(blob, NULL, dad, NULL); in __unflatten_device_tree() 415 ret = unflatten_dt_nodes(blob, mem, dad, mynodes); in __unflatten_device_tree()
|
Completed in 4 milliseconds