Searched refs:udmabuf_create (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | udmabuf.h | 10 struct udmabuf_create { struct 30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | udmabuf.h | 9 struct udmabuf_create { struct 29 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vugbm.c | 44 struct udmabuf_create { struct 51 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument 107 struct udmabuf_create create = { in udmabuf_get_fd()
|
/openbmc/linux/drivers/dma-buf/ |
H A D | udmabuf.c | 199 static long udmabuf_create(struct miscdevice *device, in udmabuf_create() function 297 struct udmabuf_create create; in udmabuf_ioctl_create() 311 return udmabuf_create(filp->private_data, &head, &list); in udmabuf_ioctl_create() 330 ret = udmabuf_create(filp->private_data, &head, list); in udmabuf_ioctl_create_list()
|
/openbmc/linux/tools/testing/selftests/drivers/dma-buf/ |
H A D | udmabuf.c | 28 struct udmabuf_create create; in main()
|