Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dudmabuf.h10 struct udmabuf_create { struct
30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument
/Linux-v5.10/drivers/dma-buf/
Dudmabuf.c157 static long udmabuf_create(struct miscdevice *device, in udmabuf_create() function
250 struct udmabuf_create create; in udmabuf_ioctl_create()
264 return udmabuf_create(filp->private_data, &head, &list); in udmabuf_ioctl_create()
283 ret = udmabuf_create(filp->private_data, &head, list); in udmabuf_ioctl_create_list()
/Linux-v5.10/tools/testing/selftests/drivers/dma-buf/
Dudmabuf.c25 struct udmabuf_create create; in main()