Home
last modified time | relevance | path

Searched refs:pubsub_cb_t (Results 1 – 2 of 2) sorted by relevance

/tf-a-ffa_el3_spmc/include/lib/el3_runtime/
A Dpubsub.h64 extern pubsub_cb_t __pubsub_start_sym(event)[]; \
65 extern pubsub_cb_t __pubsub_end_sym(event)[]
75 extern pubsub_cb_t __cb_func_##func##event __pubsub_section(event); \
76 pubsub_cb_t __cb_func_##func##event __pubsub_section(event) = (func)
93 pubsub_cb_t *subscriber; \
103 typedef void* (*pubsub_cb_t)(const void *arg); typedef
/tf-a-ffa_el3_spmc/docs/design/
A Dfirmware-design.rst2344 ``pubsub_cb_t *``, and will point to each subscribed handler in turn during
2351 Subscribed handlers must be of type ``pubsub_cb_t``, with following function
2356 typedef void* (*pubsub_cb_t)(const void *arg);

Completed in 8 milliseconds