Home
last modified time | relevance | path

Searched refs:fdtw_read_string (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/include/common/
H A Dfdt_wrappers.h28 int fdtw_read_string(const void *dtb, int node, const char *prop,
/rk3399_ARM-atf/plat/arm/common/fconf/
H A Darm_fconf_sp.c108 fdtw_read_string(dtb, sp_node, "owner", in fconf_populate_arm_sp()
/rk3399_ARM-atf/common/
H A Dfdt_wrappers.c144 int fdtw_read_string(const void *dtb, int node, const char *prop, in fdtw_read_string() function
191 err = fdtw_read_string(dtb, node, prop, uuid_string, in fdtw_read_uuid()
/rk3399_ARM-atf/lib/fconf/
H A Dfconf_cot_getter.c207 rc = fdtw_read_string(dtb, node, "oid", *oid, MAX_OID_NAME_LEN); in get_oid()