Home
last modified time | relevance | path

Searched refs:list_node (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/
H A Dsys_bind.c257 struct osal_list_head *list_node = HI_NULL; in sys_get_binder_by_src() local
268 osal_list_for_each_safe(list_node, list_tmp, &src_bind->list_head) { in sys_get_binder_by_src()
269 node = osal_list_entry(list_node, sys_bind_node, list); in sys_get_binder_by_src()
315 struct osal_list_head *list_node = HI_NULL; in sys_deinit_sender() local
321 osal_list_for_each_safe(list_node, list_tmp, &src_bind->list_head) { in sys_deinit_sender()
322 node = osal_list_entry(list_node, sys_bind_node, list); in sys_deinit_sender()
323 osal_list_del(list_node); in sys_deinit_sender()
504 struct osal_list_head *list_node = HI_NULL; in sys_really_unbind() local
513 osal_list_for_each_safe(list_node, list_tmp, &src_bind->list_head) { in sys_really_unbind()
514 node = osal_list_entry(list_node, sys_bind_nod in sys_really_unbind()
1112 struct osal_list_head *list_node = HI_NULL; sys_bind_proc_show() local
[all...]
H A Dsys_ext.c356 struct osal_list_head *list_node = HI_NULL; in sys_exit_mem_conf() local
368 osal_list_for_each_safe(list_node, list_tmp, &g_list_mmz) { in sys_exit_mem_conf()
369 node = osal_list_entry(list_node, sys_mem_node, list); in sys_exit_mem_conf()
370 osal_list_del(list_node); in sys_exit_mem_conf()
425 struct osal_list_head *list_node = HI_NULL; in sys_set_mem_conf() local
439 osal_list_for_each_safe(list_node, list_tmp, &g_list_mmz) { in sys_set_mem_conf()
440 node = osal_list_entry(list_node, sys_mem_node, list); in sys_set_mem_conf()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h370 * @list_node: node for dma_buf accounting and debugging.
404 struct list_head list_node; member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c55 list_for_each_entry(buf, &db_list.head, list_node) in get_each_dmabuf()
128 list_del(&dmabuf->list_node); in dma_buf_file_release()
692 list_add(&dmabuf->list_node, &db_list.head); in dma_buf_export()
1506 list_for_each_entry(buf_obj, &db_list.head, list_node) in dma_buf_debug_show()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Dpm_domains.c971 list_for_each_entry(pm_data, &genpd->dev_list, list_node) in rockchip_pd_keepon_do_release()
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/
H A Dpm_domains.c985 list_for_each_entry(pm_data, &genpd->dev_list, list_node) in rockchip_pd_keepon_do_release()

Completed in 11 milliseconds