Searched refs:ffa_ops (Results 1 – 5 of 5) sorted by relevance
112 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
657 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() local805 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()
175 const struct ffa_ops *ops) in ffa_device_register()
641 static const struct ffa_ops ffa_drv_ops = {
1594 +static const struct ffa_bus_ops ffa_ops = {1613 + .ops = &ffa_ops,