Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 52) sorted by relevance

123

/device/soc/rockchip/rk2206/hardware/include/sys/
Dqueue.h124 #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/
Dutlist.h316 #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 …]
Duthash.h123 #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/hi3516dv300/sdk_linux/drv/osal/include/
Dosal_list.h75 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()
246struct 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/
Dosal_list.h74 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()
245struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dosal_list.h72 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()
243struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position()
[all …]
Dlist.h49 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/
Dlist.h52 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/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dlinux_cbb_list.h56 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
Dhi_list.h102 #define HI_List_For_Each(pos, head) cbb_list_for_each(pos, head) argument
110 #define HI_List_For_Each_Safe(pos, n, head) cbb_list_for_each_safe(pos, n, head) argument
119 #define HI_List_For_Each_Entry_Safe(pos, n, head, member) cbb_list_for_each_entry_safe(pos, n, head… argument
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_list.h67 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()
Dmpp_hash.h161 #define hlist_for_each(pos, head) \ argument
164 #define hlist_for_each_safe(pos, n, head) \ argument
173 #define hlist_for_each_entry(pos, head, member) do { \ argument
189 #define hlist_for_each_entry_safe(pos, n, head, member) do { \ argument
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_list.h67 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()
Dmpp_hash.h161 #define hlist_for_each(pos, head) \ argument
164 #define hlist_for_each_safe(pos, n, head) \ argument
173 #define hlist_for_each_entry(pos, head, member) \ argument
193 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dupg_check_boot_bin.c21 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
Dupg_check_file.c203 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()
Dupg_check_secure.c201 const hi_upg_common_head *head) in upg_crypto_set_secure_verify_param()
236 …set_secure_verify_param(upg_verify_param *param, hi_u32 flash_addr, const hi_upg_common_head *head) in upg_set_secure_verify_param()
253 hi_upg_common_head *head = &(upg_head->common); in upg_check_upg_file_code() local
303 hi_upg_common_head *head = &(upg_head->common); in upg_check_upg_file_head() local
Dupg_common.c243 hi_upg_common_head *head = HI_NULL; in upg_get_code_file_ver() local
701 hi_upg_common_head *head = HI_NULL; in upg_start() local
943 hi_u32 upg_get_boot_encrypt_flag(HI_CONST boot_header *head, hi_u8 *flag) in upg_get_boot_encrypt_flag()
972 hi_u32 upg_get_aes_info(HI_CONST boot_header *head, hi_u8 *key, hi_u32 key_len, hi_u8 *iv, hi_u32 i… in upg_get_aes_info()
1105 hi_u32 upg_get_decrpt_rsa_key(HI_CONST boot_header *head, hi_u8 *key, hi_u32 key_len) in upg_get_decrpt_rsa_key()
1155 hi_u32 upg_get_decrpt_ecc_key(HI_CONST boot_header *head, hi_u8 *key, hi_u32 key_len) in upg_get_decrpt_ecc_key()
1207 boot_header *head = HI_NULL; in upg_get_rsa_key_from_boot() local
1253 boot_header *head = HI_NULL; in upg_get_ecc_key_from_boot() local
1378 hi_upg_common_head head = {0}; in hi_upg_get_content() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_check.c132 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/hi3861v100/sdk_liteos/boot/loaderboot/common/
Dcmd_loop.c570 packet_data_head *head = &ctx->packet.head; in loader_frame_head_rx() local
620 packet_data_head *head = &ctx->packet.head; in loader_frame_data_rx() local
645 packet_data_head *head = &ctx->packet.head; in loader_ack() local
663 packet_data_head *head = &packet->head; in loader_read_frame() local
699 packet_data_head *head = &packet->head; in loader_exe_cmd() local
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
Drk_list.h57 struct rk_list_node *head; variable
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
Dburn_file.c22 hi_upg_common_head head = { 0 }; in loaderboot_get_section_head() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_host.c332 hi_s32 hcc_host_proc_rx_queue_impl(oal_netbuf_head_stru *head, void *handler, int32_t type)
458 …hi_void hcc_restore_assemble_netbuf_list(hcc_handler_stru *hcc_handler, oal_netbuf_head_stru *head)
475 static hi_s32 hcc_send_assemble_reset(hcc_handler_stru *hcc_handler, oal_netbuf_head_stru *head)
555oal_netbuf_head_stru *head, oal_netbuf_head_stru *next_assembled_head, const oal_netbuf_stru *desc…
672 oal_netbuf_head_stru *head,
834 oal_netbuf_head_stru *head = HI_NULL; local
857 hi_u8 hcc_config_frame(oal_netbuf_head_stru *head)
882 oal_netbuf_head_stru *head = HI_NULL; local
1930 oal_netbuf_head_stru *head = HI_NULL; local
/device/qemu/riscv32_virt/liteos_m/board/driver/
Dvirtnet.c124 struct pbuf *head; /* first pbuf address of this pbuf chain */ member
203 static void FreeTxEntry(struct VirtNetif *nic, uint16_t head) in FreeTxEntry()
321 uint16_t head, tail, idx; in GetTxFreeEntry() local
347 uint16_t add, idx, head, tmp; in LowLevelOutput() local
/device/soc/rockchip/rk2206/hardware/
Dbuild.py24 def head(self): member in BuildGn

123