Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_fs.c149 struct ffs_dma_fence { struct
1383 struct ffs_dma_fence *dma_fence = in ffs_dmabuf_cleanup()
1384 container_of(work, struct ffs_dma_fence, work); in ffs_dmabuf_cleanup()
1393 static void ffs_dmabuf_signal_done(struct ffs_dma_fence *dma_fence, int ret) in ffs_dmabuf_signal_done()
1433 struct ffs_dma_fence *dma_fence = in ffs_dmabuf_fence_release()
1434 container_of(fence, struct ffs_dma_fence, base); in ffs_dmabuf_fence_release()
1598 struct ffs_dma_fence *fence; in ffs_dmabuf_transfer()