Searched defs:ffa_ops (Results 1 – 2 of 2) sorted by relevance
507 struct ffa_ops { struct508 const struct ffa_info_ops *info_ops;509 const struct ffa_msg_ops *msg_ops;510 const struct ffa_mem_ops *mem_ops;511 const struct ffa_cpu_ops *cpu_ops;512 const struct ffa_notifier_ops *notifier_ops;
1036 const struct ffa_ops *ffa_ops; in optee_ffa_probe() local