Home
last modified time | relevance | path

Searched refs:fdtw_read_uuid (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/include/common/
Dfdt_wrappers.h28 int fdtw_read_uuid(const void *dtb, int node, const char *prop,
/trusted-firmware-a-latest/plat/arm/common/fconf/
Darm_fconf_sp.c70 err = fdtw_read_uuid(dtb, sp_node, "uuid", 16, in fconf_populate_arm_sp()
Darm_fconf_io.c423 err = fdtw_read_uuid(dtb, node, load_info[i].name, 16, in fconf_populate_arm_io_policies()
/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_fconf_io.c139 err = fdtw_read_uuid(dtb, node, load_info[i].name, 16, in fconf_populate_stm32mp_io_policies()
/trusted-firmware-a-latest/common/
Dfdt_wrappers.c162 int fdtw_read_uuid(const void *dtb, int node, const char *prop, in fdtw_read_uuid() function