Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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
/Linux-v6.6/drivers/tee/optee/
Dffa_abi.c657 const struct ffa_ops *ops) in optee_ffa_api_is_compatbile()
693 const struct ffa_ops *ops, in optee_ffa_exchange_caps()
789 const struct ffa_ops *ffa_ops; in optee_ffa_probe() local
799 ffa_ops = ffa_dev->ops; in optee_ffa_probe()
801 if (!optee_ffa_api_is_compatbile(ffa_dev, ffa_ops)) in optee_ffa_probe()
804 if (!optee_ffa_exchange_caps(ffa_dev, ffa_ops, &sec_caps, in optee_ffa_probe()
/Linux-v6.6/drivers/firmware/arm_ffa/
Dbus.c175 const struct ffa_ops *ops) in ffa_device_register()
Ddriver.c649 static const struct ffa_ops ffa_drv_ops = {