Searched refs:udmabuf_create (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | udmabuf.h | 10 struct udmabuf_create { struct 30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | udmabuf.h | 10 struct udmabuf_create { struct 30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | udmabuf.h | 24 struct udmabuf_create { struct 41 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | udmabuf.h | 24 struct udmabuf_create { struct 41 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create)
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | udmabuf.c | 163 static long udmabuf_create(struct miscdevice *device, in udmabuf_create() function 260 struct udmabuf_create create; in udmabuf_ioctl_create() 274 return udmabuf_create(filp->private_data, &head, &list); in udmabuf_ioctl_create() 293 ret = udmabuf_create(filp->private_data, &head, list); in udmabuf_ioctl_create_list()
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | udmabuf.c | 197 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/dma-buf/ |
H A D | udmabuf.c | 25 struct udmabuf_create create; in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/dma-buf/ |
H A D | udmabuf.c | 28 struct udmabuf_create create; in main()
|
Completed in 2 milliseconds