Home
last modified time | relevance | path

Searched refs:udmabuf_create (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dudmabuf.h10 struct udmabuf_create { struct
30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument
/linux/drivers/dma-buf/
H A Dudmabuf.c380 static long udmabuf_create(struct miscdevice *device, in udmabuf_create() function
481 struct udmabuf_create create; in udmabuf_ioctl_create()
495 return udmabuf_create(filp->private_data, &head, &list); in udmabuf_ioctl_create()
514 ret = udmabuf_create(filp->private_data, &head, list); in udmabuf_ioctl_create_list()
/linux/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c135 struct udmabuf_create create; in main()