Searched refs:add_dt_path_subnode (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | dt.h | 305 int add_dt_path_subnode(struct dt_descriptor *dt, const char *path, 482 static inline int add_dt_path_subnode(struct dt_descriptor *dt __unused, in add_dt_path_subnode() function
|
| /optee_os/core/kernel/ |
| H A D | dt.c | 881 int add_dt_path_subnode(struct dt_descriptor *dt, const char *path, in add_dt_path_subnode() function 938 offs = add_dt_path_subnode(dt, "/", "reserved-memory"); in add_res_mem_dt_node()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | boot.c | 644 offs = add_dt_path_subnode(dt, "/", "firmware"); in add_optee_dt_node() 728 offs = add_dt_path_subnode(dt, "/", "psci"); in dt_add_psci_node()
|