Home
last modified time | relevance | path

Searched refs:ffa_driver (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Darm_ffa.h150 struct ffa_driver { struct
159 #define to_ffa_driver(d) container_of_const(d, struct ffa_driver, driver) argument
178 int ffa_driver_register(struct ffa_driver *driver, struct module *owner,
180 void ffa_driver_unregister(struct ffa_driver *driver);
197 ffa_driver_register(struct ffa_driver *driver, struct module *owner, in ffa_driver_register()
203 static inline void ffa_driver_unregister(struct ffa_driver *driver) {} in ffa_driver_unregister()
/linux/drivers/tee/tstee/
H A Dcore.c469 static struct ffa_driver tstee_driver = {
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c1673 struct ffa_driver *ffa_drv = to_ffa_driver(dev->driver); in ffa_bus_notifier()
2225 static struct platform_driver ffa_driver = { variable
2243 ret = platform_driver_register(&ffa_driver); in ffa_init()
2254 platform_driver_unregister(&ffa_driver); in ffa_exit()