Home
last modified time | relevance | path

Searched refs:osal_list_head (Results 1 - 25 of 33) sorted by relevance

12

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dosal_list.h34 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 Dosal_mmz.h36 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 Dhi_osal.h364 struct osal_list_head node;
378 struct osal_list_head list;
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dosal_list.h31 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 Dosal_mmz.h33 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 Dhi_osal.h361 struct osal_list_head node;
375 struct osal_list_head list;
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dosal_list.h30 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 Dosal_mmz.h34 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 Dosal_list.h33 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 Dosal_notifier.c31 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 Dosal_workqueue.c28 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 Dosal_workqueue.c29 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 Dosal_proc.c42 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 Dosal_exportfunc.c32 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 Dosal_interrupt.c33 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 Dosal_fence.c36 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 Dtde_osilist.h35 struct osal_list_head list;
48 struct osal_list_head list;
H A Dtde_handle.h33 struct osal_list_head header; /* Use to organiza handle */
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/
H A Dsys_bind.c82 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 Dsys_ext.c36 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 Dsys.h45 struct osal_list_head list;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/ext_inc/
H A Dmod_ext.h48 struct osal_list_head list;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
H A Dhimedia.h73 struct osal_list_head list;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H A Dmedia_mem.c972 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 Dcmpi_mod.c30 struct osal_list_head g_mod_list;

Completed in 16 milliseconds

12