Home
last modified time | relevance | path

Searched refs:dmabuf_list (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-dma-heap.h87 struct list_head dmabuf_list; /* dmabuf attach to this node */ member
H A Drk-dma-heap.c423 INIT_LIST_HEAD(&heap->dmabuf_list); in rk_dma_heap_add()
497 list_for_each_entry(buf, &heap->dmabuf_list, node) { in rk_dma_heap_dump_dmabuf()
H A Drk-cma-heap.c285 list_for_each_entry(buf, &heap->dmabuf_list, node) { in rk_cma_heap_remove_dmabuf_list()
316 list_add_tail(&buf->node, &heap->dmabuf_list); in rk_cma_heap_add_dmabuf_list()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0025-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch92 &dmabuf_list);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch92 &dmabuf_list);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch92 &dmabuf_list);
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_bsg.c2846 struct list_head *dmabuf_list) in lpfc_bsg_dma_page_list_free() argument
2850 if (list_empty(dmabuf_list)) in lpfc_bsg_dma_page_list_free()
2853 list_for_each_entry_safe(dmabuf, next_dmabuf, dmabuf_list, list) { in lpfc_bsg_dma_page_list_free()
H A Dlpfc_sli.c19777 lpfc_wr_object(struct lpfc_hba *phba, struct list_head *dmabuf_list, in lpfc_wr_object() argument
19804 list_for_each_entry(dmabuf, dmabuf_list, list) { in lpfc_wr_object()