Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Dnotif.h87 void (*atomic_cb)(struct notif_driver *ndrv, enum notif_event ev);
88 void (*yielding_cb)(struct notif_driver *ndrv, enum notif_event ev);
131 void notif_register_driver(struct notif_driver *ndrv);
132 void notif_unregister_driver(struct notif_driver *ndrv);
134 static inline void notif_register_driver(struct notif_driver *ndrv __unused) in notif_register_driver()
138 static inline void notif_unregister_driver(struct notif_driver *ndrv __unused) in notif_unregister_driver()
/optee_os-3.20.0/core/kernel/
A Dnotif.c121 void notif_register_driver(struct notif_driver *ndrv) in notif_register_driver() argument
127 SLIST_INSERT_HEAD(&notif_driver_head, ndrv, link); in notif_register_driver()
132 void notif_unregister_driver(struct notif_driver *ndrv) in notif_unregister_driver() argument
138 SLIST_REMOVE(&notif_driver_head, ndrv, notif_driver, link); in notif_unregister_driver()
/optee_os-3.20.0/core/arch/arm/plat-vexpress/
A Dmain.c136 static void atomic_console_notif(struct notif_driver *ndrv __unused, in atomic_console_notif()
143 static void yielding_console_notif(struct notif_driver *ndrv __unused, in yielding_console_notif()

Completed in 4 milliseconds