Home
last modified time | relevance | path

Searched defs:dt (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dboot.c632 static int add_optee_dt_node(struct dt_descriptor *dt) in add_optee_dt_node()
719 static int dt_add_psci_node(struct dt_descriptor *dt) in dt_add_psci_node()
752 static int check_node_compat_prefix(struct dt_descriptor *dt, int offs, in check_node_compat_prefix()
776 static int dt_add_psci_cpu_enable_methods(struct dt_descriptor *dt) in dt_add_psci_cpu_enable_methods()
796 static int config_psci(struct dt_descriptor *dt) in config_psci()
809 static int mark_tzdram_as_reserved(struct dt_descriptor *dt) in mark_tzdram_as_reserved()
817 struct dt_descriptor *dt = get_external_dt_desc(); in update_external_dt() local
1477 struct dt_descriptor *dt = get_external_dt_desc(); in release_transfer_list() local
/optee_os/core/arch/riscv/kernel/
H A Dboot.c41 static int mark_tddram_as_reserved(struct dt_descriptor *dt) in mark_tddram_as_reserved()
49 struct dt_descriptor *dt = get_external_dt_desc(); in update_external_dt() local
/optee_os/core/kernel/
H A Ddt.c721 static int add_dt_overlay_fragment(struct dt_descriptor *dt, int ioffs) in add_dt_overlay_fragment()
744 static int init_dt_overlay(struct dt_descriptor *dt, int __maybe_unused dt_size) in init_dt_overlay()
781 struct dt_descriptor *dt = &external_dt; in init_external_dt() local
881 int add_dt_path_subnode(struct dt_descriptor *dt, const char *path, in add_dt_path_subnode()
908 int add_res_mem_dt_node(struct dt_descriptor *dt, const char *name, in add_res_mem_dt_node()
H A Dboot.c212 int mark_static_shm_as_reserved(struct dt_descriptor *dt) in mark_static_shm_as_reserved()