Home
last modified time | relevance | path

Searched defs:ffa_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Darm_ffa.h467 struct ffa_ops { struct
468 const struct ffa_info_ops *info_ops;
469 const struct ffa_msg_ops *msg_ops;
470 const struct ffa_mem_ops *mem_ops;
471 const struct ffa_cpu_ops *cpu_ops;
472 const struct ffa_notifier_ops *notifier_ops;
/linux-6.12.1/drivers/tee/optee/
Dffa_abi.c874 const struct ffa_ops *ffa_ops; in optee_ffa_probe() local