Searched refs:ffa_ops (Results 1 – 4 of 4) sorted by relevance
779 const struct ffa_ops *ops, in optee_ffa_get_os_revision()812 const struct ffa_ops *ops) in optee_ffa_api_is_compatible()838 const struct ffa_ops *ops, in optee_ffa_exchange_caps()1057 const struct ffa_ops *ffa_ops; in optee_ffa_probe() local1068 ffa_ops = ffa_dev->ops; in optee_ffa_probe()1069 notif_ops = ffa_ops->notifier_ops; in optee_ffa_probe()1071 if (!optee_ffa_api_is_compatible(ffa_dev, ffa_ops)) in optee_ffa_probe()1074 if (!optee_ffa_exchange_caps(ffa_dev, ffa_ops, &sec_caps, in optee_ffa_probe()1084 if (!optee_ffa_get_os_revision(ffa_dev, ffa_ops, &optee->revision)) { in optee_ffa_probe()
141 const struct ffa_ops *ops;176 const struct ffa_ops *ops);187 const struct ffa_ops *ops) in ffa_device_register()507 struct ffa_ops { struct
193 const struct ffa_ops *ops) in ffa_device_register()
1580 static const struct ffa_ops ffa_drv_ops = {