/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
H A D | osal_list.h | 34 struct osal_list_head { struct 35 struct osal_list_head *next, *prev; 43 struct osal_list_head name = OSAL_LIST_HEAD_INIT(name) 45 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 57 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() 58 struct osal_list_head *prev, in osal___list_add() 59 struct osal_list_head *next) in osal___list_add() 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 *ne [all...] |
H A D | osal_mmz.h | 36 struct osal_list_head list; 41 struct osal_list_head mmb_list; 59 struct osal_list_head list; 185 struct osal_list_head list;
|
H A D | hi_osal.h | 364 struct osal_list_head node; 378 struct osal_list_head list;
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | osal_list.h | 31 struct osal_list_head { struct 32 struct osal_list_head *next, *prev; 40 struct osal_list_head name = OSAL_LIST_HEAD_INIT(name) 42 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 54 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() 55 struct osal_list_head *prev, in osal___list_add() 56 struct osal_list_head *next) in osal___list_add() 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 *ne [all...] |
H A D | osal_mmz.h | 33 struct osal_list_head list; 38 struct osal_list_head mmb_list; 56 struct osal_list_head list; 182 struct osal_list_head list;
|
H A D | hi_osal.h | 361 struct osal_list_head node; 375 struct osal_list_head list;
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | osal_list.h | 30 struct osal_list_head { struct 31 struct osal_list_head *next, *prev; 39 struct osal_list_head name = OSAL_LIST_HEAD_INIT(name) 41 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 53 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() 54 struct osal_list_head *prev, in osal___list_add() 55 struct osal_list_head *next) in osal___list_add() 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 *ne [all...] |
H A D | osal_mmz.h | 34 struct osal_list_head list; 39 struct osal_list_head mmb_list; 57 struct osal_list_head list; 183 struct osal_list_head list;
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | osal_list.h | 33 struct osal_list_head { struct 34 struct osal_list_head *next, *prev; 42 struct osal_list_head name = OSAL_LIST_HEAD_INIT(name) 44 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 56 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() 57 struct osal_list_head *prev, in osal___list_add() 58 struct osal_list_head *next) in osal___list_add() 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 *ne [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_notifier.c | 31 struct osal_list_head node;
36 struct osal_list_head *this = NULL;
in osal_find_ob() 53 struct osal_list_head *this = NULL;
in osal_del_nb() 54 struct osal_list_head *next = NULL;
in osal_del_nb()
|
H A D | osal_workqueue.c | 28 struct osal_list_head node; 33 struct osal_list_head *this = NULL; in osal_find_work() 50 struct osal_list_head *this = NULL; in osal_del_work() 51 struct osal_list_head *next = NULL; in osal_del_work()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_workqueue.c | 29 struct osal_list_head node; 34 struct osal_list_head *this = NULL; in osal_find_work() 57 struct osal_list_head *this = NULL; in osal_del_work() 58 struct osal_list_head *next = NULL; in osal_del_work()
|
H A D | osal_proc.c | 42 static struct osal_list_head g_msp_list; 45 static struct osal_list_head g_hisi_list; 227 osal_proc_entry *osal_proc_find_node(const char *name, struct osal_list_head *list) in osal_proc_find_node() 240 osal_proc_entry *osal_proc_create_dir(const char *name, osal_proc_entry *parent, struct osal_list_head *list) in osal_proc_create_dir() 295 osal_proc_entry *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()
|
H A D | osal_exportfunc.c | 32 struct osal_list_head node; 38 void *osal_exportfunc_find_node(unsigned int module_id, struct osal_list_head *list) in osal_exportfunc_find_node()
|
H A D | osal_interrupt.c | 33 struct osal_list_head node; 36 irq_info *osal_irq_find_node(int irq, struct osal_list_head *list) in osal_irq_find_node()
|
H A D | osal_fence.c | 36 struct osal_list_head node; 62 osal_fence *osal_fence_find_node(int fd, struct osal_list_head *list) in osal_fence_find_node()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/include/ |
H A D | tde_osilist.h | 35 struct osal_list_head list; 48 struct osal_list_head list;
|
H A D | tde_handle.h | 33 struct osal_list_head header; /* Use to organiza handle */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/ |
H A D | sys_bind.c | 82 struct osal_list_head list; 87 struct osal_list_head list_head; 256 struct osal_list_head *list_tmp = HI_NULL; in sys_get_binder_by_src() 257 struct osal_list_head *list_node = HI_NULL; in sys_get_binder_by_src() 314 struct osal_list_head *list_tmp = HI_NULL; in sys_deinit_sender() 315 struct osal_list_head *list_node = HI_NULL; in sys_deinit_sender() 503 struct osal_list_head *list_tmp = HI_NULL; in sys_really_unbind() 504 struct osal_list_head *list_node = HI_NULL; in sys_really_unbind() 1065 struct osal_list_head *list_tmp2 = HI_NULL; in sys_proc_show_sec_bindship() 1066 struct osal_list_head *list_node in sys_proc_show_sec_bindship() [all...] |
H A D | sys_ext.c | 36 static struct osal_list_head g_list_mmz; 355 struct osal_list_head *list_tmp = HI_NULL; in sys_exit_mem_conf() 356 struct osal_list_head *list_node = HI_NULL; in sys_exit_mem_conf() 424 struct osal_list_head *list_tmp = HI_NULL; in sys_set_mem_conf() 425 struct osal_list_head *list_node = HI_NULL; in sys_set_mem_conf()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/include/ |
H A D | sys.h | 45 struct osal_list_head list;
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/ext_inc/ |
H A D | mod_ext.h | 48 struct osal_list_head list;
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/ |
H A D | himedia.h | 73 struct osal_list_head list;
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/ |
H A D | media_mem.c | 972 struct osal_list_head *p = NULL; 973 struct osal_list_head *n = NULL; 1190 struct osal_list_head *p = NULL; 1191 struct osal_list_head *n = NULL;
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/ |
H A D | cmpi_mod.c | 30 struct osal_list_head g_mod_list;
|