Searched defs:ffa_ops (Results 1 – 2 of 2) sorted by relevance
278 struct ffa_ops { struct279 const struct ffa_info_ops *info_ops;280 const struct ffa_msg_ops *msg_ops;281 const struct ffa_mem_ops *mem_ops;
789 const struct ffa_ops *ffa_ops; in optee_ffa_probe() local