Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Darm_ffa.h112 const struct ffa_ops *ops;
144 const struct ffa_ops *ops);
154 const struct ffa_ops *ops) in ffa_device_register()
370 struct ffa_ops { struct
/openbmc/linux/drivers/tee/optee/
H A Dffa_abi.c657 const struct ffa_ops *ops) in optee_ffa_api_is_compatbile()
697 const struct ffa_ops *ops, in optee_ffa_exchange_caps()
795 const struct ffa_ops *ffa_ops; in optee_ffa_probe() local
805 ffa_ops = ffa_dev->ops; in optee_ffa_probe()
807 if (!optee_ffa_api_is_compatbile(ffa_dev, ffa_ops)) in optee_ffa_probe()
810 if (!optee_ffa_exchange_caps(ffa_dev, ffa_ops, &sec_caps, in optee_ffa_probe()
/openbmc/linux/drivers/firmware/arm_ffa/
H A Dbus.c175 const struct ffa_ops *ops) in ffa_device_register()
H A Ddriver.c641 static const struct ffa_ops ffa_drv_ops = {
/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.patch1594 +static const struct ffa_bus_ops ffa_ops = {
1613 + .ops = &ffa_ops,