Home
last modified time | relevance | path

Searched refs:udmabuf_create (Results 1 – 5 of 5) 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.c371 static long udmabuf_create(struct miscdevice *device, in udmabuf_create() function
472 struct udmabuf_create create; in udmabuf_ioctl_create()
486 return udmabuf_create(filp->private_data, &head, &list); in udmabuf_ioctl_create()
505 ret = udmabuf_create(filp->private_data, &head, list); in udmabuf_ioctl_create_list()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Ddmabuf_iter.c31 struct udmabuf_create create; in create_udmabuf()
/linux/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c135 struct udmabuf_create create; in main()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c140 struct udmabuf_create create; in udmabuf_alloc()