Searched refs:fdtw_read_string (Results 1 – 4 of 4) sorted by relevance
/arm-trusted-firmware-2.8.0/include/common/ |
A D | fdt_wrappers.h | 25 int fdtw_read_string(const void *dtb, int node, const char *prop,
|
/arm-trusted-firmware-2.8.0/plat/arm/common/fconf/ |
A D | arm_fconf_sp.c | 106 fdtw_read_string(dtb, sp_node, "owner", in fconf_populate_arm_sp()
|
/arm-trusted-firmware-2.8.0/common/ |
A D | fdt_wrappers.c | 131 int fdtw_read_string(const void *dtb, int node, const char *prop, in fdtw_read_string() function 178 err = fdtw_read_string(dtb, node, prop, uuid_string, in fdtw_read_uuid()
|
/arm-trusted-firmware-2.8.0/lib/fconf/ |
A D | fconf_cot_getter.c | 205 rc = fdtw_read_string(dtb, node, "oid", *oid, MAX_OID_NAME_LEN); in get_oid()
|
Completed in 7 milliseconds