/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | list.h | 44 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add() argument 52 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 57 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | linux_cbb_list.h | 43 static HPT_INLINE void inline_cbb_list_add(struct cbb_list_head *_new, in inline_cbb_list_add() argument 56 static HPT_INLINE void cbb_list_add(struct cbb_list_head *_new, struct cbb_list_head *head) in cbb_list_add() argument 65 static HPT_INLINE void cbb_list_add_tail(struct cbb_list_head *_new, struc argument [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | list.h | 41 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add() argument 49 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 54 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | list.h | 41 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add() argument 49 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 54 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_list.h | 136 static __inline void _list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in _list_add() argument 144 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 149 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
|
H A D | mpp_hash.h | 150 static inline void hlist_move_list(struct hlist_head *old, struct hlist_head *_new) in hlist_move_list() argument
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_list.h | 145 static __inline void _list_add(struct list_head * _new, in _list_add() argument 155 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 160 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
|
H A D | mpp_hash.h | 149 hlist_move_list(struct hlist_head *old, struct hlist_head *_new) hlist_move_list() argument
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_list.h | 145 static __inline void _list_add(struct list_head * _new, in _list_add() argument 155 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 160 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
|
H A D | mpp_hash.h | 149 hlist_move_list(struct hlist_head *old, struct hlist_head *_new) hlist_move_list() argument
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_list.h | 151 static __inline void __list_add(struct list_head * _new, in __list_add() argument 161 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 166 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
|
H A D | mpp_hash.h | 149 hlist_move_list(struct hlist_head *old, struct hlist_head *_new) hlist_move_list() argument
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | rk_list.cpp | 68 static inline void _rk_list_add(rk_list_node * _new, rk_list_node * prev, rk_list_node * next) in _rk_list_add() argument 76 static inline void rk_list_add(rk_list_node *_new, rk_list_node *head) in rk_list_add() argument 81 static inline void rk_list_add_tail(rk_list_node *_new, rk_list_node *head) in rk_list_add_tail() argument
|