Home
last modified time | relevance | path

Searched refs:notif_register_driver (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/kernel/
H A Dnotif.h144 void notif_register_driver(struct notif_driver *ndrv);
147 static inline void notif_register_driver(struct notif_driver *ndrv __unused) in notif_register_driver() function
/optee_os/core/tests/
H A Dnotif_test_wd.c115 notif_register_driver(&wd_ndrv); in nex_init_test_wd()
/optee_os/core/kernel/
H A Dnotif.c59 void notif_register_driver(struct notif_driver *ndrv) in notif_register_driver() function
/optee_os/core/arch/arm/plat-vexpress/
H A Dmain.c215 notif_register_driver(&console_notif); in init_console_itr()