Searched refs:import_vgem_fd (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/android/ion/ |
H A D | ionmap_test.c | 61 int import_vgem_fd(int vgem_fd, int dma_buf_fd, uint32_t *handle) in import_vgem_fd() function 108 ret = import_vgem_fd(vgem_fd, info.buffd, &handle); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/dmabuf-heaps/ |
H A D | dmabuf-heap.c | 64 static int import_vgem_fd(int vgem_fd, int dma_buf_fd, uint32_t *handle) in import_vgem_fd() function 193 ret = import_vgem_fd(importer_fd, dmabuf_fd, &handle); in test_alloc_and_import()
|
/kernel/linux/linux-6.6/tools/testing/selftests/dmabuf-heaps/ |
H A D | dmabuf-heap.c | 63 static int import_vgem_fd(int vgem_fd, int dma_buf_fd, uint32_t *handle) in import_vgem_fd() function 184 ret = import_vgem_fd(importer_fd, dmabuf_fd, &handle); in test_alloc_and_import()
|
Completed in 2 milliseconds