Searched refs:dma (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/drivers/ |
D | .gitignore | 1 /dma-buf/udmabuf
|
/tools/testing/selftests/ |
D | Makefile | 9 TARGETS += drivers/dma-buf
|
/tools/testing/nvdimm/test/ |
D | nfit.c | 1428 static void *__test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma, in __test_alloc() argument 1436 if (!buf || !nfit_res || !*dma) in __test_alloc() 1445 nfit_res->res.start = *dma; in __test_alloc() 1446 nfit_res->res.end = *dma + size - 1; in __test_alloc() 1456 if (*dma && size >= DIMM_SIZE) in __test_alloc() 1457 gen_pool_free(nfit_pool, *dma, size); in __test_alloc() 1464 static void *test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma) in test_alloc() argument 1472 *dma = gen_pool_alloc_algo(nfit_pool, size, in test_alloc() 1475 *dma = (unsigned long) buf; in test_alloc() 1476 return __test_alloc(t, size, dma, buf); in test_alloc()
|
/tools/include/uapi/linux/ |
D | if_link.h | 84 __u8 dma; member
|