| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
| D | hi_list.h | 38 static inline hi_void hi_list_init(hi_list *list) in hi_list_init() 48 static inline hi_void hi_list_head_insert(hi_list *node, hi_list *list) in hi_list_head_insert() 60 …_((always_inline)) static inline hi_void hi_list_head_insert_optimize(hi_list *node, hi_list *list) in hi_list_head_insert_optimize() 72 static inline hi_void hi_list_tail_insert(hi_list *node, hi_list *list) in hi_list_tail_insert() 81 …_((always_inline)) static inline hi_void hi_list_tail_insert_optimize(hi_list *node, hi_list *list) in hi_list_tail_insert_optimize() 122 static inline hi_list *hi_list_delete_head(hi_list *list) in hi_list_delete_head() 139 __attribute__((always_inline)) static inline hi_list *hi_list_delete_head_optimize(hi_list *list) in hi_list_delete_head_optimize() 156 static inline hi_list *hi_list_delete_tail(hi_list *list) in hi_list_delete_tail() 173 static inline hi_bool hi_is_list_empty(hi_list *list) in hi_is_list_empty() 181 __attribute__((always_inline)) static inline hi_bool hi_is_list_empty_optimize(hi_list *list) in hi_is_list_empty_optimize() [all …]
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hi_list.h | 44 __attribute__((always_inline)) static inline hi_void hi_list_init(hi_list *list) in hi_list_init() 54 …ttribute__((always_inline)) static inline hi_void hi_list_head_insert(hi_list *node, hi_list *list) in hi_list_head_insert() 66 …ttribute__((always_inline)) static inline hi_void hi_list_tail_insert(hi_list *node, hi_list *list) in hi_list_tail_insert() 91 __attribute__((always_inline)) static inline hi_list *hi_list_delete_head(hi_list *list) in hi_list_delete_head() 108 __attribute__((always_inline)) static inline hi_list *hi_list_delete_tail(hi_list *list) in hi_list_delete_tail() 125 __attribute__((always_inline)) static inline hi_bool hi_is_list_empty(hi_list *list) in hi_is_list_empty() 138 __attribute__((always_inline)) static inline hi_void hi_list_del_init(hi_list *list) in hi_list_del_init() 209 #define hi_list_for_each_entry(item, list, type, member) \ argument 214 #define hi_list_for_each_entry_safe(list, item, pnext, type, member) \ argument 220 #define hi_list_for_each_entry_continue_safe(pitem, list, item, pnext, type, member) \ argument [all …]
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
| D | los_list.h | 70 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListInit(LOS_DL_LIST *list) in LOS_ListInit() 139 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListAdd(LOS_DL_LIST *list, LOS_DL_LIST *node) in LOS_ListAdd() 166 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListTailInsert(LOS_DL_LIST *list, LOS_DL_LIST *node) in LOS_ListTailInsert() 190 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListHeadInsert(LOS_DL_LIST *list, LOS_DL_LIST *node) in LOS_ListHeadInsert() 337 #define LOS_DL_LIST_FOR_EACH_ENTRY(item, list, type, member) \ argument 364 #define LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, next, list, type, member) \ argument 394 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListDelInit(LOS_DL_LIST *list) in LOS_ListDelInit() 419 #define LOS_DL_LIST_FOR_EACH(item, list) \ argument 442 #define LOS_DL_LIST_FOR_EACH_SAFE(item, next, list) \ argument 464 #define LOS_DL_LIST_HEAD(list) \ argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_osk_list.h | 71 MALI_STATIC_INLINE void _mali_osk_list_init(_mali_osk_list_t *list) in _mali_osk_list_init() 90 MALI_STATIC_INLINE void _mali_osk_list_add(_mali_osk_list_t *new_entry, _mali_osk_list_t *list) in _mali_osk_list_add() 107 MALI_STATIC_INLINE void _mali_osk_list_addtail(_mali_osk_list_t *new_entry, _mali_osk_list_t *list) in _mali_osk_list_addtail() 120 MALI_STATIC_INLINE void _mali_osk_list_del(_mali_osk_list_t *list) in _mali_osk_list_del() 132 MALI_STATIC_INLINE void _mali_osk_list_delinit(_mali_osk_list_t *list) in _mali_osk_list_delinit() 145 MALI_STATIC_INLINE mali_bool _mali_osk_list_empty(_mali_osk_list_t *list) in _mali_osk_list_empty() 161 MALI_STATIC_INLINE void _mali_osk_list_move(_mali_osk_list_t *move_entry, _mali_osk_list_t *list) in _mali_osk_list_move() 237 #define _MALI_OSK_LIST_FOREACHENTRY(ptr, tmp, list, type, member) \ argument 260 #define _MALI_OSK_LIST_FOREACHENTRY_REVERSE(ptr, tmp, list, type, member) \ argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_osk_list.h | 72 MALI_STATIC_INLINE void mali_osk_list_init(_mali_osk_list_t *list) in mali_osk_list_init() 91 MALI_STATIC_INLINE void _mali_osk_list_add(_mali_osk_list_t *new_entry, _mali_osk_list_t *list) in _mali_osk_list_add() 108 MALI_STATIC_INLINE void mali_osk_list_addtail(_mali_osk_list_t *new_entry, _mali_osk_list_t *list) in mali_osk_list_addtail() 121 MALI_STATIC_INLINE void _mali_osk_list_del(_mali_osk_list_t *list) in _mali_osk_list_del() 133 MALI_STATIC_INLINE void mali_osk_list_delinit(_mali_osk_list_t *list) in mali_osk_list_delinit() 146 MALI_STATIC_INLINE mali_bool _mali_osk_list_empty(_mali_osk_list_t *list) in _mali_osk_list_empty() 162 MALI_STATIC_INLINE void _mali_osk_list_move(_mali_osk_list_t *move_entry, _mali_osk_list_t *list) in _mali_osk_list_move() 237 #define MALI_OSK_LIST_FOREACHENTRY(ptr, tmp, list, type, member) … argument 258 #define MALI_OSK_LIST_FOREACHENTRY_REVERSE(ptr, tmp, list, type, member) … argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| D | list.h | 76 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 82 static inline void list_move_tail(struct list_head *list, in list_move_tail() 94 static inline void __list_splice(struct list_head *list, 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()
|
| D | osal_list.h | 42 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 162 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 173 static inline void osal_list_move_tail(struct osal_list_head *list, in osal_list_move_tail() 185 static inline int osal_list_is_last(const struct osal_list_head *list, in osal_list_is_last() 242 static inline void osal___list_cut_position(struct osal_list_head *list, in osal___list_cut_position() 268 static inline void osal_list_cut_position(struct osal_list_head *list, in osal_list_cut_position() 285 static inline void osal___list_splice(const struct osal_list_head *list, in osal___list_splice() 304 static inline void osal_list_splice(const struct osal_list_head *list, in osal_list_splice() 317 static inline void osal_list_splice_tail(struct osal_list_head *list, in osal_list_splice_tail() 332 static inline void osal_list_splice_init(struct osal_list_head *list, in osal_list_splice_init() [all …]
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
| D | list.h | 79 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 85 static inline void list_move_tail(struct list_head *list, in list_move_tail() 97 static inline void __list_splice(struct list_head *list, 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()
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
| D | list.h | 76 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 82 static inline void list_move_tail(struct list_head *list, in list_move_tail() 94 static inline void __list_splice(struct list_head *list, 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()
|
| D | osal_list.h | 41 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 161 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 172 static inline void osal_list_move_tail(struct osal_list_head *list, in osal_list_move_tail() 184 static inline int osal_list_is_last(const struct osal_list_head *list, in osal_list_is_last() 241 static inline void osal___list_cut_position(struct osal_list_head *list, in osal___list_cut_position() 267 static inline void osal_list_cut_position(struct osal_list_head *list, in osal_list_cut_position() 284 static inline void osal___list_splice(const struct osal_list_head *list, in osal___list_splice() 303 static inline void osal_list_splice(const struct osal_list_head *list, in osal_list_splice() 316 static inline void osal_list_splice_tail(struct osal_list_head *list, in osal_list_splice_tail() 331 static inline void osal_list_splice_init(struct osal_list_head *list, in osal_list_splice_init() [all …]
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
| D | osal_list.h | 44 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 164 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 175 static inline void osal_list_move_tail(struct osal_list_head *list, in osal_list_move_tail() 187 static inline int osal_list_is_last(const struct osal_list_head *list, in osal_list_is_last() 244 static inline void osal___list_cut_position(struct osal_list_head *list, in osal___list_cut_position() 270 static inline void osal_list_cut_position(struct osal_list_head *list, in osal_list_cut_position() 283 static inline void osal___list_splice(const struct osal_list_head *list, in osal___list_splice() 302 static inline void osal_list_splice(const struct osal_list_head *list, in osal_list_splice() 315 static inline void osal_list_splice_tail(struct osal_list_head *list, in osal_list_splice_tail() 330 static inline void osal_list_splice_init(struct osal_list_head *list, in osal_list_splice_init() [all …]
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
| D | osal_list.h | 45 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 165 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 176 static inline void osal_list_move_tail(struct osal_list_head *list, in osal_list_move_tail() 188 static inline int osal_list_is_last(const struct osal_list_head *list, in osal_list_is_last() 245 static inline void osal___list_cut_position(struct osal_list_head *list, in osal___list_cut_position() 271 static inline void osal_list_cut_position(struct osal_list_head *list, in osal_list_cut_position() 288 static inline void osal___list_splice(const struct osal_list_head *list, in osal___list_splice() 307 static inline void osal_list_splice(const struct osal_list_head *list, in osal_list_splice() 320 static inline void osal_list_splice_tail(struct osal_list_head *list, in osal_list_splice_tail() 335 static inline void osal_list_splice_init(struct osal_list_head *list, in osal_list_splice_init() [all …]
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| D | utlist.h | 88 #define UTLIST_SV(elt,list) _tmp = (char*)(list); {char **_alias = (char**)&(list); *_alias = (elt)… argument 89 #define UTLIST_NEXT(elt,list,next) ((char*)((list)->next)) argument 90 #define UTLIST_NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*… argument 92 #define UTLIST_PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*… argument 93 #define UTLIST_RS(list) { char **_alias = (char**)&(list); *_alias=_tmp; } argument 97 #define UTLIST_SV(elt,list) argument 98 #define UTLIST_NEXT(elt,list,next) ((elt)->next) argument 99 #define UTLIST_NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument 101 #define UTLIST_PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) argument 102 #define UTLIST_RS(list) argument [all …]
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
| D | linux_cbb_list.h | 104 static HPT_INLINE void inline_cbb_list_splice(struct cbb_list_head *list, 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()
|
| /device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
| D | audio.h | 27 struct list_head list; member 36 struct list_head list; member
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| D | osal_proc.c | 227 osal_proc_entry *osal_proc_find_node(const char *name, struct osal_list_head *list) in osal_proc_find_node() 240 …entry *osal_proc_create_dir(const char *name, osal_proc_entry *parent, struct osal_list_head *list) in osal_proc_create_dir() 295 …try *osal_proc_create_entry(const char *name, osal_proc_entry *parent, struct osal_list_head *list) in osal_proc_create_entry() 353 void osal_proc_destory_node(const char *name, osal_proc_entry *parent, struct osal_list_head *list) in osal_proc_destory_node()
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| D | mpp_list.h | 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() 196 static __inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last()
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
| D | frw_event_sched.c | 50 hi_list *list = HI_NULL; in frw_event_sched_reset_weight() local 300 hi_list *list = HI_NULL; in frw_event_sched_pick_next_event_queue_wrr() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/include/ |
| D | tde_osilist.h | 35 struct osal_list_head list; member 48 struct osal_list_head list; member
|
| /device/soc/rockchip/common/sdk_linux/include/media/ |
| D | v4l2-async.h | 95 struct list_head list; member 132 struct list_head list; member
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | wl_escan.c | 47 #define for_each_bss(list, bss, __i) \ argument 203 static inline struct wl_bss_info *next_bss(wl_scan_results_t *list, in next_bss() 428 wl_scan_results_t *list, removal_element_t *candidate, wl_bss_info_t *bi) in wl_escan_remove_lowRSSI_info() 474 wl_scan_results_t *list; in wl_escan_handler() local 681 wl_uint32_list_t *list, void *scan_params, wlc_ssid_t *ssid, bool bcast) in wl_escan_prep() 886 wl_uint32_list_t *list; in wl_escan_set_scan() local
|
| /device/soc/rockchip/common/vendor/include/ |
| D | deferred-free-helper.h | 40 struct list_head list; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/ |
| D | deferred-free-helper.h | 41 struct list_head list; member
|
| /device/soc/rockchip/common/vendor/drivers/dma-buf/heaps/ |
| D | deferred-free-helper.h | 40 struct list_head list; member
|
| /device/soc/rockchip/rk3588/kernel/include/linux/ |
| D | deferred-free-helper.h | 41 struct list_head list; member
|