Searched refs:ffa_bus_ops (Results 1 - 4 of 4) sorted by last modified time

/u-boot/drivers/firmware/arm-ffa/
H A Dsandbox_ffa.c91 static const struct ffa_bus_ops sandbox_ffa_ops = {
H A Darm-ffa-uclass.c956 struct ffa_bus_ops *ops = ffa_get_ops(dev);
981 struct ffa_bus_ops *ops = ffa_get_ops(dev);
1002 struct ffa_bus_ops *ops = ffa_get_ops(dev);
H A Darm-ffa.c84 static const struct ffa_bus_ops ffa_ops = {
/u-boot/include/
H A Darm_ffa.h85 * struct ffa_bus_ops - Operations for FF-A
93 struct ffa_bus_ops { struct
102 #define ffa_get_ops(dev) ((struct ffa_bus_ops *)(dev)->driver->ops)

Completed in 47 milliseconds