Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Darm_ffa.h370 struct ffa_ops { struct
371 const struct ffa_info_ops *info_ops;
372 const struct ffa_msg_ops *msg_ops;
373 const struct ffa_mem_ops *mem_ops;
/openbmc/linux/drivers/tee/optee/
H A Dffa_abi.c789 const struct ffa_ops *ffa_ops; in optee_ffa_probe() local