Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Darm_ffa.h354 int (*partition_info_get)(const char *uuid_str, member
/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c627 .partition_info_get = ffa_partition_info_get,
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch1399 + if (!ops->partition_info_get)
1402 + return ops->partition_info_get(dev, uuid_str, sp_count, sp_descs);
1595 + .partition_info_get = ffa_get_partitions_info_hdlr,
1726 + * @partition_info_get: callback for the FFA_PARTITION_INFO_GET
1734 + int (*partition_info_get)(struct udevice *dev, const char *uuid_str,
H A D0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch145 + * partition_info_get operation which implements FFA_PARTITION_INFO_GET
H A D0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch1281 + .partition_info_get = ffa_get_partitions_info_hdlr,