Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds