Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dseqno-fence.h35 struct dma_buf *sync_buf; member
96 struct dma_buf *sync_buf, uint32_t context, in seqno_fence_init() argument
101 BUG_ON(!fence || !sync_buf || !ops); in seqno_fence_init()
111 get_dma_buf(sync_buf); in seqno_fence_init()
112 fence->sync_buf = sync_buf; in seqno_fence_init()
/linux-4.4.14/drivers/dma-buf/
Dseqno-fence.c56 dma_buf_put(f->sync_buf); in seqno_release()