Home
last modified time | relevance | path

Searched refs:fwk_dlist (Results 1 – 20 of 20) sorted by relevance

/SCP-firmware-master/framework/include/
A Dfwk_list.h52 struct fwk_dlist * : __fwk_slist_init \
66 const struct fwk_dlist * : __fwk_slist_head, \
68 struct fwk_dlist * : __fwk_slist_head \
84 struct fwk_dlist * : __fwk_slist_is_empty \
100 struct fwk_dlist * : __fwk_dlist_push_head \
116 struct fwk_dlist * : __fwk_dlist_push_tail \
132 struct fwk_dlist * : __fwk_dlist_pop_head \
150 struct fwk_dlist * : __fwk_slist_next \
169 struct fwk_dlist * : __fwk_dlist_remove \
186 struct fwk_dlist * : __fwk_dlist_insert \
[all …]
A Dfwk_dlist.h33 struct fwk_dlist { struct
65 void __fwk_dlist_push_head(struct fwk_dlist *list, struct fwk_dlist_node *new)
75 void __fwk_dlist_push_tail(struct fwk_dlist *list, struct fwk_dlist_node *new)
85 struct fwk_dlist_node *__fwk_dlist_pop_head(struct fwk_dlist *list) FWK_LEAF
94 void __fwk_dlist_remove(struct fwk_dlist *list, struct fwk_dlist_node *node)
105 struct fwk_dlist *list,
/SCP-firmware-master/framework/src/
A Dfwk_dlist.c18 struct fwk_dlist *list, in __fwk_dlist_push_head()
34 struct fwk_dlist *list, in __fwk_dlist_push_tail()
48 struct fwk_dlist_node *__fwk_dlist_pop_head(struct fwk_dlist *list) in __fwk_dlist_pop_head()
67 struct fwk_dlist *list, in __fwk_dlist_remove()
88 struct fwk_dlist *list, in __fwk_dlist_insert()
117 static_assert(offsetof(struct fwk_dlist, head) ==
121 static_assert(offsetof(struct fwk_dlist, tail) ==
125 static_assert(offsetof(struct fwk_dlist, head) ==
129 static_assert(offsetof(struct fwk_dlist, head) ==
133 static_assert(offsetof(struct fwk_dlist, tail) ==
A Dfwk_notification.c35 struct fwk_dlist free_subscription_dlist;
56 static struct fwk_dlist *get_subscription_dlist( in get_subscription_dlist()
59 struct fwk_dlist *subscription_dlist_table; in get_subscription_dlist()
88 struct fwk_dlist *subscription_dlist, in search_subscription()
121 struct fwk_dlist *subscription_dlist; in send_notifications()
183 struct fwk_dlist *subscription_dlist; in fwk_notification_subscribe()
235 struct fwk_dlist *subscription_dlist; in fwk_notification_unsubscribe()
A Dfwk_module.c79 static void fwk_module_init_subscriptions(struct fwk_dlist **list, size_t count) in fwk_module_init_subscriptions()
/SCP-firmware-master/framework/include/internal/
A Dfwk_module.h49 struct fwk_dlist *subscription_dlist_table;
74 struct fwk_dlist *subscription_dlist_table;
/SCP-firmware-master/framework/test/
A Dtest_fwk_list_init.c25 struct fwk_dlist list; in test_dlist_init()
A Dtest_fwk_list_empty.c16 static struct fwk_dlist dlist;
A Dtest_fwk_list_head.c16 static struct fwk_dlist dlist;
A Dtest_fwk_list_next.c16 static struct fwk_dlist dlist;
A Dtest_fwk_list_contains.c13 static struct fwk_dlist list;
A Dtest_fwk_list_insert.c15 static struct fwk_dlist list;
A Dtest_fwk_notification.c45 static struct fwk_dlist fake_module_dlist_table[4];
53 static struct fwk_dlist fake_element_dlist_table[4];
A Dtest_fwk_list_pop.c16 static struct fwk_dlist dlist;
A Dtest_fwk_list_push.c17 static struct fwk_dlist dlist;
A Dtest_fwk_list_remove.c17 static struct fwk_dlist dlist;
A DCMakeLists.txt119 list(APPEND COMMON_SRC ${FWK_SRC_ROOT}/fwk_dlist.c)
/SCP-firmware-master/unit_test/
A DCMakeLists.txt91 list(APPEND FWK_SRC ${FWK_SRC_ROOT}/fwk_dlist.c)
/SCP-firmware-master/framework/
A DCMakeLists.txt27 "${CMAKE_CURRENT_SOURCE_DIR}/src/fwk_dlist.c"
/SCP-firmware-master/module/timer/src/
A Dmod_timer.c40 struct fwk_dlist alarms_active;

Completed in 21 milliseconds