| /device/soc/rockchip/rk2206/hardware/include/sys/ |
| D | queue.h | 124 #define QMD_TRACE_HEAD(head) do { \ argument 140 #define QMD_TRACE_HEAD(head) argument 155 #define SLIST_HEAD_INITIALIZER(head) \ argument 166 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument 168 #define SLIST_FIRST(head) ((head)->slh_first) argument 170 #define SLIST_FOREACH(var, head, field) \ argument 175 #define SLIST_FOREACH_FROM(var, head, field) \ argument 180 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument 185 #define SLIST_FOREACH_FROM_SAFE(var, head, field, tvar) \ argument 190 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument [all …]
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| D | utlist.h | 316 #define LL_PREPEND(head,add) \ argument 319 #define LL_PREPEND2(head,add,next) \ argument 340 #define LL_APPEND(head,add) \ argument 343 #define LL_APPEND2(head,add,next) \ argument 356 #define LL_INSERT_INORDER(head,add,cmp) \ argument 359 #define LL_INSERT_INORDER2(head,add,cmp,next) \ argument 371 #define LL_LOWER_BOUND(head,elt,like,cmp) \ argument 374 #define LL_LOWER_BOUND2(head,elt,like,cmp,next) \ argument 387 #define LL_DELETE(head,del) \ argument 390 #define LL_DELETE2(head,del,next) \ argument [all …]
|
| D | uthash.h | 123 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument 135 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 178 #define HASH_MAKE_TABLE(hh,head) \ argument 200 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument 210 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument 220 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument 227 #define HASH_REPLACE_INORDER(hh,head,fieldname,keylen_in,add,replaced,cmpfcn) \ argument 234 #define HASH_APPEND_LIST(hh, head, add) \ argument 242 #define HASH_AKBI_INNER_LOOP(hh,head,add,cmpfcn) \ argument 253 #define HASH_AKBI_INNER_LOOP(hh,head,add,cmpfcn) \ argument [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/ |
| D | coap_utlist_internal.h | 314 #define LL_PREPEND(head,add) \ argument 317 #define LL_PREPEND2(head,add,next) \ argument 338 #define LL_APPEND(head,add) \ argument 341 #define LL_APPEND2(head,add,next) \ argument 354 #define LL_INSERT_INORDER(head,add,cmp) \ argument 357 #define LL_INSERT_INORDER2(head,add,cmp,next) \ argument 369 #define LL_LOWER_BOUND(head,elt,like,cmp) \ argument 372 #define LL_LOWER_BOUND2(head,elt,like,cmp,next) \ argument 385 #define LL_DELETE(head,del) \ argument 388 #define LL_DELETE2(head,del,next) \ argument [all …]
|
| D | coap_uthash_internal.h | 139 #define HASH_ROLLBACK_BKT(hh, head, itemptrhh) \ argument 154 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument 166 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 213 #define HASH_MAKE_TABLE(hh,head,oomed) \ argument 245 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument 255 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument 265 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument 272 #define HASH_REPLACE_INORDER(hh,head,fieldname,keylen_in,add,replaced,cmpfcn) \ argument 279 #define HASH_APPEND_LIST(hh, head, add) \ argument 287 #define HASH_AKBI_INNER_LOOP(hh,head,add,cmpfcn) \ argument [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/osal/include/ |
| D | osal_list.h | 97 static INLINE__ void osal_list_add(struct osal_list_head *cur, struct osal_list_head *head) in osal_list_add() 110 static INLINE__ void osal_list_add_tail(struct osal_list_head *cur, struct osal_list_head *head) in osal_list_add_tail() 197 static INLINE__ void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 209 struct osal_list_head *head) in osal_list_move_tail() 221 const struct osal_list_head *head) in osal_list_is_last() 234 static INLINE__ int osal_list_empty(const struct osal_list_head *head) in osal_list_empty() 255 static INLINE__ int osal_list_empty_careful(const struct osal_list_head *head) in osal_list_empty_careful() 272 static INLINE__ void osal_list_rotate_left(struct osal_list_head *head) in osal_list_rotate_left() 286 static INLINE__ int osal_list_is_singular(const struct osal_list_head *head) in osal_list_is_singular() 292 struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position() [all …]
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
| D | osal_list.h | 75 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add() 88 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail() 165 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 177 struct osal_list_head *head) in osal_list_move_tail() 189 const struct osal_list_head *head) in osal_list_is_last() 198 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty() 216 static inline int osal_list_empty_careful(const struct osal_list_head *head) in osal_list_empty_careful() 226 static inline void osal_list_rotate_left(struct osal_list_head *head) in osal_list_rotate_left() 240 static inline int osal_list_is_singular(const struct osal_list_head *head) in osal_list_is_singular() 246 … struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position() [all …]
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
| D | osal_list.h | 74 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add() 87 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail() 164 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 176 struct osal_list_head *head) in osal_list_move_tail() 188 const struct osal_list_head *head) in osal_list_is_last() 197 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty() 215 static inline int osal_list_empty_careful(const struct osal_list_head *head) in osal_list_empty_careful() 225 static inline void osal_list_rotate_left(struct osal_list_head *head) in osal_list_rotate_left() 239 static inline int osal_list_is_singular(const struct osal_list_head *head) in osal_list_is_singular() 245 … struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position() [all …]
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
| D | osal_list.h | 71 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add() 84 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail() 161 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 173 struct osal_list_head *head) in osal_list_move_tail() 185 const struct osal_list_head *head) in osal_list_is_last() 194 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty() 212 static inline int osal_list_empty_careful(const struct osal_list_head *head) in osal_list_empty_careful() 222 static inline void osal_list_rotate_left(struct osal_list_head *head) in osal_list_rotate_left() 236 static inline int osal_list_is_singular(const struct osal_list_head *head) in osal_list_is_singular() 242 … struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position() [all …]
|
| D | list.h | 49 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 54 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 76 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 83 struct list_head *head) in list_move_tail() 89 static inline int list_empty(struct list_head *head) in list_empty() 95 struct list_head *head) in __list_splice() 108 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() 115 static inline void list_splice_init(struct list_head *list, struct list_head *head) in list_splice_init() 126 #define list_for_each(pos, head) \ argument 129 #define list_for_each_safe(pos, n, head) \ argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| D | osal_list.h | 72 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add() 85 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail() 162 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 174 struct osal_list_head *head) in osal_list_move_tail() 186 const struct osal_list_head *head) in osal_list_is_last() 195 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty() 213 static inline int osal_list_empty_careful(const struct osal_list_head *head) in osal_list_empty_careful() 223 static inline void osal_list_rotate_left(struct osal_list_head *head) in osal_list_rotate_left() 237 static inline int osal_list_is_singular(const struct osal_list_head *head) in osal_list_is_singular() 243 … struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position() [all …]
|
| D | list.h | 49 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 54 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 76 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 83 struct list_head *head) in list_move_tail() 89 static inline int list_empty(struct list_head *head) in list_empty() 95 struct list_head *head) in __list_splice() 108 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() 115 static inline void list_splice_init(struct list_head *list, struct list_head *head) in list_splice_init() 126 #define list_for_each(pos, head) \ argument 129 #define list_for_each_safe(pos, n, head) \ argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
| D | list.h | 52 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 57 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 79 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 86 struct list_head *head) in list_move_tail() 92 static inline int list_empty(struct list_head *head) in list_empty() 98 struct list_head *head) in __list_splice() 111 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() 118 static inline void list_splice_init(struct list_head *list, struct list_head *head) in list_splice_init() 129 #define list_for_each(pos, head) \ argument 132 #define list_for_each_safe(pos, n, head) \ argument
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| D | mpp_list.h | 76 struct mpp_list_node *head; variable 104 #define list_for_each_safe(pos, n, head) \ argument 129 #define list_for_each_entry(pos, head, type, member) \ argument 134 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument 140 #define list_for_each_entry_reverse(pos, head, type, member) \ argument 145 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument 161 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 166 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 184 static __inline void list_move(struct list_head *list, struct list_head *head) in list_move() 190 static __inline void list_move_tail(struct list_head *list, struct list_head *head) in list_move_tail() [all …]
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
| D | linux_cbb_list.h | 56 static HPT_INLINE void cbb_list_add(struct cbb_list_head *_new, struct cbb_list_head *head) in cbb_list_add() 65 static HPT_INLINE void cbb_list_add_tail(struct cbb_list_head *_new, struct cbb_list_head *head) in cbb_list_add_tail() 99 static HPT_INLINE int cbb_list_empty(const struct cbb_list_head *head) in cbb_list_empty() 105 struct cbb_list_head *head) in inline_cbb_list_splice() 118 static HPT_INLINE void cbb_list_splice(struct cbb_list_head *list, struct cbb_list_head *head) in cbb_list_splice() 125 static HPT_INLINE void cbb_list_splice_init(struct cbb_list_head *list, struct cbb_list_head *head) in cbb_list_splice_init() 136 #define cbb_list_for_each(pos, head) \ argument 140 #define cbb_list_for_each_safe(pos, n, head) \ argument 147 #define cbb_list_for_each_entry_safe(pos, n, head, member) \ argument
|
| /device/soc/rockchip/rk3568/hardware/mpp/include/ |
| D | mpp_list.h | 67 struct mpp_list_node *head; variable 96 #define list_for_each_safe(pos, n, head) do { \ argument 123 #define list_for_each_entry(pos, head, type, member) \ argument 128 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument 134 #define list_for_each_entry_reverse(pos, head, type, member) \ argument 139 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument 155 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 160 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 178 static __inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last() 183 static __inline int list_empty(struct list_head *head) in list_empty()
|
| /device/soc/rockchip/rk3399/hardware/mpp/include/ |
| D | mpp_list.h | 67 struct mpp_list_node *head; variable 96 #define list_for_each_safe(pos, n, head) do { \ argument 123 #define list_for_each_entry(pos, head, type, member) \ argument 128 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument 134 #define list_for_each_entry_reverse(pos, head, type, member) \ argument 139 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument 155 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 160 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 178 static __inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last() 183 static __inline int list_empty(struct list_head *head) in list_empty()
|
| /device/soc/rockchip/common/hardware/mpp/include/ |
| D | mpp_list.h | 67 struct mpp_list_node *head; variable 98 #define list_for_each_safe(pos, n, head) … argument 120 #define list_for_each_entry(pos, head, type, member) … argument 124 #define list_for_each_entry_safe(pos, n, head, type, member) … argument 128 #define list_for_each_entry_reverse(pos, head, type, member) … argument 132 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) … argument 144 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 149 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 167 static __inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last() 172 static __inline int list_empty(struct list_head *head) in list_empty()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
| D | upg_check_boot_bin.c | 21 hi_u32 upg_check_boot_root_pub_key(HI_CONST boot_header *head, HI_CONST hi_u8 *pubk, hi_u32 pubk_le… in upg_check_boot_root_pub_key() 189 boot_header *head = (boot_header *)data; in upg_boot_decrypt() local 244 boot_header *head = HI_NULL; in upg_check_boot_from_mem() local 312 hi_u32 upg_check_unencrpt_boot_code(hi_u32 addr, HI_CONST boot_header *head, hi_u8 *key_part1, hi_u… in upg_check_unencrpt_boot_code() 362 hi_u32 upg_verify_flashboot(hi_u32 addr, HI_CONST boot_header *head, hi_u8 *key_part1, in upg_verify_flashboot() 383 hi_u32 upg_get_boot_sign_key(HI_CONST boot_header *head, HI_CONST hi_u8 *key, hi_u8 **pubk1, in upg_get_boot_sign_key() 445 hi_u32 upg_check_boot_bin_key(HI_CONST boot_header *head, HI_CONST hi_u8 *pubk, hi_u32 pubk_len, in upg_check_boot_bin_key() 461 hi_u32 upg_check_boot_get_key_len(HI_CONST boot_header *head, hi_u32 *pubk_len, hi_u32 *subk_len) in upg_check_boot_get_key_len() 478 hi_u32 upg_check_secure_boot_bin(hi_u32 addr, HI_CONST boot_header *head) in upg_check_secure_boot_bin() 542 boot_header *head = (boot_header *)hi_malloc(HI_MOD_ID_UPG, sizeof(boot_header)); in upg_check_boot_file() local
|
| D | upg_check_file.c | 203 hi_u32 upg_get_common_head_from_flash(hi_u32 addr, hi_upg_common_head *head) in upg_get_common_head_from_flash() 215 hi_upg_common_head head = { 0 }; in upg_get_section_head_from_flash() local 236 hi_u32 upg_check_alg_param(HI_CONST hi_upg_common_head *head) in upg_check_alg_param() 265 hi_u32 upg_check_head_common_info(const hi_upg_common_head *head, hi_u32 head_size) in upg_check_head_common_info() 324 hi_u32 upg_check_common_head(const hi_upg_common_head *head, hi_u32 head_size) in upg_check_common_head()
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/compat/linux/include/linux/ |
| D | list.h | 226 #define list_for_each_entry(list, head, item) \ argument 249 #define list_for_each_safe(pos, n, head) \ argument 293 static inline int list_is_last(const list_head_t *list, const list_head_t *head) in list_is_last() 317 #define list_for_each_entry_safe(pos, n, head, member) \ argument 341 #define list_for_each_entry_reverse(pos, head, member) \ argument 440 static inline void list_move(list_head_t *list, list_head_t *head) in list_move()
|
| /device/soc/hisilicon/ws63v100/sdk/protocol/wifi/rom_code/ws63/source/inc/ |
| D | frw_list.h | 24 static inline struct osal_list_head *osal_dlist_delete_head(const struct osal_list_head *head) in osal_dlist_delete_head() 39 static inline struct osal_list_head *osal_dlist_delete_tail(const struct osal_list_head *head) in osal_dlist_delete_tail()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
| D | boot_upg_check.c | 132 hi_u32 boot_upg_get_common_head(hi_u32 addr, hi_upg_common_head *head) in boot_upg_get_common_head() 144 hi_upg_common_head head = { 0 }; in boot_upg_get_section_head() local 162 hi_u32 boot_upg_check_alg_param(const hi_upg_common_head *head) in boot_upg_check_alg_param() 192 hi_u32 boot_upg_check_common_head(const hi_upg_common_head *head) in boot_upg_check_common_head()
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/common_headers/ |
| D | list.h | 47 static inline void list_add(struct list_head *cur, struct list_head *head) in list_add() 52 static inline void list_add_tail(struct list_head *cur, struct list_head *head) in list_add_tail() 91 #define list_for_each_entry(cur, node_type, head, member) \ argument 96 #define list_for_each_entry_safe(cur, cur_next, node_type, head, member) \ argument
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/zdiag/diag_system_cmd/dfx_include/ |
| D | diag_cmd_mem_read_write_st.h | 34 mem_read_ind_head_t head; member 39 mem_read_ind_head_t head; member 44 mem_read_ind_head_t head; member
|