HomeSort by: relevance | last modified time | path
    Searched defs:mock_dmabuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
mock_dmabuf.h 1 /* $NetBSD: mock_dmabuf.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */
14 struct mock_dmabuf { struct
19 static inline struct mock_dmabuf *to_mock(struct dma_buf *buf)
mock_dmabuf.c 1 /* $NetBSD: mock_dmabuf.c,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */
10 __KERNEL_RCSID(0, "$NetBSD: mock_dmabuf.c,v 1.2 2021/12/18 23:45:30 riastradh Exp $");
12 #include "mock_dmabuf.h"
17 struct mock_dmabuf *mock = to_mock(attachment->dmabuf);
61 struct mock_dmabuf *mock = to_mock(dma_buf);
72 struct mock_dmabuf *mock = to_mock(dma_buf);
79 struct mock_dmabuf *mock = to_mock(dma_buf);
98 static struct dma_buf *mock_dmabuf(int npages) function in typeref:struct:dma_buf *
100 struct mock_dmabuf *mock;

Completed in 28 milliseconds