Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/common/
H A Dfdt_wrappers.h30 int fdtw_read_uuid(const void *dtb, int node, const char *prop,
/rk3399_ARM-atf/plat/arm/common/fconf/
H A Darm_fconf_sp.c71 err = fdtw_read_uuid(dtb, sp_node, "uuid", 16, in fconf_populate_arm_sp()
H A Darm_fconf_io.c460 err = fdtw_read_uuid(dtb, node, load_info[i].name, 16, in fconf_populate_arm_io_policies()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_fconf_io.c160 err = fdtw_read_uuid(dtb, node, load_info[i].name, 16, in fconf_populate_stm32mp_io_policies()
/rk3399_ARM-atf/common/
H A Dfdt_wrappers.c175 int fdtw_read_uuid(const void *dtb, int node, const char *prop, in fdtw_read_uuid() function