Home
last modified time | relevance | path

Searched defs:udmabuf_create (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dudmabuf.h10 struct udmabuf_create { struct
30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument
/openbmc/qemu/include/standard-headers/linux/
H A Dudmabuf.h9 struct udmabuf_create { struct
29 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugbm.c44 struct udmabuf_create { struct
51 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument
/openbmc/linux/drivers/dma-buf/
H A Dudmabuf.c199 static long udmabuf_create(struct miscdevice *device, in udmabuf_create() function