Searched refs:fdtw_read_string (Results 1 – 4 of 4) sorted by relevance
| /trusted-firmware-a-latest/include/common/ |
| D | fdt_wrappers.h | 26 int fdtw_read_string(const void *dtb, int node, const char *prop,
|
| /trusted-firmware-a-latest/plat/arm/common/fconf/ |
| D | arm_fconf_sp.c | 106 fdtw_read_string(dtb, sp_node, "owner", in fconf_populate_arm_sp()
|
| /trusted-firmware-a-latest/common/ |
| 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()
|
| /trusted-firmware-a-latest/lib/fconf/ |
| D | fconf_cot_getter.c | 207 rc = fdtw_read_string(dtb, node, "oid", *oid, MAX_OID_NAME_LEN); in get_oid()
|