Home
last modified time | relevance | path

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

/optee_os/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/core/kernel/
A Dnotif.c124 void notif_register_driver(struct notif_driver *ndrv) in notif_register_driver() argument
130 SLIST_INSERT_HEAD(&notif_driver_head, ndrv, link); in notif_register_driver()
135 void notif_unregister_driver(struct notif_driver *ndrv) in notif_unregister_driver() argument
141 SLIST_REMOVE(&notif_driver_head, ndrv, notif_driver, link); in notif_unregister_driver()
/optee_os/core/arch/arm/plat-vexpress/
A Dmain.c138 static void atomic_console_notif(struct notif_driver *ndrv __unused, in atomic_console_notif()
145 static void yielding_console_notif(struct notif_driver *ndrv __unused, in yielding_console_notif()

Completed in 3 milliseconds