Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dudmabuf.h10 struct udmabuf_create { struct
30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument
/Linux-v6.6/drivers/dma-buf/
Dudmabuf.c197 static long udmabuf_create(struct miscdevice *device, in udmabuf_create() function
295 struct udmabuf_create create; in udmabuf_ioctl_create()
309 return udmabuf_create(filp->private_data, &head, &list); in udmabuf_ioctl_create()
328 ret = udmabuf_create(filp->private_data, &head, list); in udmabuf_ioctl_create_list()
/Linux-v6.6/tools/testing/selftests/drivers/dma-buf/
Dudmabuf.c28 struct udmabuf_create create; in main()