Home
last modified time | relevance | path

Searched refs:add_dt_path_subnode (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Ddt.h305 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 Ddt.c881 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 Dboot.c644 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()