/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/ |
A D | dlist.h | 42 struct list_head { struct 43 struct list_head *next, *prev; argument 62 struct list_head *prev, in __list_add() 63 struct list_head *next) in __list_add() 79 static inline void list_add(struct list_head *newitem, struct list_head *head) in list_add() 92 static inline void list_add_tail(struct list_head *newitem, struct list_head *head) in list_add_tail() 104 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 137 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 149 struct list_head *head) in list_move_tail() 165 struct list_head *head) in __list_splice() [all …]
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_api_internal.h | 23 struct list_head lst; 37 struct list_head lst; 44 struct list_head lst; 52 struct list_head lst; 58 struct list_head lst_ctl; 62 struct list_head lst_svr; 66 struct list_head lst_ctl_group; 68 struct list_head lst_svr_group; 82 struct list_head lst; 99 struct list_head lst; [all …]
|
A D | alcs_adapter.h | 21 struct list_head linked_list; 38 struct list_head linked_list; 51 struct list_head alcs_send_list; 52 struct list_head alcs_subdev_list;
|
A D | alcs_api.c | 40 struct list_head *get_ctl_session_list(CoAPContext *context) in get_ctl_session_list() 50 struct list_head *get_svr_session_list(CoAPContext *context) in get_svr_session_list() 72 session_item *get_session_by_checksum(struct list_head *sessions, in get_session_by_checksum() 91 static session_item *get_session(struct list_head *sessions, in get_session() 108 struct list_head *sessions = get_ctl_session_list(ctx); in get_ctl_session() 118 struct list_head *sessions = get_svr_session_list(ctx); in get_svr_session() 145 struct list_head *sessions = get_ctl_session_list(ctx); in get_auth_session_by_checksum() 152 struct list_head *sessions1 = get_svr_session_list(ctx); in get_auth_session_by_checksum()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | list.h | 31 struct list_head { struct 32 struct list_head *prev; argument 33 struct list_head *next; argument 42 static inline void init_list_head(struct list_head *head) in init_list_head() 49 static inline void __list_add(struct list_head *el, in __list_add() 50 struct list_head *prev, struct list_head *next) in __list_add() 59 static inline void list_add(struct list_head *el, struct list_head *head) in list_add() 65 static inline void list_add_tail(struct list_head *el, struct list_head *head) in list_add_tail() 70 static inline void list_del(struct list_head *el) in list_del() 72 struct list_head *prev, *next; in list_del() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/alios/ |
A D | wrapper.h | 62 struct list_head * prev, in __list_add() 63 struct list_head * next) in __list_add() 79 struct list_head * next) in __list_del() 119 static __inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() 121 struct list_head *first = list->next; in list_splice() 124 struct list_head *last = list->prev; in list_splice() 125 struct list_head *at = head->next; in list_splice() 135 void list_add(struct list_head *new, struct list_head *head); 136 void list_add_tail(struct list_head *new, struct list_head *head); 214 struct list_head *next, *prev; [all …]
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | impl_gateway.h | 28 struct list_head linked_list; 36 struct list_head linked_list; 45 struct list_head linked_list; 56 struct list_head dev_callback_list; 57 struct list_head upstream_sync_callback_list; 58 struct list_head upstream_async_callback_list;
|
A D | impl_solo.h | 28 struct list_head linked_list; 40 struct list_head callback_list;
|
/AliOS-Things-master/components/linkkit/mqtt/impl/ |
A D | iotx_mqtt_client.h | 69 struct list_head linked_list; 85 struct list_head linked_list; 103 struct list_head linked_list; 132 struct list_head list_sub_handle; /* list of subscribe handle */ 143 struct list_head list_pub_wait_ack; /* list of wait publish ack */ 149 struct list_head list_sub_sync_ack;
|
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_list.h | 44 RHINO_INLINE void klist_init(klist_t *list_head) in klist_init() argument 46 list_head->next = list_head; in klist_init() 47 list_head->prev = list_head; in klist_init()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/core/option/ |
A D | rtw_opt_skbuf.c | 11 struct list_head list; 16 struct list_head list; 40 extern struct list_head skbdata_list;
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | dm_ipc.h | 17 struct list_head linked_list; 23 struct list_head message_list;
|
A D | dm_message_cache.h | 19 struct list_head linked_list; 25 struct list_head dmc_list;
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_mem_stats.c | 223 void *_create_mem_table(char *module_name, struct list_head *list_head) in _create_mem_table() argument 228 if (!module_name || !list_head) { in _create_mem_table() 245 list_add_tail(&pos->list, list_head); in _create_mem_table() 249 void *_find_mem_table(char *module_name, struct list_head *list_head) in _find_mem_table() argument 253 if (!module_name || !list_head) { in _find_mem_table() 257 list_for_each_entry_safe(pos, tmp, list_head, list, module_mem_t) in _find_mem_table() 267 int _del_mem_table(char *module_name, struct list_head *list_head) in _del_mem_table() argument 273 (module_mem_t *)_find_mem_table(module_name, list_head); in _del_mem_table()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | dwc_list.h | 155 static inline void __list_add(struct list_head *new, 156 struct list_head *prev, 157 struct list_head *next) 165 static inline void list_add(struct list_head *new, struct list_head *head) 170 static inline void list_add_tail(struct list_head *new, struct list_head *head) 175 static inline void __list_del(struct list_head * prev, struct list_head * next) 181 static inline void list_del(struct list_head *entry)
|
/AliOS-Things-master/components/linkkit/iot_coap/client/ |
A D | Cloud_CoAPExport.h | 31 struct list_head sendlist; 37 struct list_head sendlist;
|
/AliOS-Things-master/components/linkkit/iot_coap/server/ |
A D | CoAPObserve.h | 24 struct list_head obslist; 33 struct list_head obslist;
|
A D | CoAPInternal.h | 17 struct list_head list;
|
A D | CoAPResource.h | 26 struct list_head reslist;
|
A D | CoAPMessage.h | 22 struct list_head sendlist;
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/ |
A D | net_workqueue.h | 11 struct list_head head; 31 struct list_head list;
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | aos_osdep.h | 111 struct list_head queue; 115 typedef struct list_head _list;
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_list.h | 345 #define list_head dlist_s macro 378 static inline void list_del_init(struct list_head *entry) in list_del_init() 384 static inline int list_is_last(const struct list_head *list, in list_is_last() 385 const struct list_head *head) in list_is_last()
|
/AliOS-Things-master/components/py_engine/modules/video/ |
A D | ak_usbcam.c | 55 struct list_head cmd_list; 58 struct list_head uvc_cmd_list; 261 struct list_head *pos; in usbcam_video_ctrl_thread() 262 struct list_head *q; in usbcam_video_ctrl_thread()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/ |
A D | skbuff.h | 20 struct list_head *next, *prev;
|