Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c66 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
76 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
86 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
96 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
/openbmc/linux/include/uapi/linux/
H A Dudmabuf.h30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dudmabuf.h29 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) macro
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugbm.c51 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) macro
113 *fd = ioctl(buf->dev->fd, UDMABUF_CREATE, &create); in udmabuf_get_fd()
/openbmc/linux/drivers/dma-buf/
H A Dudmabuf.c341 case UDMABUF_CREATE: in udmabuf_ioctl()