Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c176 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
186 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
196 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
209 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
/linux/include/uapi/linux/
H A Dudmabuf.h30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Ddmabuf_iter.c59 local_udmabuf = ioctl(dev_udmabuf, UDMABUF_CREATE, &create); in create_udmabuf()
/linux/drivers/dma-buf/
H A Dudmabuf.c516 case UDMABUF_CREATE: in udmabuf_ioctl()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c179 ctx->fd = ioctl(ctx->devfd, UDMABUF_CREATE, &create); in udmabuf_memcpy_to_device()